| Author |
Message |
Topic: still great, and getting better |
Stanley Krute
Replies: 0
Views: 289
|
Forum: General Chat Posted: Wed Feb 07, 2007 7:56 pm Subject: still great, and getting better |
Just had occasion to come back to some AutoHotkey coding after a while away.
It's such a great environment. Better all the time.
Big thanks to the developers and users and forum shmoozers.
-- ... |
Topic: testing for check-marked menu items |
Stanley Krute
Replies: 1
Views: 275
|
Forum: Ask for Help Posted: Sun Nov 20, 2005 8:18 pm Subject: testing for check-marked menu items |
Looks like using DllCall and the Win32 menu functions will
let me pull this off.
Will post code when cooked.
-- stan |
Topic: optimal method to trigger an internet connection |
Stanley Krute
Replies: 4
Views: 442
|
Forum: Ask for Help Posted: Sun Nov 20, 2005 7:59 pm Subject: optimal method to trigger an internet connection |
> Dial-in ?
Yes.
Looks, after some googling and helpfile scanning,
that I'll want to use AHK's DllCall function to call
the Windows API's InternetGetConnectedState to
determine the connect ... |
Topic: optimal method to trigger an internet connection |
Stanley Krute
Replies: 4
Views: 442
|
Forum: Ask for Help Posted: Sun Nov 20, 2005 6:16 pm Subject: optimal method to trigger an internet connection |
Anyone have suggestions on the best way
to have AHK trigger a system's default
internet connection if the machine's currently
offline ?
thx
-- stanley noobert |
Topic: testing for check-marked menu items |
Stanley Krute
Replies: 1
Views: 275
|
Forum: Ask for Help Posted: Fri Nov 18, 2005 4:35 pm Subject: testing for check-marked menu items |
Hi
Anyone have a technique that lets one determine via AHK
whether an item in a (non-AHK) menu is check-marked ?
(I'm seeing whether it's feasible to have AHK do some
Photoshop 7x controlling, ... |
Topic: speccing app behavior at another level of abstraction |
Stanley Krute
Replies: 1
Views: 511
|
Forum: General Chat Posted: Wed Nov 16, 2005 3:19 am Subject: speccing app behavior at another level of abstraction |
Consider a continuum stretching from processors
to humans.
At one end, we tell a processor
to do something like moving a value
from one memory location to another.
At the other end, we tell s ... |
Topic: Launching multiple AHK scripts |
Stanley Krute
Replies: 10
Views: 693
|
Forum: Ask for Help Posted: Wed Nov 16, 2005 2:38 am Subject: scripts that can run through shutdown/bootup cycles |
Thanks Titan for your post in this thread.
I've been thinking about how one might have a set
of AHK scripts that could be run across shutdown/bootup
cycles.
This would be useful, for example, ... |
Topic: file loop anomaly |
Stanley Krute
Replies: 6
Views: 781
|
Forum: Bug Reports Posted: Tue Nov 15, 2005 2:51 pm Subject: file loop anomaly |
Hi Peter
Thanks for the sort variant.
-- stan |
Topic: file loop anomaly |
Stanley Krute
Replies: 6
Views: 781
|
Forum: Bug Reports Posted: Tue Nov 15, 2005 2:49 pm Subject: file loop anomaly |
Hi Chris
Thanks for the workaround code.
I'd assumed that the AHK code was doing what
the workaround does -- build a file list -- when
it hit the
loop, *.jpg
statement.
-- stan |
Topic: file loop anomaly |
Stanley Krute
Replies: 6
Views: 781
|
Forum: Bug Reports Posted: Tue Nov 15, 2005 2:42 pm Subject: file loop anomaly |
Hi Toralf
Interesting that the problem did not show up
on your system.
RE the shorter code: that was my original
code, but I two-lined it just in case
there was some sort of filename change
... |
Topic: file loop anomaly |
Stanley Krute
Replies: 6
Views: 781
|
Forum: Bug Reports Posted: Tue Nov 15, 2005 2:27 am Subject: file loop anomaly |
Hi
Perhaps someone can help.
I've got a loop that changes the names
of a directory's files, prepending the
digit 2 to the current names.
Loop, *.jpg
{
newName = 2%A_LoopFileNam ... |
Topic: thanks |
Stanley Krute
Replies: 1
Views: 578
|
Forum: General Chat Posted: Wed Sep 07, 2005 10:39 pm Subject: thanks |
One of my personal holy grails for computer systems is the ability
to automate anything a human does at a GUI computer.
Just discovered AHK a few weeks ago. Looks like it's
the best wagon for hit ... |
| |