Stewart McLay wrote:
Hello everybody,
I have been using wx.Button() windows placed inside wx.StaticBox()/ wx.StaticBoxSizer() windows. The tool tips that I have applied to the buttons do not work but the tool tip for the static box does work for everything contained in the box. Even when I do not set a tool tip for the static box the button tool tips still don't appear. Can anyone suggest a solution?
It might be due to the order that the widgets are created, make sure that the static box is created first, and then the buttons.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!