Search found 23 matches
- 23 Jan 2020, 02:59
- Forum: Ask For Help
- Topic: Windows 10 - Winexist
- Replies: 0
- Views: 276
Windows 10 - Winexist
Hello, changing from Win7 to WIn10 i noted that the CPU Usage of my tool is greatly increasing (about <1% to 10-15%). I use a timer function which repeatly calls WinExist() or IfWinExist . Below a demo code (cant show the whole code). I know that there a a lot of If-then-else clause combined partial...
- 22 Oct 2019, 02:57
- Forum: Suggestions on documentation improvements
- Topic: Suggestions on documentation improvements
- Replies: 688
- Views: 228668
FileEncoding
Scripts - Definition & Usage | AutoHotkey https://www.autohotkey.com/docs/Scripts.htm#auto “Every thread launched by a hotkey, hotstring, menu item, GUI event, or timer starts off fresh with the default values for the following attributes as set in the auto-execute section. If unset, the standard de...
- 21 Oct 2019, 08:17
- Forum: Ask For Help
- Topic: FileEncoding understanding question Topic is solved
- Replies: 2
- Views: 424
FileEncoding understanding question Topic is solved
Hi, can someone help me in this script? 1.) Press Button "Set1" --> Fileencoding is set to UTF-8 2.) After press of "Set1" press Button "Set2" --> Fileencoding is empty Should FileEncoding value not be set globally? Is this a bug or a feature? Thank you! Gui, Add, Button, w100 h50 gButtonSet1, Set1 ...