ToolTip like window

Is there a way I can create a ToolTip like window. I need something transient to confirm an action but not get in the way of the user. I use a dialog right now but I'm sick and tired of clicking "Ok" every time I get the confirmation.

···

--
Peter Damoc
Hacker Wannabe
http://www.sigmacore.net/

Peter Damoc wrote:

Is there a way I can create a ToolTip like window. I need something transient to confirm an action but not get in the way of the user. I use a dialog right now but I'm sick and tired of clicking "Ok" every time I get the confirmation.

wx.TipWindow

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!