AutoHotkey Community

It is currently May 23rd, 2012, 5:17 am

All times are UTC [ DST ]


Search found 64 matches
Search these results:

Author Message

 Forum: Support   Topic: Extract Text

 Post subject: Re: Extract Text
Posted: May 1st, 2012, 12:47 am 

Replies: 14
Views: 165


regex I think would work fine (although I'm no expert) You can have it capture everything between the "+" signs

 Forum: Support   Topic: disable a selection from a dropdown list

Posted: April 30th, 2012, 10:58 pm 

Replies: 5
Views: 74


Thanks for the replies! I'm actually just trying to disable some selections of my dropdown list. Heres a really quick example gui, add, dropdownlist, x5 y5 vLevel, Level 1|Level 2|Level 3|Level 4|Level 5 gui, show Now, would there be a way for me to disable levels 2,3,4 and 5? Sorry should have incl...

 Forum: Support   Topic: disable a selection from a dropdown list

Posted: April 30th, 2012, 9:27 pm 

Replies: 5
Views: 74


Hi!

Thanks for your help. Its actually for an AHK app that im working on. It would be nice to have some items of a dropdown list to be grayed out. Not specifically looking for them to be removed.

Thanks!

 Forum: Support   Topic: disable a selection from a dropdown list

Posted: April 30th, 2012, 8:14 am 

Replies: 5
Views: 74


Howdy all, just a quick question. Although I'm pretty sure that there isn't a solution for my problem, I thought I'd ask you guys anyways. Ive been searching the docs for a while but I can't seem to find an answer. Anyway, Ive been trying to find a way to "disable" or grey out a selection ...

 Forum: Support   Topic: learning module: Directory Path Analysis - SplitPath

Posted: August 5th, 2011, 6:20 am 

Replies: 4
Views: 139


for the "&" question, I believe you would have to escape it since it is a special character used to create a button keyboard shortcut. so for example, if u had a button named "&Save", it would show as Save with an underline on the "S" so that if you pressed &quo...

 Forum: Support   Topic: var = msgbox, hello world!

Posted: July 28th, 2011, 7:18 am 

Replies: 2
Views: 150


Thanks Leef_me, Ill be going over those links in a bit. So I assume that what im trying to do is "dynamically code"? hmmm interesting....
Thanks Again!

 Forum: Support   Topic: var = msgbox, hello world!

 Post subject: var = msgbox, hello world!
Posted: July 28th, 2011, 5:57 am 

Replies: 2
Views: 150


hi everyone, i was experimenting with autohotkey and I was wondering if there might be a way to execute lines of code in a variable? or if there was a workaround...
for example:
Code:
a = msgbox, Hello World!
%a%
return


ive tried it but it returns an error. possible?

 Forum: Support   Topic: Regex trouble (probably simple...)

Posted: July 23rd, 2011, 1:33 am 

Replies: 4
Views: 145


also, sinkfaze has an excellent regex tutorial Here:

http://www.autohotkey.com/forum/topic43197.html

 Forum: Support   Topic: Detect Changes in Script?

Posted: July 23rd, 2011, 12:59 am 

Replies: 18
Views: 427


Thanks for all the great Ideas! ill be tinkering with these codes pretty soon. on a related note, say we were all using the same script at the same time, would it have any confilicting issues? more specifically, my scripts grabs a lot values from an excel spreadsheet and saves them into variables be...

 Forum: Support   Topic: Detect Changes in Script?

Posted: July 22nd, 2011, 5:35 am 

Replies: 18
Views: 427


any ideas would be great! so far the only method I could think of was to have a loop where it would check the contents of a text file and if it detected any changes there, it would flash... but other than that... im out of ideas.

 Forum: Support   Topic: Detect Changes in Script?

Posted: July 18th, 2011, 11:09 pm 

Replies: 18
Views: 427


I forget sometimes :( sorry. I was the 1st and 3rd post :D

 Forum: Support   Topic: Regexmatch and Compare?

Posted: July 15th, 2011, 3:59 am 

Replies: 4
Views: 163


on a related side note, is there a way to store how many matches regexmatch has made? Thanks again!

 Forum: Scripts   Topic: Update Twitter via Launchy & AHK

Posted: July 5th, 2011, 8:29 pm 

Replies: 9
Views: 1941


thanks fragman and nfl! thanks to you guys ill be able to work on some cool scripts with launchy. hopefully the community will find them useful :p

 Forum: Scripts   Topic: Update Twitter via Launchy & AHK

Posted: July 5th, 2011, 5:18 pm 

Replies: 9
Views: 1941


Thanks nfl! so I was wondering, is variable 0 sort of like a predefined variable used by launchy? I dont see it defined anywhere in the script. also for the starust part I understand that if %A_index%(word) = 1 then the status would be %A_index% because there was only 1 word. but if %A_index% is mor...

 Forum: Scripts   Topic: Update Twitter via Launchy & AHK

Posted: July 5th, 2011, 4:59 am 

Replies: 9
Views: 1941


Hmmmm This is very interesting. I was wondering if anyone could explain to me how the first few lines of code (specifically the loop with %0%) works? I understand that it takes whatever you typed into launchy and saves it as "status" but i cant figure out how it goes about doing that. Very...
Sort by:  
Page 1 of 5 [ Search found 64 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group