I recently upgraded to wxPython 2.9.2.4 which has menubar support if
you use TaskbarIcon on OSX. However I am having some issues with it
which you can see yourself by running sample code from here: http://wiki.wxpython.org/Custom%20Mac%20OsX%20Dock%20Bar%20Icon
1. When you run that script and you click on the resultan menu icon
in the menu bar, a menu does indeed pop up. However the icon itself
does not change to a selected state (i.e. the background does not
change to blue). If you don't know what I mean, try clicking on any
menu bar icon and notice how the background turns blue (or whatever
selector color you have chosen). Is there any fix for this?
2. Is there any way I can get the raw handle to the status item? I
need to figure out what the location of the menu bar icon is.
Thanks. I was hoping to replace my usage of direct cocoa calls with
this so I can consolidate my windows/mac code.
I recently upgraded to wxPython 2.9.2.4 which has menubar support if
you use TaskbarIcon on OSX. However I am having some issues with it
which you can see yourself by running sample code from here: Custom Mac OsX Dock Bar Icon - wxPyWiki
1. When you run that script and you click on the resultan menu icon
in the menu bar, a menu does indeed pop up. However the icon itself
does not change to a selected state (i.e. the background does not
change to blue). If you don't know what I mean, try clicking on any
menu bar icon and notice how the background turns blue (or whatever
selector color you have chosen). Is there any fix for this?
Not that I know of. Please make a ticket for it at trac.wxwidgets.org.
2. Is there any way I can get the raw handle to the status item? I
need to figure out what the location of the menu bar icon is.