Proper place to file a wxPython Demo "bug"

I’ve encountered what I feel is a bug in the wxPython Demo: the Overview tab for wxListCtrl states:

“To intercept events from a list control, use the event table macros described in wxListEvent.”

However, when I search for ListEvent, the only “hit” I get is the (circular) reference to wxListCtrl!

Probably just an oversight, I know, but for those of us whose primary source for “pirating” wxPython code is the Demo, such omissions are productivity-reducing, at best. :wink:

Is this the proper place to record this “bug”? If not, where is?

Thanks!

OlyDLG

Hi,

···

On Friday, October 11, 2013 12:46:05 PM UTC-5, OlyDLG wrote:

I’ve encountered what I feel is a bug in the wxPython Demo: the Overview tab for wxListCtrl states:

“To intercept events from a list control, use the event table macros described in wxListEvent.”

However, when I search for ListEvent, the only “hit” I get is the (circular) reference to wxListCtrl!

Probably just an oversight, I know, but for those of us whose primary source for “pirating” wxPython code is the Demo, such omissions are productivity-reducing, at best. :wink:

Is this the proper place to record this “bug”? If not, where is?

Thanks!

OlyDLG

Go to the wxPython website. On the right, about halfway down or so, you’ll see a link labeled “Report a bug”. Which will take you here: http://trac.wxwidgets.org/

There are directions on the website for how to do the actual reporting. I think you have to set the Component to “wxPython” and you may want to set the “version” as well.

  • Mike