wxMenuBar events not working as documented

You don't seem to be allow bug reports against wxPython. sf.net tells me I have no
permission to see your bugs. Do I log bugs against wxWidgets instead?

Barry

···

On Jun 29, 2004, at 05:06, Robin Dunn wrote:

Barry Scott wrote:

The docs for wxMenuBar say:
"Note that menu commands (and UI update events for menus) are first sent to the focus window within the frame. If no window within the frame has the focus, then the events are sent directly to the frame. This allows command and UI update handling to be processed by specific windows and controls, and not necessarily by the application frame."
However I'm finding that when I select a menu item from the menu bar the EVT_MENU
event is always sent to the Frame not the panels containing ListCtrl or TreeCtrl withing
the Frame.
What am I doing wrong?

It's probably a documentation bug, I don't see anything like that in the code. Please enter a bug report.

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org