Is is possible to make "shortHelp" for Toolbar pop up faster?

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.

···

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.

Robin

OK, thanks

···

http://blog.bukn.info

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.

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

Got it. Thank you.

···

http://blog.bukn.info