Opened 16 years ago
Closed 12 years ago
#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 , 16 years ago
| Attachment: | GUICtrlSetTip-bug.au3 added |
|---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:3 by , 13 years ago
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 , 12 years ago
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 , 12 years ago
| Resolution: | Works For Me |
|---|---|
| Status: | closed → reopened |
comment:6 by , 12 years ago
| 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