EVT_MENU_HIGHLIGHT Problems

Sorry-this isnt in the same thread, I wasn't subscribed until today.
Yeah I was talking about PopUpMenus, do they not raise the menu
highlight event?
Thanks for your patience,
Sam

Sam Hendley wrote:

Ok, I am using python 2.2 and wxPython for 2.2 on windows XP and I

tried

the macro in the frame and it worked, I have been trying to do this

for

a panel in the frame and it doesn't appear to work. Is
EVT_MENU_HIGHLIGHT_ALL() not defined in the context of the panel? Or

is

that these events are not generated for popup windows? Maybe I am
overthinking this.

All events from a menubar go directly to the frame that the menubar is
attached to. Or are you talking about PopupMenus?

···

--
Robin Dunn
Software Craftsman

Sam Hendley wrote:

Sorry-this isnt in the same thread, I wasn't subscribed until today.
Yeah I was talking about PopUpMenus, do they not raise the menu
highlight event?

Doesn't look like they do, they probably could though. Enter a feature request about it.

···

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