AutoHotkey Community

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

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Support   Topic: Making this script stable.

Posted: January 18th, 2006, 3:09 am 

Replies: 11
Views: 754


I'm not getting hostile.... Maybe I should have asked my question in a different manner. Also I'm not trying to show disrespect to anyone, specialty in a forum that I'm looking for help in. Thanks for the snip of code that you gave me with the explanation. I could not understand what was in the help...

 Forum: Support   Topic: Making this script stable.

Posted: January 18th, 2006, 12:33 am 

Replies: 11
Views: 754


I'm not ask for somebody to write my script, and I'm very new to this-- I'm trying my best! Also i was not pointing a finger at anybody. I just said this I'm looking at the help file, and I don't understand what is the difference between the controlfocus and the controlgetfocus. also i did a search ...

 Forum: Support   Topic: Making this script stable.

Posted: January 17th, 2006, 7:23 pm 

Replies: 11
Views: 754


If you don't want to help me just say so!
I told you i was looking in the help file, and you just quote what's in the help file!
Quote:
ControlFocus := Sets input focus to a given control on a window

ControlGetFocus := Retrieves which control of the target window has input focus, if any.

 Forum: Support   Topic: Making this script stable.

Posted: January 17th, 2006, 5:19 pm 

Replies: 11
Views: 754


sorry about the code!
I'm looking at the help file, and I don't understand what is the difference between the controlfocus and the controlgetfocus.

 Forum: Support   Topic: Making this script stable.

 Post subject: Making this script stable.
Posted: January 17th, 2006, 3:35 pm 

Replies: 11
Views: 754


This script will run sometimes and at other times it will bomb out. I have even used winwait, but that kills my script. Don't know what to do? Do I used the focus command? ; ;Sleep, 1800000 ;Sleep,900000 ;SetTitleMatchMode, 2 IfWinNotActive, Dashboard, , WinActivate, Dashboard, WinWaitActive, Dashbo...

 Forum: Support   Topic: Is this loop command right?

 Post subject: Is this loop command right?
Posted: September 30th, 2005, 4:51 am 

Replies: 1
Views: 414


I want to loop the script and have it run every 30mins Did I do this right? Thanks for any info you give me. ; ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template AutoHotkey script. ; ;http://icons.wundergroun...

 Forum: Support   Topic: auto shutdown on bad weather

 Post subject: backup server
Posted: September 29th, 2005, 10:20 pm 

Replies: 2
Views: 787


I have another computer at my house that I backup everything to. If I was at work and the weather was bad, the script would shut it down or all the computers in my house. I hope this works- it's not ready to go yet I found this part in the form URLDownloadToFile, http://weather.yahoo.com/forecast/US...

 Forum: Support   Topic: auto shutdown on bad weather

Posted: September 29th, 2005, 3:47 pm 

Replies: 2
Views: 787


This is just an idea, leave a web page open or make a weather sticker on your desktop Example http://icons.wunderground.com/graphics/wui2.jpg and run a script that if it finds active advisory, or thunderstorm on that webpage it could run a shutdown command. Do you think somethink like this could work?

 Forum: Support   Topic: Main windows with tabs that change

Posted: September 12th, 2005, 9:16 pm 

Replies: 2
Views: 545


I have one main windows with other tabs in this window. I can not use mouse points to make my selection, because the tab options change. So is there any way that i can set a command to look for specific text and and send a {ENTER} command. Windows spy shows Visible Window text for the main windows a...

 Forum: Support   Topic: What command do i need to use?

Posted: August 25th, 2005, 3:55 pm 

Replies: 3
Views: 666


I will try to make this very simple. My work is using Locarta. http://www.locarta.com/images/dashboard.gif I need to change from the main tab to the vhcls. The tab key does not work on the section at the top, and i don't want to use the mouse drag to change from main to vhcls. Do i need to use the C...

 Forum: Support   Topic: Smart Gui

 Post subject: Thanks
Posted: August 20th, 2005, 7:01 am 

Replies: 4
Views: 677


Thanks,
Now I think i understanding how it works.
The GuiControl, , MyProgressBar, +20
goes by 20sec? So if you have
GuiControl, , MyProgressBar, +20
Sleep, 600
GuiControl, , MyProgressBar, +20
Sleep, 600
GuiControl, , MyProgressBar, +20
would = 60sec ?
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group