| Author |
Message |
Topic: *solved* Hotkey command not working |
AnAHKUser
Replies: 5
Views: 469
|
Forum: Ask for Help Posted: Sat Sep 19, 2009 5:09 pm Subject: *solved* Hotkey command not working |
I finally found the bug by disabeling portions after portions of my code.
I have used context-sensitive hotkeys in my script with #IfWinActive. It basically blocks the 'hotkey command' if #IfWinActiv ... |
Topic: *solved* Hotkey command not working |
AnAHKUser
Replies: 5
Views: 469
|
Forum: Ask for Help Posted: Thu Sep 17, 2009 8:58 pm Subject: *solved* Hotkey command not working |
Thanks for your effort HugoV.
I understand it not easy to answer it by only my description.
The example file was put on the very first line and I triple checked that there wasn't a variable or la ... |
Topic: *solved* Hotkey command not working |
AnAHKUser
Replies: 5
Views: 469
|
Forum: Ask for Help Posted: Thu Sep 17, 2009 6:02 pm Subject: *solved* Hotkey command not working |
| Thanks, but my problem is not to get my script running, but to get the hotkey working. I put example on top just for troubleshooting. Still something in my code seem to block the hotkey.... |
Topic: *solved* Hotkey command not working |
AnAHKUser
Replies: 5
Views: 469
|
Forum: Ask for Help Posted: Thu Sep 17, 2009 3:12 pm Subject: *solved* Hotkey command not working |
Below example works as standalone, but on top of my 1500 lines of code it doesnt. Anyone have experience what I should look for ? What can be blocking the Hotkey command ?
I dont' have "test&quo ... |
Topic: [Solved] Variable inside COM_Invoke |
AnAHKUser
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Wed Jul 15, 2009 11:55 am Subject: [Solved] Variable inside COM_Invoke |
You are correct!, Thanks Tank  |
Topic: Save Exchange Password in Outlook in Win XP an Vista |
AnAHKUser
Replies: 1
Views: 514
|
Forum: Ask for Help Posted: Wed Jul 15, 2009 10:11 am Subject: Save Exchange Password in Outlook in Win XP an Vista |
| Try to run the script as administartor and see if Vista accept it. |
Topic: [Solved] Variable inside COM_Invoke |
AnAHKUser
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Wed Jul 15, 2009 9:33 am Subject: [Solved] Variable inside COM_Invoke |
Hi guys,
I'm using Sean standard library COM.ahk.
I have a basic question that I hope someone can answer
How to put an variable inside the COM_Invoke ?
Correct code without variable:
shotID ... |
Topic: UAC - User Account Control |
AnAHKUser
Replies: 1
Views: 431
|
Forum: Ask for Help Posted: Wed Jun 17, 2009 11:52 am Subject: UAC - User Account Control |
I think I found it
RegRead, UAC, HKEY_LOCAL_MACHINE, Software\Microsoft\Windows\CurrentVersion\Policies\System, EnableLUA |
Topic: UAC - User Account Control |
AnAHKUser
Replies: 1
Views: 431
|
Forum: Ask for Help Posted: Wed Jun 17, 2009 10:50 am Subject: UAC - User Account Control |
Is there anyway for AHK to check if system have UAC enabled or disabled ?
Thanks in advance  |
Topic: Compile_AHK II - for those who compile! |
AnAHKUser
Replies: 407
Views: 85034
|
Forum: Scripts & Functions Posted: Wed Jun 17, 2009 10:45 am Subject: Compile_AHK II - for those who compile! |
Thanks for your efforts on this compiler. I use it for all my scripts  |
Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop. |
AnAHKUser
Replies: 39
Views: 15140
|
Forum: Announcements Posted: Thu Feb 26, 2009 6:49 pm Subject: v1.0.48 released: Runs up to 3x as fast. Adds while-loop. |
Thank you! Much appreciated  |
Topic: Getting the source of current COM browser into variable? |
AnAHKUser
Replies: 4
Views: 393
|
Forum: Ask for Help Posted: Tue Dec 09, 2008 1:11 pm Subject: Getting the source of current COM browser into variable? |
I'm not sure it will help you in your case, but one solution is to actually run the page in order for it to do something.
You could do it hidden* and then download the file.
Run, %A_ProgramFiles% ... |
Topic: Splitting text file into variables |
AnAHKUser
Replies: 5
Views: 431
|
Forum: Ask for Help Posted: Wed Dec 03, 2008 8:58 am Subject: Splitting text file into variables |
I was close to your solution HugoV, but couldn't figure out
.= A_LoopField "`n"
Many thanks to both  |
Topic: Splitting text file into variables |
AnAHKUser
Replies: 5
Views: 431
|
Forum: Ask for Help Posted: Wed Dec 03, 2008 8:03 am Subject: Splitting text file into variables |
Hi,
I have a text file with 30 lines. I want line 1-10 into variable1, line 11-20 into variable2 and line 21-30 into variable3
Is there any short solution for this without the need of a big functi ... |
Topic: RegExMatch on several values in a string |
AnAHKUser
Replies: 4
Views: 539
|
Forum: Ask for Help Posted: Tue Dec 02, 2008 7:55 pm Subject: RegExMatch on several values in a string |
What makes AHK so great is the people who wants to help!
I didn't mention that there could be up to 60 needles. That would be an enourmous RegEx I guess.
So I go with Slanters suggestion
Man ... |
| |