AutoHotkey Community

It is currently May 22nd, 2012, 12:06 pm

All times are UTC [ DST ]


Search found 45 matches
Search these results:

Author Message

 Forum: Support   Topic: Help with stability in the var used

Posted: November 24th, 2011, 12:41 pm 

Replies: 2
Views: 87


Can anyone tell me why the below code sometimes returns the wrong %FinalPrem%, but mostly it works? The setup of the script is to: 1: take a value from a system 2: put the value into excel 3: copy the calculated excel value 4: plaste the calculated value from above into the place where i took the va...

 Forum: Support   Topic: Help with imagesearch and mouseclick [solved]

Posted: November 10th, 2011, 7:13 pm 

Replies: 1
Views: 70


Ok I think I found the error - for some reason the mouse cursor doesnt move when on remote computer, and I was missing my target by a few pixels.

Sorry

 Forum: Support   Topic: Help with imagesearch and mouseclick [solved]

Posted: November 10th, 2011, 7:08 pm 

Replies: 1
Views: 70


Hi, Anyone able to tell me why my mouseclick in the below code doesn't seem to happen? I can find the image i'm searching for no problem, but the mouseclick simply doesnt happen for some reason. Code: ImageSearch, FoundX, FoundY, 0,0, A_ScreenWidth, A_ScreenHeight, H:\CVO\Scripts\Icon\Plustegn.bmp i...

 Forum: Support   Topic: How to use fx Del to active a script? [Solved]

Posted: October 19th, 2011, 11:50 am 

Replies: 2
Views: 81


Learning one wrote:
Code:
Del::MsgBox, Hello Casper!


ahh, thanks I shouldn't use the {} that i normally have when useing send. Thanks

 Forum: Support   Topic: How to use fx Del to active a script? [Solved]

Posted: October 19th, 2011, 11:25 am 

Replies: 2
Views: 81


How do I active a script useing the del button?

If i write {del}:: then it doesn't work, just says the key is not on my keyboard huh?

Am I doing it wrong?

 Forum: Support   Topic: Multiple lines in msgbox? [solved]

Posted: September 12th, 2011, 1:34 pm 

Replies: 4
Views: 326


thanks for example 2 - i couldn't get example 1 to work though.

 Forum: Support   Topic: Multiple lines in msgbox? [solved]

Posted: September 12th, 2011, 1:13 pm 

Replies: 4
Views: 326


How do i make a lineshift in a msgbox text?

If i wanted to write the following in a msgbox, how would i do that?

"This is text.

And this is also text."

Thanks!

 Forum: Support   Topic: Stringreplace on / and # ?

 Post subject: Stringreplace on / and # ?
Posted: May 29th, 2011, 12:19 pm 

Replies: 1
Views: 105


I'm trying to use stringreplace to add # after a / to an url in the clipboard F.x. i'm trying to make http://www.google.com/hello/intro into http://www.google.com/#hello/intro (just an example, i know this url wouldn't make sense) So i'm trying this: StringReplace, Clipboard, Clipboard, com/, com/#,...

 Forum: Support   Topic: How to check what the URL of a page is ?

Posted: May 12th, 2011, 11:07 am 

Replies: 2
Views: 199


I'm trying to figure out how to easily check what the URL of a webpage is - my problem is that I have several different webpages with the same title, so I can't just use the title function.

Anyone know a way to do this?

 Forum: Support   Topic: How to remap + to be {tab}{enter} [SOLVED]

Posted: April 6th, 2011, 1:54 pm 

Replies: 4
Views: 132


Ah yes of course, thanks it works for me now :)

 Forum: Support   Topic: How to remap + to be {tab}{enter} [SOLVED]

Posted: April 6th, 2011, 12:29 pm 

Replies: 4
Views: 132


Hi hugov, Sorry for my poor description. It is not shift i was looking for, but I see now why that would cause a misunderstanding. I'm trying to get the "numlock +"-key to do a tab and enter sequence. But if I use the NumpadMult:: I only get the normal numpad multiplyer (eg. +) NumpadMult:...

 Forum: Support   Topic: How to remap + to be {tab}{enter} [SOLVED]

Posted: April 6th, 2011, 9:30 am 

Replies: 4
Views: 132


How do I make + activate a script? (or simply be remapped to excecute tab and enter) I tried something like +:: send {tab}{enter} return But that doesn't work at all, neither does {x} or even #+:: or stuff like that. Anyone who can tell me what i'm doing wrong here?

 Forum: Support   Topic: How to add/subtract an amount to a variable? [solved]

Posted: March 21st, 2011, 4:06 pm 

Replies: 3
Views: 273


Thank you very much!

I'll go try it out after the break : )

 Forum: Support   Topic: How to add/subtract an amount to a variable? [solved]

Posted: March 21st, 2011, 11:00 am 

Replies: 3
Views: 273


How do I add/subtract a amount to a variable?

F.x if I have Var1 and I want to either subtract with it Var2 or simply a fixed amount like 20, how would i write this?

Sorry if it's a very newb question, but I can't seem to find the answer in other posts or the help finder

edit: spelling fix

 Forum: Support   Topic: Send text to a specific field in a application [closed]

Posted: March 15th, 2011, 8:25 am 

Replies: 3
Views: 211


Thank you very much for the replies - I didn't know ahk didn't function so well in .NET applications.

I'll give it another try, but that might explain why I couldn't make it work in the first place

Thanks
Sort by:  
Page 1 of 3 [ Search found 45 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group