Search found 4 matches

by vaypay
28 Feb 2024, 13:03
Forum: Old Topics
Topic: AutoGUI not working as intended anymore - "Show/Hide Preview Window" broken Topic is solved
Replies: 9
Views: 16451

Re: AutoGUI not working as intended anymore - "Show/Hide Preview Window" broken Topic is solved

You need to close the .AHK file BEFORE doing File > Import GUI > Parse Script > your.AHK file This did not work for me. It simply does nothing. However when I run the saved ahk script for the GUI and clone it with the Window Cloning Tool, it produces an editable GUI. But on my first use of it there...
by vaypay
04 Jan 2024, 05:29
Forum: Ask for Help (v2)
Topic: FormatTime considers 60 seconds as valid input
Replies: 1
Views: 120

FormatTime considers 60 seconds as valid input

The FormatTime function considers an input of 60 seconds as valid. The following V2 code demonstrates this: msgbox (FormatTime(20000101000059, "yyyy/MM/dd HH:mm:ss") "`n" FormatTime(20000101000060, "yyyy/MM/dd HH:mm:ss") "`n" FormatTime(20000101000061, "yyyy/MM/dd HH:mm:ss") "`n" FormatTime(20000101...
by vaypay
02 Aug 2016, 08:38
Forum: Ask for Help (v1)
Topic: GuiControl in hotkey subroutine
Replies: 3
Views: 1382

Re: GuiControl in hotkey subroutine

Thx wolf_II.
This makes it clear.
When it comes to threads, I get easily entangled ;)
by vaypay
02 Aug 2016, 04:01
Forum: Ask for Help (v1)
Topic: GuiControl in hotkey subroutine
Replies: 3
Views: 1382

GuiControl in hotkey subroutine

Hello, I can't have GuiControl to work when called from a hotkey subroutine. Here is a little program to browse through a set of images in a folder like Windows Photo Viewer. The Next and Previous buttons on the GUI work fine, but the hotkey fails. GuiControl always return error code 1 no matter how...

Go to advanced search