Tip of the Day

Gre7g,

I'd like to add a "tip of the day" feature to my program. Admittedly, this wouldn't be so tough to do myself, but I could have sworn I saw a widget somewhere in the wxPython demo that did exactly this. Of course, now that I'm looking for it, I don't see it anywhere.
I hate reinventing the wheel, so can anyone point me at it? Or did I dream this?
Gre7g

Hmmm...the Demo always displays that "Tip of the Day" thing when it first loads. I did a search in the Demo folder and I think it stems from the class "MyTP" in the main.py file, line 344. It's derived from wx.PyTipProvider. There's also a ShowTip() method on line 2063 that seems to use wx.ShowTip. Not sure which is the one you want.

Mike