Modify ↓
Opened 9 years ago
Closed 4 years ago
#3164 closed Bug (Wont Fix)
problem with the function ToolTip COM Interface
Reported by: | blackrodger@… | Owned by: | Jon |
---|---|---|---|
Milestone: | Component: | AutoItX | |
Version: | 3.3.14.2 | Severity: | None |
Keywords: | ActiveX vbscript | Cc: |
Description
In the process of the script vbs I use as an information window function ToolTip, example:
Set objAutoItTT = WScript.CreateObject("AutoItX3.Control") strTT = "Update Adress Book. " & VbLf & "#############################" & VbLf objAutoItTT.ToolTip strTT & "Preparation, checks." , 50, 50
In the process of writing the script used AutoitX3.dll library version 3.3.8.1 Everything worked great.
After upgrading to version 3.3.14.2 of the library, but the windows are not displayed tooltip.
Attachments (0)
Change History (1)
comment:1 Changed 4 years ago by Jpm
- Resolution set to Wont Fix
- Status changed from new 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.
Note: See
TracTickets for help on using
tickets.
Hi, thanks to Danyfirex we got the explanation
to have a tooltip .vbs script run with cscript.exe the manifest does not include the ref to Microsoft.Windows.Common-Controls 6.0
You can use the equivalent .au3 script