AutoHotkey Community

It is currently May 23rd, 2012, 11:30 pm

All times are UTC [ DST ]


Search found 33 matches
Search these results:

Author Message

 Forum: Support   Topic: Loading hotstrings from an ini

Posted: May 4th, 2011, 12:32 am 

Replies: 8
Views: 247


I actually need different #IfWinActive's for each hotstring, for example; #IfWinActive Untitled - Notepad ::abc::Send some text #IfWinActive Calculator ::123::111222333 I was going to modify "Regex powered dynamic hotstrings" to use #IfWinActive but found it doesnt really work as well as t...

 Forum: Support   Topic: Loading hotstrings from an ini

Posted: May 3rd, 2011, 4:34 am 

Replies: 8
Views: 247


Ok, I just had one of those "Ah ha" moments so I should be able to get the hotstrings functioning in the proper way.

One other thing I still need to figure out is how to add the #IfWinActive to the "Regex powered dynamic hotstrings" if it hasn't already been done.

 Forum: Support   Topic: Loading hotstrings from an ini

Posted: May 3rd, 2011, 4:00 am 

Replies: 8
Views: 247


I am actually working with "Regex powered dynamic hotstrings" but putting /b in front of the hotstring is Not preventing it to from triggering in the middle of a word.

for example;

hotstrings("\bnot", "Notepad")

Edit: Love your location.

 Forum: Support   Topic: Loading hotstrings from an ini

Posted: May 3rd, 2011, 3:40 am 

Replies: 8
Views: 247


This was the only thing I could find; Variable references such as %MyVar% are not currently supported within the replacement text. To work around this, don't make such hotstrings auto-replace. Instead, use the SendInput command beneath the abbreviation, followed by a line containing only the word Re...

 Forum: Support   Topic: Loading hotstrings from an ini

Posted: May 3rd, 2011, 3:16 am 

Replies: 8
Views: 247


Im trying to load hotstrings from an ini that only work on specific applications but cant get this to work. Script: #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #SingleInstance Force ; Prevents multiple Instances. #Hotstring NoMouse ; Prevents mouse clicks ...

 Forum: Scripts   Topic: Drop down command prompt

 Post subject: Drop down command prompt
Posted: June 17th, 2010, 1:43 am 

Replies: 2
Views: 2250


I use command prompt a lot during a normal work day and was given an idea from a friend that it would be cool to have a drop down console style command prompt like you see in some older games. Here is the best I could do with the spare time I had at work. I wrote it for a Windows 7 machine so it may...

 Forum: Scripts   Topic: Most Simple MP3 Player Ever

Posted: June 19th, 2009, 7:34 am 

Replies: 16
Views: 3523


PurloinedHeart wrote:
Just wondering, does anyone know why it does not run on Vista? Had a friend test it, and think he said some DLL was missing


I just ran it on my Windows 7 computer and it worked fine with the exception that the bottom three buttons where under the listview but that was easily fixed

 Forum: Scripts   Topic: Screen ruler--an useful Measurement Tool

Posted: June 19th, 2009, 7:24 am 

Replies: 5
Views: 1514


Does not work on my computer, but I'm running Windows 7 so could just not be compatible.

 Forum: Scripts   Topic: Simple Task Run

 Post subject: Simple Task Run
Posted: June 19th, 2009, 6:35 am 

Replies: 0
Views: 691


I just needed a quick and simple script to run some other scripts (non ahk) every 10 seconds. Thought it might be useful to someone else. I know this could be cleaner and shorter but I was lazy. Criticism welcomed Thank you, ManicResin #NoEnv #SingleInstance Force #Persistent #MaxThreads 20 SendMode...

 Forum: Scripts   Topic: Screen Capture with System tray and gui

Posted: August 14th, 2008, 2:57 am 

Replies: 3
Views: 1816


Also that code i used had the ability to only capture regions, I didn't have a need to write the functionality into my script but I'm sure it wouldn't be that hard to do if someone really wanted to.

 Forum: Scripts   Topic: Screen Capture with System tray and gui

Posted: August 14th, 2008, 2:54 am 

Replies: 3
Views: 1816


I'm glad it help someone,
Thank for the tip I'm updating the code now.

 Forum: Scripts   Topic: Screen Capture with System tray and gui

Posted: August 13th, 2008, 4:06 am 

Replies: 3
Views: 1816


I wrote this a while ago for a larger script. I used Sean's ScreenCapture.ahk for the most part. Added a little bit so it would work by its self. Just thought it would be useful and people could let me know were I could improve. #Persistent #SingleInstance Force ;--------------------------------Chec...

 Forum: Support   Topic: Changing colors on the fly

Posted: February 22nd, 2008, 8:31 pm 

Replies: 5
Views: 403


Cool both answers where helpfull and i should be able to do what i need. Thank you!

 Forum: Support   Topic: Changing colors on the fly

Posted: February 22nd, 2008, 7:00 am 

Replies: 5
Views: 403


engunneer wrote:
what is wrong with v-variables?


my program has a total of 5 tabs, 6 seperat guis and around a hundred of various controls, i was just hoping for an easier way then having to have an individual GuiControl for each one.

 Forum: Support   Topic: Changing colors on the fly

 Post subject: Changing colors on the fly
Posted: February 22nd, 2008, 5:11 am 

Replies: 5
Views: 403


So I am looking try to have a settings page in a program I'm writing and want to be able to change colors on the fly, here is what i got but i would like a way to do it with out v-labels. Any ideas? #NoTrayIcon #SingleInstance Force ColorList = Default|Black|Green|Silver|Lime|Gray|Olive|White|Yellow...
Sort by:  
Page 1 of 3 [ Search found 33 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group