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 16 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Send Report via AHK
Rizzit

Replies: 2
Views: 73

PostForum: Ask for Help   Posted: Tue Nov 17, 2009 8:22 am   Subject: Send Report via AHK
Hello is it possible to send a report via Mail if an Image is Red insteed of Green?
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Thu Nov 05, 2009 2:05 pm   Subject: Help with Break command
ah ok the state (pause) is what u relate those actions at.
Can every word be used as a state or is pause a special condition? =)
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Thu Nov 05, 2009 11:09 am   Subject: Help with Break command
Loop
{
Click 855, 955 ; Site 2
Sleep, 10000
SleepKey(pause)
Click 825, 955 ; Site 1
Sleep, 10000
SleepKey(pause)
}
Return

~p::pause := !pa ...
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Thu Nov 05, 2009 10:51 am   Subject: Help with Break command
ah cool Thank You man Wink

[/list]
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Thu Nov 05, 2009 7:25 am   Subject: Help with Break command
Thank you man works perfectly fine Wink

To improve myself I would really like to understand this part of the code
SleepKey(ByRef pause){
While % (pause){
...
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Wed Nov 04, 2009 1:32 pm   Subject: Help with Break command
Ok it seems much clearer now, at least the first part of your code Very Happy
I tested it now and it interuppts the loop, unfortunately it closes the script
too at the moment which is surely because I did ...
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Wed Nov 04, 2009 8:28 am   Subject: Help with Break command
First of all thank you guys for your time Wink

@MasterFocus, I tried to implement your code but it seems like I horribly
fail at this. My pc shutted down 3 times now. Could you please give me ...
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 3:23 pm   Subject: Help with Break command
P.S: I thought at something like this


loop
{
if {P}
break
Click
Sleep, 5000
Click
Sleep, 5000
}
  Topic: Help with Break command
Rizzit

Replies: 16
Views: 704

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 3:23 pm   Subject: Help with Break command
Hello I want to interuppt the loop of my script based on a key command.
So lets say if I press "P" it pauses the loop, if I press "P" again it continues
looping.

The whole Pr ...
  Topic: Need simple mouse click Win7
Rizzit

Replies: 7
Views: 186

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 2:46 pm   Subject: Need simple mouse click Win7
Hello

try Click instead Send

!c::
Click 231, 212


With this if u press c u click on coordinate 231, 212 (active window)
if u want to loop this like 100 times

!c::
loop ...
  Topic: Help with Browser + Mouse Script
Rizzit

Replies: 9
Views: 219

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 2:23 pm   Subject: Help with Browser + Mouse Script
Actually my fault was that i first started for screen coords, then changed
on active window and didnt see the syntax change, as those have 2
different parameters. It is very difficult to get sorte ...
  Topic: Help with Browser + Mouse Script
Rizzit

Replies: 9
Views: 219

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 8:43 am   Subject: Help with Browser + Mouse Script
maybe some one some time is going to help me instead of reffering to help file...


CoordMode, Mouse
loop
{
Sleep, 10000
Click x827, y955
Sleep, 10000
Click x855, y955
Sleep, 10000
 ...
  Topic: Help with Browser + Mouse Script
Rizzit

Replies: 9
Views: 219

PostForum: Ask for Help   Posted: Tue Nov 03, 2009 7:05 am   Subject: Help with Browser + Mouse Script
Yea cool, but how do I know the source of the buttons I need to click?
  Topic: Help with Browser + Mouse Script
Rizzit

Replies: 9
Views: 219

PostForum: Ask for Help   Posted: Mon Nov 02, 2009 3:55 pm   Subject: Help with Browser + Mouse Script
Yes Actually its something like this


show pages:


<1-60> <61-120> etc...


the Script should loop between the content on a 60s base.

so what Ive got so far is:


#IfWinA ...
  Topic: Help with Browser + Mouse Script
Rizzit

Replies: 9
Views: 219

PostForum: Ask for Help   Posted: Mon Nov 02, 2009 1:41 pm   Subject: Help with Browser + Mouse Script
anyone? Crying or Very sad
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group