Bug 73228 - DCR - need to configure time out for mouse hover
Summary: DCR - need to configure time out for mouse hover
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 7742
  Show dependency tree
 
Reported: 2004-09-03 06:01 EDT by Gunnar Wagenknecht CLA
Modified: 2012-06-21 12:54 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnar Wagenknecht CLA 2004-09-03 06:01:27 EDT
Extracted from bug 7742. We need API to set the timeout for tooltips showed 
via #setToolTipText API.
Comment 1 Grant Gayed CLA 2004-09-09 14:28:14 EDT
api request, SN to consider
Comment 2 Glenn Burkhardt CLA 2010-03-11 10:32:38 EST
The default setting for AutoPop in Win32 is 5 secs, which is way too short for most people (including myself).  See http://msdn.microsoft.com/en-us/library/bb760404%28VS.85%29.aspx.

Unfortunately, the tooltip handle in the control's shell is private, or I'd simply make the OS.sendMessage() call myself.

The only current alternative is to make one's own copy of Shell.class.