|
|
Hi, all. I use wx.ToolBar in my program. The interface is a little counter-intuitive, so I need a pop up "shortHelp" to explain what does the toolbar do. But the short help pop up too slow(almost 2 seconds), the user will move out the mouse before it pop up for no patient. And he will leave. Is there any way to make it faster? Such as less than 1 second.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
|
|
On Monday, January 7, 2019 at 8:44:41 PM UTC-8, 张慧聪 wrote: Hi, all. I use wx.ToolBar in my program. The interface is a little counter-intuitive, so I need a pop up "shortHelp" to explain what does the toolbar do. But the short help pop up too slow(almost 2 seconds), the user will move out the mouse before it pop up for no patient. And he will leave. Is there any way to make it faster? Such as less than 1 second.
No, I'm pretty sure that is handled in the native toolbar control and we don't have access to it.
-- Robin
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
|
|
OK, thanks On Monday, January 7, 2019 at 8:44:41 PM UTC-8, 张慧聪 wrote: Hi, all. I use wx.ToolBar in my program. The interface is a little counter-intuitive, so I need a pop up "shortHelp" to explain what does the toolbar do. But the short help pop up too slow(almost 2 seconds), the user will move out the mouse before it pop up for no patient. And he will leave. Is there any way to make it faster? Such as less than 1 second.
No, I'm pretty sure that is handled in the native toolbar control and we don't have access to it.
-- Robin
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
|
|
If you're on Windows, you might be able to hack the registry, but of course this will be a global change for all processes and programs: https://www.sevenforums.com/tutorials/1884-mouse-hover-time-change.html On Monday, January 7, 2019 at 8:44:41 PM UTC-8, 张慧聪 wrote: Hi, all. I use wx.ToolBar in my program. The interface is a little counter-intuitive, so I need a pop up "shortHelp" to explain what does the toolbar do. But the short help pop up too slow(almost 2 seconds), the user will move out the mouse before it pop up for no patient. And he will leave. Is there any way to make it faster? Such as less than 1 second.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
|
|
Got it. Thank you. On Monday, January 7, 2019 at 8:44:41 PM UTC-8, 张慧聪 wrote: Hi, all. I use wx.ToolBar in my program. The interface is a little counter-intuitive, so I need a pop up "shortHelp" to explain what does the toolbar do. But the short help pop up too slow(almost 2 seconds), the user will move out the mouse before it pop up for no patient. And he will leave. Is there any way to make it faster? Such as less than 1 second.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
--
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/d/optout.
|
|