AutoHotkey Community

It is currently May 23rd, 2012, 3:39 am

All times are UTC [ DST ]


Search found 10 matches
Search these results:

Author Message

 Forum: Support   Topic: Gui text update

Posted: December 8th, 2009, 11:37 pm 

Replies: 3
Views: 311


Just what I needed - thanks! Any way to make the width and height smarter? The actual program has larger result text that varies in size.

 Forum: Support   Topic: Gui text update

 Post subject: Gui text update
Posted: December 8th, 2009, 11:20 pm 

Replies: 3
Views: 311


Hello, I'm trying to make a simply math assistant thing. The code below is not the full thing I'm working on, but rather an example of the problem. I'd like the user to be able to click the updown box, and then have calculated results appear immediately below, without disrupting the GUI if at all po...

 Forum: Support   Topic: Zombies VS Plants SunGatherer

Posted: June 5th, 2009, 7:18 pm 

Replies: 1
Views: 446


Hello all. I'm playing the flashgame Zombies VS Plants. One of the game elements involves clicking on 'sun' as it appears. The following code has worked, but will 'chase' the sun as it goes to the upper left corner, rather than looking for new sun. loop { keywait, rbutton, down keywait, rbutton...

 Forum: Support   Topic: Trying to actively recolor a window

 Post subject: t
Posted: January 19th, 2009, 6:31 am 

Replies: 2
Views: 835


Thanks.. I'm always pretty bad about figuring out how to adequetely use other people's scripts, but I'll give this a lookthrough. Any other ideas will be appreciated.

 Forum: Support   Topic: Trying to actively recolor a window

Posted: January 15th, 2009, 8:26 am 

Replies: 2
Views: 835


Hello all, I'm trying to recolor the white spaces in an active window for easy reading. I've noticed when I do a lot of online reading or reading of PDFs all that pure white can leave me a little snowblind. My first idea was to do a pixel-by-pixel replacement and slash-image up a single grey pixel i...

 Forum: Support   Topic: Killswitch - how to stop my macros from eating my computer.

Posted: April 18th, 2008, 5:27 pm 

Replies: 12
Views: 852


Thanks everyone - the solution I am using for now is a simple one. A single-key interrupt seems to do the trick. I'll likely try some of the other solutions later. msgbox Hit CTRL + WIN + S to start. esc::exitapp ^#s::goto startitup Quick note on using AHK to input data - you'd be surprised how many...

 Forum: Support   Topic: Killswitch - how to stop my macros from eating my computer.

Posted: April 11th, 2008, 8:30 pm 

Replies: 12
Views: 852


Turning it into a single keystroke seems to solve part of the problem, but.. The problem is defining a hotkey early on makes the entire script into a hotkey script - i.e. I have to define a hotkey that launches the rest of the script. Is there any way to define this 'killswitch' hotkey, and then pro...

 Forum: Support   Topic: Killswitch - how to stop my macros from eating my computer.

Posted: April 11th, 2008, 7:20 pm 

Replies: 12
Views: 852


I have a macro that takes orders from the store website and enters them into our database without human interaction. Works like a charm and saves us hours and hours a day. Until yesterday, when it got loose. It switched to the wrong window (whoops, my bad) and kept write on entering data. Yikes. Big...

 Forum: Support   Topic: Making autohotkey read from an easily edited csv list-basics

Posted: April 11th, 2008, 7:14 pm 

Replies: 5
Views: 929


Thanks for helping - took me a while to get back to this, but it is appreciated.

 Forum: Support   Topic: Making autohotkey read from an easily edited csv list-basics

Posted: February 29th, 2008, 8:37 pm 

Replies: 5
Views: 929


Greetings all, first post. I've used Excel to normalize data and AHK to enter it into a database, and am officially swearing by this program. I am still new to it. The setup: When returning calls, it helps to know what time zone we are calling. The area code can be used to look this up, and the sale...
Sort by:  
Page 1 of 1 [ Search found 10 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group