| Author |
Message |
Topic: Run Firefox and iMacro or website |
Krogdor
Replies: 8
Views: 1852
|
Forum: Ask for Help Posted: Mon May 10, 2010 5:15 pm Subject: Run Firefox and iMacro or website |
That should work fine; try
Run "C:\Program Files\Mozilla Firefox\firefox.exe"
WinWait, ahk_class MozillaUIWindowClass
Run "C:\Program Files\Mozilla Firefox\firefox.exe" ... |
Topic: Command Line Support |
Krogdor
Replies: 8
Views: 400
|
Forum: Ask for Help Posted: Sun May 09, 2010 9:18 pm Subject: Command Line Support |
I would assume that it would be known in advance would switches would be followed by a parameter and which ones would not, in which case you would simply test for this.
However, even if a parameter ... |
Topic: Run Firefox and iMacro or website |
Krogdor
Replies: 8
Views: 1852
|
Forum: Ask for Help Posted: Sun May 09, 2010 8:01 pm Subject: Run Firefox and iMacro or website |
Well if you look at the linked site it gives example code
start /B "C:\Program Files\Mozilla Firefox\firefox.exe" http://www.google.com
ping 127.1.1.1 (or pause or sleep ... ... |
Topic: Twisting ( Warhammer) |
Krogdor
Replies: 3
Views: 692
|
Forum: Ask for Help Posted: Sun May 09, 2010 7:52 pm Subject: Twisting ( Warhammer) |
| You're right, sorry. I always have #UseHook in my scripts so I forget to include it in times like these. Thanks for the correction. |
Topic: Ugh, multi-level pointer... |
Krogdor
Replies: 2
Views: 452
|
Forum: Ask for Help Posted: Sun May 09, 2010 7:51 pm Subject: Ugh, multi-level pointer... |
| I'm not highly familiar with reading memory addresses, but I assume you would have to use a loop where you somehow check if you have reached the final level, and if not, use ReadMemory again to find t ... |
Topic: Twisting ( Warhammer) |
Krogdor
Replies: 3
Views: 692
|
Forum: Ask for Help Posted: Sun May 09, 2010 7:46 pm Subject: Twisting ( Warhammer) |
Loop,
Send, {F6}
Esc::ExitApp
That will do it for you, and "Esc" can replaced by any key of your choosing (you need some way to exit the script)
Just copy-paste t ... |
Topic: Command Line Support |
Krogdor
Replies: 8
Views: 400
|
Forum: Ask for Help Posted: Sun May 09, 2010 7:24 pm Subject: Command Line Support |
In that case I would suggest using a loop similar to wolf_II's, but reading the values to an array then using using analyzing the array values to determine the best course of action.
For example, wit ... |
Topic: Parameters Passed Improperly |
Krogdor
Replies: 2
Views: 659
|
Forum: Bug Reports Posted: Mon Apr 19, 2010 5:19 pm Subject: Parameters Passed Improperly |
| So the problem would seem to be that the DropHandler is passing the parameter as a spaced string rather than in quotes, which is causing AHK to interpret it as multiple parameters rather than a single ... |
Topic: Parameters Passed Improperly |
Krogdor
Replies: 2
Views: 659
|
Forum: Bug Reports Posted: Tue Mar 30, 2010 4:29 am Subject: Parameters Passed Improperly |
Recently I noticed a problem with parameters being passed to scripts when files are drag-and-dropped to a script file, passed through "Send-to" menu, etc.
When a short path is available, ... |
Topic: "Snake" for AHK |
Krogdor
Replies: 16
Views: 3191
|
Forum: Scripts & Functions Posted: Wed Dec 02, 2009 5:07 am Subject: "Snake" for AHK |
Updated the script a bit; the color picker is now the default windows one, and I embedded into the script the two bitmaps that were previously downloaded.
This adds a new dependency on majkinetor's ... |
Topic: Make g-Label Not Activate By Script |
Krogdor
Replies: 4
Views: 653
|
Forum: Ask for Help Posted: Sun Aug 30, 2009 5:11 am Subject: Make g-Label Not Activate By Script |
Alright, got it working. Used something similar to what you posted, SKAN.
The final product (well, still sort of a work in progress, but final for now) can be found @ http://www.autohotkey.com/foru ... |
Topic: "Snake" for AHK |
Krogdor
Replies: 16
Views: 3191
|
Forum: Scripts & Functions Posted: Sun Aug 30, 2009 4:58 am Subject: "Snake" for AHK |
| There is now a color picker included! I didn't really like any of the ones I found on the forum, so I made my own. It's based on the Photoshop one, except much crappier <3 It takes up about as much ... |
Topic: Make g-Label Not Activate By Script |
Krogdor
Replies: 4
Views: 653
|
Forum: Ask for Help Posted: Sat Aug 29, 2009 7:46 pm Subject: Make g-Label Not Activate By Script |
Alright, I thought of something similar to each of those, or maybe some combination, but thought there might be an easier way to accomplish this.
Thanks for your help, both of you.
@SKAN: Yes, I'v ... |
Topic: Make g-Label Not Activate By Script |
Krogdor
Replies: 4
Views: 653
|
Forum: Ask for Help Posted: Sat Aug 29, 2009 11:35 am Subject: Make g-Label Not Activate By Script |
Hi All,
Long version: I'm having trouble with some g-Labels for edit controls. I am making a color picker, so there are quite a few edit controls that must change in response to any other control c ... |
Topic: "Snake" for AHK |
Krogdor
Replies: 16
Views: 3191
|
Forum: Scripts & Functions Posted: Fri Aug 28, 2009 11:15 pm Subject: "Snake" for AHK |
1) Your post sounds like Sapce wasn't working, but then after making changes did work; Did I misread this? My Space still isn't working under the current configuration.
Oops, a little bit of flawe ... |
| |