AutoHotkey Community

It is currently May 24th, 2012, 8:04 am

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Support   Topic: hourly chime

Posted: February 27th, 2009, 4:15 am 

Replies: 3
Views: 399


It would use less overhead to run on a Set Time routine to check every 60 seconds? You could run a loop to get the initial time and then activate a set time event for 3600000 ms to run in an hour. "A timer's period can be no larger than 4294967295 milliseconds (49.7 days)." This script use...

 Forum: Offtopic   Topic: How did you find out about AHK?

Posted: September 11th, 2007, 5:46 pm 

Replies: 27
Views: 1915


I read about it in 2006 issue of Wired Magizine under time saving tips. I needed some way to automate repetitive tasks for work. This worked and I could do a lot more with it.

 Forum: Support   Topic: Enabling a hotkey to be used on an InputBox?

Posted: September 11th, 2007, 5:36 pm 

Replies: 9
Views: 1297


You may already know this: In IE if you type text in the Address bar and press 'Ctl+Enter' it will add the www.????.com to your string just like you are wanting to do. MS Help: listed under (Shortcut Keys), "Using the Address Bar" Shortcuts. Add "www." to the beginning and "...

 Forum: Support   Topic: Supress A_GuiEvent Firing on LV_Modify

Posted: February 24th, 2007, 4:00 pm 

Replies: 0
Views: 406


I have a GUI with a List. Using +Checked for checkboxes on each row. I want to detect when a user has checked a row and have the row focus set to the checked row. The problem is if 2 rows are checked the A_GuiEvent is fired when the row focus is changed by the script and fires the sub MyListView aga...

 Forum: Support   Topic: Getting the line number from filereading

Posted: January 5th, 2007, 5:19 am 

Replies: 2
Views: 487


There are some good examples in the AHK Help See Loop (read file contents) and IfInString / IfNotInString Try something like this ; Find First line that contains the matching string strToFind := "Text to Find" Loop, read, C:\Docs\filetocheck.txt { IfInString, A_LoopReadLine, %strToFin...

 Forum: Scripts   Topic: Traycut - system tray shortcuts utility

Posted: December 31st, 2006, 5:35 pm 

Replies: 11
Views: 2532


meter , That is a cool addition. It is much easier to left-click to show and left-click to select menu items. It can be hard to explain the *right-click* to some users. I see where adding the ShowTrayMenu: sub and "Traycut" default menu item is necessay to make the Left mouse click work p...

 Forum: Scripts   Topic: Traycut - system tray shortcuts utility

Posted: December 31st, 2006, 6:55 am 

Replies: 11
Views: 2532


Mithat, Thanks for posting this. It is a very interesting program. Makes a great script organizer. Very clean and accessable interface that is easy to configure and maintain. I wanted to limit the number of tray Icons that are showing with multiple ahk scripts running, but still have an indication o...

 Forum: Scripts   Topic: Script Collector for Startup Folder v2.0 (Drag -n- Drop)

Posted: December 31st, 2006, 6:10 am 

Replies: 7
Views: 3165


Thanks for posting this. It is just what I needed. The drag-n-drop option is a nice enhancement. I have ahk scripts that must be started in a specific order as they are dependent on the state of other previously started scripts. Having the ability to re-order the list or move items up or down in the...
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group