Ticket #12224 (closed defect: wontfix)
wxPython: Unable to disable menu items on Mac OS X
| Reported by: | dan_koch | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxPython | Version: | 2.8.11 |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Hi folks,
Under certain conditions I disable some menu items under my app's Help menu using the wx.MenuItem.Enable(False) function. This works fine on Windows and Linux but not Mac OS X. Just to be sure, I have an event handler for wx.EVT_MENU_OPEN and it reports False for these items using the wx.MenuItem.IsEnabled() function. However these items are not dimmed under the Mac Help menu and when selected, they still operate.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

