| Author |
Message |
Forum: Scripts Topic: Keyboard layout switcher |
| AngelicCare |
|
Posted: January 8th, 2011, 8:16 pm
|
|
Replies: 23 Views: 12334
|
| Это Basic, very basic, - это: Sleep, 3000 WinGet, WinID,, A SendMessage,0x50,0, 67699721,, A ; Английский (американский). SendMessag... |
|
 |
Forum: Scripts Topic: Screen Capture with Transparent Windows and Mouse Cursor |
| AngelicCare |
|
Posted: September 4th, 2010, 5:02 pm
|
|
Replies: 180 Views: 92367
|
Didn't work for cursor in http://www.siegeonline.ru/ru/start.asp SiegeOnline game (sorry, it's Russian)
...
IrfanView's screenshot with mouse, however, worked. Any tips on getting on the right way? |
|
 |
Forum: Support Topic: Countdown in MsgBox |
| AngelicCare |
|
Posted: August 29th, 2010, 3:53 pm
|
|
Replies: 18 Views: 4238
|
| Exactly that's what i wanted to do. But... i know it works using WHILE, could you explain me the error i am reciving? Im really breaking my mind at this, why it demands return? Where is a bug in my code? It's killing me :[ You made a function inside your code... Just inside the loop... FormatSecond... |
|
 |
Forum: Support Topic: Need help for script |
| AngelicCare |
|
Posted: August 29th, 2010, 3:47 pm
|
|
Replies: 1 Views: 163
|
| Hello there! I'm very bad at making scripts for AutoHotkey so that's why I need some help :) Basicaly I'm trying to make a script which presses Q every second, 6 every 25 seconds and 3 every 28 seconds. And a single button press to activate and deactivate it. Thanks :] Something like... #persistent... |
|
 |
Forum: Support Topic: Pixel Search HELP!!! |
| AngelicCare |
|
Posted: August 28th, 2010, 2:13 pm
|
|
Replies: 2 Views: 276
|
| i am pretty new to ahk and i want to learn how to use this program more than just clicking and dragging and i want to use pixel search to play defend your castle where u need to drag a stickman into the air. ive tried to write the script by myself but it just gets error messages. i want to get the ... |
|
 |
Forum: Support Topic: Time-based script? |
| AngelicCare |
|
Posted: August 28th, 2010, 1:09 pm
|
|
Replies: 22 Views: 961
|
| Well, i made a scrit, time based idea, but i can't get the real timming. Imagine i want some action after 60 miliseconds of a key pressed... Only the lines bettwen the sleep order and the desired action, with some if-else bettwen can make a delay about 10-20 milisecons so, and that delay, not only ... |
|
 |
Forum: Support Topic: How can I find if other script is paused/suspended 4 pausing |
| AngelicCare |
|
Posted: August 27th, 2010, 12:23 pm
|
|
Replies: 9 Views: 781
|
| Ended with: OnMessage(0x9999,"_PauseSuspend") _PauseSuspend(wParam) { ; Script status reply If wParam=1 Return A_IsSuspended else if wParam=2 Return A_IsPaused else if wParam=3 Suspend, On else if wParam=4 Pause, On else if wParam=5 Suspend, Off else if wParam=6 Pause,... |
|
 |
Forum: Support Topic: How can I find if other script is paused/suspended 4 pausing |
| AngelicCare |
|
Posted: August 26th, 2010, 11:01 am
|
|
Replies: 9 Views: 781
|
Thanks.
* Kind of sad that you can't get list of icons in tray, list of launched scripts... And ask them ... Script-1-1.A_IsPaused?
Poor Array support in Autohotkey. |
|
 |
Forum: Support Topic: How can I find if other script is paused/suspended 4 pausing |
| AngelicCare |
|
Posted: August 25th, 2010, 4:33 am
|
|
Replies: 9 Views: 781
|
Anonymous wrote: please search the forum, this has already been answered somewhere here.
No luck, only one - they use custom form and label there "suspended or not", but it's not a direct solution about any script.
ImageSearch tray? GGRrrr |
|
 |
Forum: Support Topic: How can I find if other script is paused/suspended 4 pausing |
| AngelicCare |
|
Posted: August 25th, 2010, 3:22 am
|
|
Replies: 9 Views: 781
|
MasterFocus wrote:
These 2 are for goals of hotkey during pause and timer during suspend of hotkeys.
But I need about the other launched script, you know... It's neither of these cases... |
|
 |
Forum: Support Topic: FileSelectFile with an exclusion filter? |
| AngelicCare |
|
Posted: August 25th, 2010, 2:59 am
|
|
Replies: 10 Views: 282
|
| You will have to write your own dialog in GUI. See autohotkey GUI http://www.autohotkey.com/docs/commands/Gui.htm Yeah, I was thinking of that as a last resort...grrr But no way with regex? I'm not at all experienced with regex so I didn't even try. It's commdialog... So GRR is ... :] for savior Sa... |
|
 |
Forum: Support Topic: Auto change default printer to online printer |
| AngelicCare |
|
Posted: August 25th, 2010, 2:52 am
|
|
Replies: 3 Views: 709
|
| Also play a bit with rundll32.exe printui.dll,PrintUIEntry /n<printername> Usage: rundll32 printui.dll,PrintUIEntry [options] [@commandfile] /a[file] binary file name /b[name] base printer name /c[name] unc machine name if the action is on a remote machine /dl delete local printer /dn delete network... |
|
 |
Forum: Support Topic: Auto change default printer to online printer |
| AngelicCare |
|
Posted: August 25th, 2010, 2:46 am
|
|
Replies: 3 Views: 709
|
| RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n\\Comp\HPLaserj * After all: If you will get script working - post it here, on the Forum, or right in this thread, if thematically this would be right. Script desired: 3 selected printers with priority in order as listed, if one found to be online - it's made d... |
|
 |
Forum: Support Topic: FileSelectFile with an exclusion filter? |
| AngelicCare |
|
Posted: August 25th, 2010, 2:38 am
|
|
Replies: 10 Views: 282
|
| I know that with FileSelectFile, you can use filters like "*.jpeg" or "*readme*.txt" or "*_bak.ahk". But is it possible to have 'exclusion' filters? For example, let's say I don't want to list files that have "DRN" in the filename... is this possible? Could t... |
|
 |
Forum: Support Topic: FileSelectFile with an exclusion filter? |
| AngelicCare |
|
Posted: August 25th, 2010, 2:34 am
|
|
Replies: 10 Views: 282
|
| I have an idea but it would be far from efficent. Then suddenly user computer reboots for allowing access to file that was Hidden - this means unmovable for defrag command and you then made it defragment/move... ahhh!! YES :) and ... mmm... you get a Autohotkey.Rude for your script in antivirus lis... |
|
 |
| Sort by: |