Trying to change ToolTipDelay

Hi,
I'm trying to change ToolTipDelay.
Last year, Robin told me that it was not possible without creating a
customised tooltips class (see Robin's answer below).
Did anyone create such a customised class, that would enable setting
tooltips' delay ?
Bye,
Ron.

···

--------------------------------------------------------------------------------------------------------------------------------------
Re: [wxpython-users] Changing ToolTips' timeouts ?
by Robin Dunn other posts by this author
Oct 15 2008 12:35PM messages near this date

--------------------------------------------------------------------------------

[wxpython-users] Changing ToolTips' timeouts ? | RE: [wxpython-users]
Changing ToolTips' timeouts ?
Barak, Ron wrote:

Hi,

Is the a way to have a ToolTip timeout changed from the different ?
I know that the delay could be changed using for instance:

     ToolTipDelay = 5000 # In milliseconds
     wx.ToolTip.SetDelay(ToolTipDelay)

But I cannot see in
http://www.wxpython.org/docs/api/wx.ToolTip-class.html anything about
changing ToolTips' timeouts.

I think that is a platform specific system setting that we don't have
control over for the native tooltips. Of course you can always use
your
own custom tip windows however and do whatever you want.

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

_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Thread:
  Ron Barak
  Robin Dunn
  Ron Barak

Have you thought of implementing your tooltips as ToasterBox pop-ups? - that
would give you control of the duration.
Sreve

···

--------------------------------------------------
From: "Ron Barak" <wxpython-users.comverse@9ox.net>
Sent: Monday, October 26, 2009 4:23 PM
To: "wxPython-users" <wxpython-users@googlegroups.com>
Subject: [wxPython-users] Trying to change ToolTipDelay

Hi,
I'm trying to change ToolTipDelay.
Last year, Robin told me that it was not possible without creating a
customised tooltips class (see Robin's answer below).
Did anyone create such a customised class, that would enable setting
tooltips' delay ?
Bye,
Ron.

--------------------------------------------------------------------------------------------------------------------------------------
Re: [wxpython-users] Changing ToolTips' timeouts ?
by Robin Dunn other posts by this author
Oct 15 2008 12:35PM messages near this date

--------------------------------------------------------------------------------

[wxpython-users] Changing ToolTips' timeouts ? | RE: [wxpython-users]
Changing ToolTips' timeouts ?
Barak, Ron wrote:

Hi,

Is the a way to have a ToolTip timeout changed from the different ?
I know that the delay could be changed using for instance:

     ToolTipDelay = 5000 # In milliseconds
     wx.ToolTip.SetDelay(ToolTipDelay)

But I cannot see in
wxPython API Documentation — wxPython Phoenix 4.2.2 documentation anything about
changing ToolTips' timeouts.

I think that is a platform specific system setting that we don't have
control over for the native tooltips. Of course you can always use
your
own custom tip windows however and do whatever you want.

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

_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Thread:
Ron Barak
Robin Dunn
Ron Barak

>

Andrea has created SuperToolTip and BalloonTip classes, see the
wxpython demo to see how they work, they should be able to fit your
needs

- michael

···

On Oct 26, 11:42 am, <GadgetSt...@live.co.uk> wrote:

Have you thought of implementing your tooltips as ToasterBox pop-ups? - that
would give you control of the duration.
Sreve
--------------------------------------------------
From: "Ron Barak" <wxpython-users.comve...@9ox.net>
Sent: Monday, October 26, 2009 4:23 PM
To: "wxPython-users" <wxpython-users@googlegroups.com>
Subject: [wxPython-users] Trying to change ToolTipDelay

> Hi,
> I'm trying to change ToolTipDelay.
> Last year, Robin told me that it was not possible without creating a
> customised tooltips class (see Robin's answer below).
> Did anyone create such a customised class, that would enable setting
> tooltips' delay ?
> Bye,
> Ron.

> --------------------------------------------------------------------------------------------------------------------------------------
> Re: [wxpython-users] Changing ToolTips' timeouts ?
> by Robin Dunn other posts by this author
> Oct 15 2008 12:35PM messages near this date

> --------------------------------------------------------------------------------

> [wxpython-users] Changing ToolTips' timeouts ? | RE: [wxpython-users]
> Changing ToolTips' timeouts ?
> Barak, Ron wrote:
>> Hi,

>> Is the a way to have a ToolTip timeout changed from the different ?
>> I know that the delay could be changed using for instance:

>> ToolTipDelay = 5000 # In milliseconds
>> wx.ToolTip.SetDelay(ToolTipDelay)

>> But I cannot see in
>> wxPython API Documentation — wxPython Phoenix 4.2.2 documentation about
>> changing ToolTips' timeouts.

> I think that is a platform specific system setting that we don't have
> control over for the native tooltips. Of course you can always use
> your
> own custom tip windows however and do whatever you want.

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

> _______________________________________________
> wxpython-users mailing list
> wxpython-users@[...].org
>http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

> Thread:
> Ron Barak
> Robin Dunn
> Ron Barak