Opened on Nov 5, 2009 at 1:52:05 PM
#1275 closed Bug (Wont Fix)
GUICtrlSetTip - after tip times out it does not show again
| Reported by: | whim | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.1.4 | Severity: | None |
| Keywords: | Cc: |
Description
when the parent control is hovered until the tip times out it
does not show again.
Works in AutoIt 3.3.1.1, but not in 3.3.1.4 (XP SP2) and
3.3.1.3 (XP SP3)
Attachments (1)
Change History (7)
by , on Nov 5, 2009 at 1:53:13 PM
| Attachment: | GUICtrlSetTip-bug.au3 added |
|---|
comment:2 by , on Feb 15, 2010 at 2:54:08 PM
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:3 by , on Jun 13, 2013 at 12:37:21 AM
Reopening this ticket as it's still not fixed in latest release/beta 3.3.8.1/3.3.9.4
Bug can be seen only on WinXP, on Win7 it's OK.
Now I tested it on WinXP/Win7 with these two latest release/beta versions.
Here is link to my topic about this bug:
http://www.autoitscript.com/forum/topic/151610-guictrlsettip-bug/
Note:
Bug isn't in 3.3.1.1 - based on information from this bug ticket
Bug is in 3.3.1.3 on XP SP3 (trancexx)
--> so it was introduced in version 3.3.1.2 or 3.3.1.3
Here is my simple test script:
GUICreate("ToolTip bug", 400, 300)
GUICtrlCreateLabel('Test1', 10,10,100,25)
GUICtrlSetTip(-1,'tip 1')
GUICtrlCreateLabel('Test2', 10,50,100,25)
GUICtrlSetTip(-1,'tip 2')
GUISetState(@SW_SHOW)
While 1
If GUIGetMsg() = -3 Then ExitLoop
WEnd
comment:4 by , on Sep 7, 2013 at 11:41:51 AM
This is a bug in common controls on XP. Due to some recent changes in how controls are done I may be able to fix this now. Reopening for reference.
comment:5 by , on Sep 7, 2013 at 11:42:27 AM
| Resolution: | Works For Me |
|---|---|
| Status: | closed → reopened |
comment:6 by , on Nov 28, 2013 at 11:18:32 AM
| Resolution: | → Wont Fix |
|---|---|
| Status: | reopened → closed |

was reported to work properly on Vista (AutoIt 3.3.0.0 and 3.3.1.4) by Melba 23
see thread: http://www.autoitscript.com/forum/index.php?showtopic=105050