delayed popup

I would like to mimic a tooltip window as I need a bit more finer
control than the standard SetToolTip(). I can see how to do this
using TipWindow (or even PopupTransientWindow), but does anyone know a
good, clean way to mimic the delay in between a mouse movement and
showing the tooltip? thanks,

Paul

Start a wxTimer on the hover event and when it goes off show the tooltip?

Also, not sure if it is what you need, but did you see Andrea Gavana’s
BalloonTip?
http://xoomer.virgilio.it/infinity77/main/BalloonTip.html

Che

···

On Tue, Jun 16, 2009 at 1:16 AM, paul phartley@gmail.com wrote:

I would like to mimic a tooltip window as I need a bit more finer

control than the standard SetToolTip(). I can see how to do this

using TipWindow (or even PopupTransientWindow), but does anyone know a

good, clean way to mimic the delay in between a mouse movement and

showing the tooltip? thanks,

Paul