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 245 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Send work only if a msgbox is before
feejo

Replies: 3
Views: 187

PostForum: Ask for Help   Posted: Wed Feb 27, 2008 9:28 pm   Subject: Send work only if a msgbox is before
I try sleep 500 and it react the same way.
  Topic: Send work only if a msgbox is before
feejo

Replies: 3
Views: 187

PostForum: Ask for Help   Posted: Wed Feb 27, 2008 5:14 pm   Subject: Send work only if a msgbox is before
I have a script that work well for months. Totay it stop. It is simple but it dose not want to send the content of the variable pv to the screen.
so I place a msgbox, just before the send command, th ...
  Topic: When working on another window my script stop
feejo

Replies: 4
Views: 151

PostForum: Ask for Help   Posted: Thu Jan 24, 2008 10:25 pm   Subject: When working on another window my script stop
I have 2x 17in screen the windows will be on one of them with nothing in front of it. Maby I will end up doing a sceen coord.
  Topic: When working on another window my script stop
feejo

Replies: 4
Views: 151

PostForum: Ask for Help   Posted: Thu Jan 24, 2008 10:05 pm   Subject: When working on another window my script stop
Yes, it work, but I can't work on any other windows, cause it is switching back to the other one by itselve.
  Topic: When working on another window my script stop
feejo

Replies: 4
Views: 151

PostForum: Ask for Help   Posted: Thu Jan 24, 2008 8:40 pm   Subject: When working on another window my script stop
My script work when I am working on the specific windows, as soon as I click on another window it stop to work.



settitlematchmode, 2 ;
WinWait, Le 2,
IfWinNotActive, Le 2, , WinActivate, L ...
  Topic: Error: A Goto/Gosub must not jump into a block that doesn't
feejo

Replies: 7
Views: 247

PostForum: Ask for Help   Posted: Thu Jan 24, 2008 7:39 pm   Subject: Error: A Goto/Gosub must not jump into a block that doesn't
Very Happy
  Topic: Error: A Goto/Gosub must not jump into a block that doesn't
feejo

Replies: 7
Views: 247

PostForum: Ask for Help   Posted: Thu Jan 24, 2008 6:30 pm   Subject: Error: A Goto/Gosub must not jump into a block that doesn't
Why when I execute this when it reach ******HERE******** num = empty.

1:
num:=1

Fin:
;InputBox, Num, Select, The number of beeps
Sleep, 1
Msgbox, num = %num% oldnum = % ...
  Topic: Error: A Goto/Gosub must not jump into a block that doesn't
feejo

Replies: 7
Views: 247

PostForum: Ask for Help   Posted: Wed Jan 23, 2008 10:38 pm   Subject: Error: A Goto/Gosub must not jump into a block that doesn't
Here is my full script, I put a
*************ERROR HERE**************
where the script block.



1:

PixelGetColor, 3NB, 232, 195 ; 3e
If (3nb = 0x0080FF) ;Orange
{
num& ...
  Topic: Error: A Goto/Gosub must not jump into a block that doesn't
feejo

Replies: 7
Views: 247

PostForum: Ask for Help   Posted: Tue Jan 22, 2008 9:35 pm   Subject: Error: A Goto/Gosub must not jump into a block that doesn't
Error: A Goto/Gosub must not jump into a block that doesn't enclose it.


PixelGetColor, 3NB, 232, 195 ; 3e prix

If (3nb = 0x0080FF) ; Si le 3e chiffre est Orange, c'est un niveau 1 ( ...
  Topic: If will soundbeep
feejo

Replies: 2
Views: 189

PostForum: Ask for Help   Posted: Tue Jan 22, 2008 8:14 pm   Subject: If will soundbeep
can you explain to me that part please.

If !Num or (Num = OldNum)
Continue
  Topic: If will soundbeep
feejo

Replies: 2
Views: 189

PostForum: Ask for Help   Posted: Mon Jan 21, 2008 9:20 pm   Subject: If will soundbeep
I have 4 possibles, 1,2,3 or 4.
I want a script on the first run will detect what number I insert, then will beep number of time it detect the number represent.
then it will loop back to the top, th ...
  Topic: Calculus error
feejo

Replies: 1
Views: 182

PostForum: Ask for Help   Posted: Fri Jan 18, 2008 3:11 pm   Subject: Calculus error
I got some calculus error on this one, it is designed to tell what number is the biggest in the list under a certain number. The kind of error is if MIN is 3000 a loop field can sometime find out that ...
  Topic: How to remap a key for a specific software.
feejo

Replies: 1
Views: 194

PostForum: Ask for Help   Posted: Thu Jan 10, 2008 3:56 pm   Subject: How to remap a key for a specific software.
I have one note MS that use CTRL+Shift+T to write the current time. How can I change it to CTRL+T and only this software be affected?
  Topic: How to have a consecutive variable?
feejo

Replies: 1
Views: 141

PostForum: Ask for Help   Posted: Thu Dec 06, 2007 2:02 pm   Subject: How to have a consecutive variable?
I have my clipboard variable, I want to put something in it and put it in another variable (consecutive), then put something new in the clipboard, put it into another consecutive variable. that variab ...
  Topic: To be able to find the right tab in IE 7.
feejo

Replies: 0
Views: 227

PostForum: Wish List   Posted: Tue Dec 04, 2007 5:29 pm   Subject: To be able to find the right tab in IE 7.
As IE 7 have many tabs winwait will just wait there, we must have something that will allow to find the right tab, cause winwait just sit and wait.
 
Page 1 of 17 Goto page 1, 2, 3 ... 15, 16, 17  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group