Is this some kind of wxPython Bug on linux 11.4

Hi there I some a problem that iam facing right know on come small business
application iam coding. Every thing is super cools. But here comes a problem
that when i created the Statusbar if some one is navigating the menu items
probably they will show him/her the Description of them and what they do on
the Status Bar. But my problem is On Linux 10.4 every is Super/Cool Fine.
But when i switch my computer to linux 11.4 and i try to navigate the menu,
The description i want to be shown on the StatusBar don't appear this only
happens on linux 11.4 and linux 12.4. But the other linux 10.4 works pretty
fine.
Here is my codes please.
http://wxpython-users.1045709.n5.nabble.com/file/n5714294/Business_Software.py
Business_Software.py

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Is-this-some-kind-of-wxPython-Bug-on-linux-11-4-tp5714294.html
Sent from the wxPython-users mailing list archive at Nabble.com.

This is due to the unified/shared menubar used by the Unity desktop environment. If you switch to a different desktop environment like plain Gnome, or turn off the unified menubar then your menu item help strings should show in the status bar again. I'm not sure if anybody has tried to fix this particular Unity problem, but I know that several others have been worked around or fixed. Search the tickets at trac.wxwidgets.org to see what you can find.

···

On 8/15/12 2:22 AM, want_learn1 wrote:

Hi there I some a problem that iam facing right know on come small business
application iam coding. Every thing is super cools. But here comes a problem
that when i created the Statusbar if some one is navigating the menu items
probably they will show him/her the Description of them and what they do on
the Status Bar. But my problem is On Linux 10.4 every is Super/Cool Fine.
But when i switch my computer to linux 11.4 and i try to navigate the menu,
The description i want to be shown on the StatusBar don't appear this only
happens on linux 11.4 and linux 12.4. But the other linux 10.4 works pretty
fine.
Here is my codes please.
http://wxpython-users.1045709.n5.nabble.com/file/n5714294/Business_Software.py
Business_Software.py

--
Robin Dunn
Software Craftsman