Home:ALL Converter>Popup menu radio item checks

Popup menu radio item checks

Ask Time:2009-03-11T02:04:24         Author:jonny

Json Formatter

I'm using a popup menu with wxTaskBarIcon on windows (wxWidgets-2.8.9). If I fill popup menu with radio items, they do not change state when clicked. First item in popup menu list is marked as selected. But selecting any other item does not change this.

Currently there is no item click event handler (application is more like UI prototype). Should i manually update item check status in this handler or it is still framework duty?

Author:jonny,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/631580/popup-menu-radio-item-checks
yy