Discussion:
Popup menu helpstring
(too old to reply)
h***@googlemail.com
2010-03-23 16:09:17 UTC
Permalink
Hi

"Help strings" don't appear in the status bar when using
GetPopupMenuSelectionFromUser

I've tried connecting a dynamic event handler for
wxEVT_MENU_HIGHLIGHT, and static event handlers for
EVT_MENU_HIGHLIGHT_ALL and EVT_MENU_HIGHLIGHT but they are not
triggered. I don't mind changing the source to get this running, but
some pointers or clues as to why it doesn't work "out of the box"
would be helpful.

Thanks,

Stuart.
Vadim Zeitlin
2010-03-31 15:25:46 UTC
Permalink
Post by h***@googlemail.com
"Help strings" don't appear in the status bar when using
GetPopupMenuSelectionFromUser
I've tried connecting a dynamic event handler for
wxEVT_MENU_HIGHLIGHT, and static event handlers for
EVT_MENU_HIGHLIGHT_ALL and EVT_MENU_HIGHLIGHT but they are not
triggered. I don't mind changing the source to get this running, but
some pointers or clues as to why it doesn't work "out of the box"
would be helpful.
I honestly don't know, it'd seem that it shouldn't matter where do the
wxEVT_MENU_HIGHLIGHT events originate from. Ideal would be to debug what
happens, if you can't do this please open a ticket on our Trac and attach a
patch (see http://trac.wxwidgets.org/wiki/HowToSubmitPatches) to a sample
allowing to reproduce the problem.

Thanks,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Loading...