AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: *solved* Hotkey command not working
AnAHKUser

Replies: 5
Views: 469

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: Ask for Help   Posted: Wed Jul 15, 2009 11:55 am   Subject: [Solved] Variable inside COM_Invoke
You are correct!, Thanks Tank Smile
  Topic: Save Exchange Password in Outlook in Win XP an Vista
AnAHKUser

Replies: 1
Views: 514

PostForum: 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

PostForum: 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

PostForum: Ask for Help   Posted: Wed Jun 17, 2009 11:52 am   Subject: UAC - User Account Control
I think I found it Smile

RegRead, UAC, HKEY_LOCAL_MACHINE, Software\Microsoft\Windows\CurrentVersion\Policies\System, EnableLUA
  Topic: UAC - User Account Control
AnAHKUser

Replies: 1
Views: 431

PostForum: 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 Smile
  Topic: Compile_AHK II - for those who compile!
AnAHKUser

Replies: 407
Views: 85034

PostForum: 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 Smile
  Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop.
AnAHKUser

Replies: 39
Views: 15140

PostForum: 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 Very Happy
  Topic: Getting the source of current COM browser into variable?
AnAHKUser

Replies: 4
Views: 393

PostForum: 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

PostForum: 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 Very Happy
  Topic: Splitting text file into variables
AnAHKUser

Replies: 5
Views: 431

PostForum: 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

PostForum: 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 Very Happy

Man ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group