| Author |
Message |
Topic: List of all Vars |
Invalid User
Replies: 7
Views: 316
|
Forum: Ask for Help Posted: Fri Nov 03, 2006 2:31 am Subject: List of all Vars |
| Well yes of course. I know. But this method displays to a seperate window, whose contents must be extracted and parsed , then organized before it can be used. I am looking for a simple function that c ... |
Topic: List of all Vars |
Invalid User
Replies: 7
Views: 316
|
Forum: Ask for Help Posted: Fri Nov 03, 2006 1:50 am Subject: List of all Vars |
| I searched the forum for this but found nothing, so i write. Is there a function or an existing variable in ahk that has a list of all the variables being used in a script, including those owned by co ... |
Topic: AHK Developer |
Invalid User
Replies: 10
Views: 706
|
Forum: Wish List Posted: Thu Jun 29, 2006 12:06 am Subject: AHK Developer |
| I developed a simple editor that could open multiple ahk scripts for editing. Each script could be associated to another to suport projects. when a script was opened it was broken down into routine an ... |
Topic: SmartGUI Creator - Future? |
Invalid User
Replies: 54
Views: 3036
|
Forum: General Chat Posted: Fri Jun 02, 2006 10:44 pm Subject: SmartGUI Creator - Future? |
| by directions I mean, two folks make two seperate improvments to SGUI. Now there are two versions with disired functions. Who is doing to add the others function to their version? Does anyone else see ... |
Topic: SmartGUI Creator - Future? |
Invalid User
Replies: 54
Views: 3036
|
Forum: General Chat Posted: Fri Jun 02, 2006 12:12 pm Subject: SmartGUI Creator - Future? |
| I voted the first. I think Sgui would be much more progressive with this line. I have often seen mulitple versions of programs go in different directions allowing the source to go open. |
Topic: :: SmartGUI Creator :: |
Invalid User
Replies: 581
Views: 126093
|
Forum: Scripts & Functions Posted: Fri Jun 02, 2006 12:44 am Subject: :: SmartGUI Creator :: |
| Rajat, I have been a long time fan of you gui layout tool, may i have the source of the lastest version, I would love to tinker with some ideas. thanks. |
Topic: Small help file addition |
Invalid User
Replies: 2
Views: 1026
|
Forum: Wish List Posted: Wed Mar 22, 2006 9:44 am Subject: Small help file addition |
| Just curious, what is the limit of an .ini file? |
Topic: Improve #include |
Invalid User
Replies: 1
Views: 546
|
Forum: Wish List Posted: Tue Mar 14, 2006 6:58 pm Subject: Improve #include |
Due to the way scripts are parsed before being run User variable cannnot be used with #include, but what about env variables? Could #include be improved to accept env variables?
#Include %WinDir% ... |
Topic: Setting system enviroment variable with run %comspec% |
Invalid User
Replies: 9
Views: 1407
|
Forum: Ask for Help Posted: Tue Mar 14, 2006 6:50 pm Subject: Setting system enviroment variable with run %comspec% |
RegRead, IncludeDir, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey, IncludeDir
Should`nt it be Installdir ?
Actully, no. A_IncludeDir is a new variable that will be accessible in ahk: %A_IncludeDi ... |
Topic: Setting system enviroment variable with run %comspec% |
Invalid User
Replies: 9
Views: 1407
|
Forum: Ask for Help Posted: Tue Mar 14, 2006 5:43 pm Subject: Setting system enviroment variable with run %comspec% |
| oh yes, that works very well, thank you. |
Topic: Setting system enviroment variable with run %comspec% |
Invalid User
Replies: 9
Views: 1407
|
Forum: Ask for Help Posted: Tue Mar 14, 2006 4:49 pm Subject: Setting system enviroment variable with run %comspec% |
| I have trying to set a variable in the enviroment with no success, I have also looked aorund the forum for an example but with no help.RegRead, IncludeDir, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey, Inc ... |
Topic: File Install with file with attrib A |
Invalid User
Replies: 10
Views: 740
|
Forum: Bug Reports Posted: Tue Mar 14, 2006 3:05 pm Subject: File Install with file with attrib A |
| Creating the dirs makes all the difference! thank you so much toralf! But I think that the fact they must be created in advance is dumb! Can that be changed Chris? thanks |
Topic: File Install with file with attrib A |
Invalid User
Replies: 10
Views: 740
|
Forum: Bug Reports Posted: Tue Mar 14, 2006 2:46 pm Subject: File Install with file with attrib A |
| FileInstall Sets Error level, and it never occurs, causeing the fileappend to fail aswell |
Topic: File Install with file with attrib A |
Invalid User
Replies: 10
Views: 740
|
Forum: Bug Reports Posted: Tue Mar 14, 2006 2:43 pm Subject: File Install with file with attrib A |
| Well what is, I copyed the paths for Param1 from the browser window so I couldnt get them wrong, double checked file names, doublechecked the second param for double \\ and so on, I have scoured this ... |
Topic: File Install with file with attrib A |
Invalid User
Replies: 10
Views: 740
|
Forum: Bug Reports Posted: Tue Mar 14, 2006 2:25 pm Subject: File Install with file with attrib A |
FileSetAttrib, -A, C:\Program Files\AutoHotKey\*.ahk, 1, 1
File := FileExist("C:\Program Files\AutoHotKey\#Include\Functions\Misc\MemGetStats.ahk")
MsgBox %file%
Gui, ... |
| |