views:

28

answers:

0

I've encountered some weird behavior I was wondering if anyone has seen/has an answer to.

I want to use a wx GenBitmapToggleButton on my application (running on a Linux system with Ubuntu 8.04), but the button seems to be killing my tooltips. When I use the GenBitmapToggleButton the tooltips (all over the GUI, on all buttons and all panels) show up for 1 second or less and then disappear. If I change nothing in the code other than replace the GenBitmapToggleButton with another kind of button (Button,BitmapButton or ToggleButton) everything works fine.

Sorry to be vague, I have no idea what's causing this or what relevant information about my system/app I can add.

Help anyone?