Search found 6 matches

by workingclay
17 May 2022, 16:19
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.1.0
Replies: 78
Views: 31416

Re: SciTE4AutoHotkey v3.1.0

I have been using SciTE4AutoHotkey for a few years now and really love it. I just updated to v3.1.0 and I am having an issue. The autocomplete for single words (like ControlClick, Loop, etc.) is working great. However, when I type the comma after the command, nothing pops up as it used to to suggest...
by workingclay
05 Jan 2017, 16:55
Forum: Ask for Help (v1)
Topic: Re: How do I get a file's modified time in UTC
Replies: 1
Views: 746

Re: Re: How do I get a file's modified time in UTC

I just found this statement on Wikipedia (https://en.wikipedia.org/wiki/Zip_(file_format)):
"The .ZIP format has no notion of time zone, so timestamps are only meaningful if it is known what time zone they were created in."
by workingclay
03 Jan 2017, 19:13
Forum: Ask for Help (v1)
Topic: Re: How do I get a file's modified time in UTC
Replies: 1
Views: 746

Re: How do I get a file's modified time in UTC

I asked the question, "How do I get a file's modified time in UTC?" quite a while back (https://autohotkey.com/board/topic/100422-how-do-i-get-a-files-modified-time-in-utc/) and it has been bugging me off and on since then. I think I understand now why it can't be done and figured it may help someon...
by workingclay
30 Aug 2016, 13:30
Forum: Ask for Help (v1)
Topic: WinToClient not working for Y coordinate
Replies: 5
Views: 1132

Re: WinToClient not working for Y coordinate

Thanks for the reply Helgef! The first suggestion that you had (GetClientRect) seems to work very nice. I may try to work that one into my code. The second suggestion (ScreenToClient) is actually the same as what I have already tried. I'm not sure why it doesn't work. I'm not exactly sure how to use...
by workingclay
30 Aug 2016, 08:36
Forum: Ask for Help (v1)
Topic: WinToClient not working for Y coordinate
Replies: 5
Views: 1132

WinToClient not working for Y coordinate

Win 7 AHK v1.1.21.0 I need the client area coordinates from an external program's window. I tried using the WinToClient function (I think from Lexikos) and it calculates correctly in the "X" axis but not in the "Y" axis. This is what I tried: ControlGetPos, OK_X, OK_Y, OK_W, OK_H, Button1, Box Title...
by workingclay
18 Jul 2016, 16:51
Forum: Ask for Help (v1)
Topic: Capture text from MS Lync
Replies: 0
Views: 494

Capture text from MS Lync

I'm trying to capture text from Microsoft Lync's IM window. The text can be selected and copied, but it doesn't show up in Window Spy or with controlgettext or wingettext. I am wanting to monitor the text in a timer, so I don't want to constantly be highlighting and copying the text to the clipboard...

Go to advanced search