Modify

Opened 14 years ago

Closed 10 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)

GUICtrlSetTip-bug.au3 (419 bytes) - added by whim 14 years ago.

Download all attachments as: .zip

Change History (7)

Changed 14 years ago by whim

comment:1 Changed 14 years ago by whim

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

comment:2 Changed 14 years ago by Jon

  • Resolution set to Works For Me
  • Status changed from new to closed

comment:3 Changed 11 years ago by Zedna

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 Changed 11 years ago by Jon

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 Changed 11 years ago by Jon

  • Resolution Works For Me deleted
  • Status changed from closed to reopened

comment:6 Changed 10 years ago by Jon

  • Resolution set to Wont Fix
  • Status changed from reopened to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.