boludoz Posted April 14, 2022 Share Posted April 14, 2022 Slow tooltips in latest autoit version. Tooltips are slowed down in the latest version. Link to comment Share on other sites More sharing options...
Danp2 Posted April 14, 2022 Share Posted April 14, 2022 Can you be more specific. "slowed down" can mean lots of things. Are they taking longer to appear, stay onscreen too long, or ??? Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
boludoz Posted April 14, 2022 Author Share Posted April 14, 2022 (edited) 8 minutes ago, Danp2 said: Can you be more specific. "slowed down" can mean lots of things. Are they taking longer to appear, stay onscreen too long, or ??? Exactly, it is an internal problem of the exe, compared to the 2018 version, I cannot tell you the error because it is not open source. If I run the autoit with the 2022 version and the 2018 AutoIt3.exe this works perfectly, I just want to report the bug. Edited April 14, 2022 by boludoz Danp2 1 Link to comment Share on other sites More sharing options...
Nine Posted April 14, 2022 Share Posted April 14, 2022 Before reporting a bug without code, you should start showing a replicable script that clearly states your issue... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
boludoz Posted April 14, 2022 Author Share Posted April 14, 2022 (edited) 8 minutes ago, Nine said: Before reporting a bug without code, you should start showing a replicable script that clearly states your issue... I think the error goes beyond that. Edited April 14, 2022 by boludoz SkysLastChance 1 Link to comment Share on other sites More sharing options...
boludoz Posted April 14, 2022 Author Share Posted April 14, 2022 (edited) Update: Global $g_hToolTip = 0 Func _GUICtrlSetTip($controlID, $tiptext, $title = Default, $icon = Default, $options = Default, $useControlID = True) ;Return GUICtrlSetTip($controlID, $tiptext, $title, $icon, $options) Local $hCtrl = ($useControlID = True ? GUICtrlGetHandle($controlID) : $controlID) Return _GUIToolTip_AddTool($g_hToolTip, 0, $tiptext, $hCtrl) EndFunc ;==>_GUICtrlSetTip Func _GUICtrlGetControlID($hCtrl = -1) Local $aRet = DllCall("user32.dll", "int", "GetDlgCtrlID", "hwnd", ($hCtrl = -1 ? GUICtrlGetHandle(-1) : $hCtrl)) Return (IsArray($aRet) ? $aRet[0] : -1) EndFunc ;==>_GUICtrlGetControlID Edited April 16, 2022 by boludoz Link to comment Share on other sites More sharing options...
Nine Posted April 14, 2022 Share Posted April 14, 2022 5 minutes ago, boludoz said: I think the error goes beyond that. Funny. 3 minutes ago, boludoz said: Update: Not runable. Try again... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
boludoz Posted April 15, 2022 Author Share Posted April 15, 2022 2 hours ago, Nine said: Funny. Not runable. Try again... The problem seems to be when you use a lot of tooltips. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now