| Author |
Message |
Topic: How can i write a variable in a txt file? |
awannaknow
Replies: 8
Views: 232
|
Forum: Ask for Help Posted: Sat Dec 03, 2011 8:33 am Subject: How can i write a variable in a txt file? |
if i use FileSelectFile to save as, it dont generates it :\
Please take a few seconds and a few more keystrokes to explain the problem in a more detailed manner. |
Topic: How can i write a variable in a txt file? |
awannaknow
Replies: 8
Views: 232
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 4:14 pm Subject: How can i write a variable in a txt file? |
Check what's in Save var (empty or not) :Save=Is my var empty ? ? ?
FileAppend,%Save%,%A_ScriptDir%\Test.txt
msgbox, save is : %Save% |
Topic: How do I create a script that does this? |
awannaknow
Replies: 6
Views: 264
|
Forum: Ask for Help Posted: Fri Dec 02, 2011 6:45 am Subject: Re: How do I create a script that does this? |
Hell, I still can't manage to figure it out, which key would activate this script?Hi Achelexus,
The code is perfectly working, except that, and I don't know why, when I tested it I had to change hot ... |
Topic: Centering in Text and background color |
awannaknow
Replies: 8
Views: 194
|
Forum: Ask for Help Posted: Thu Dec 01, 2011 7:47 am Subject: Centering in Text and background color |
Maybe this : Gui, Add, Text, x y w70 h40 Border cWhite Center 0x200, 12:00 AM
Gui, Color, Black
Gui +Resize
Gui, Show
Gui Builders :
[url=http://www.autohotkey.com/forum/viewtopic.php?t=67138 ... |
Topic: Help: Force automatic resize of GUI controls |
awannaknow
Replies: 7
Views: 357
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 5:21 pm Subject: Help: Force automatic resize of GUI controls |
| [url=http://www.autohotkey.com/forum/viewtopic.php?p=492757#492757]Continued with Odlanir here : ListView help |
Topic: ListView help |
awannaknow
Replies: 18
Views: 881
|
Forum: Ask for Help Posted: Tue Nov 29, 2011 4:56 pm Subject: ListView help |
Huh ! ! !
Great help Odlanir, thanks a lot ! ! !
I did what you proposed in 2nd post and read all the comments in first post, helped to understand what was in it.
This is going to be a lot o ... |
Topic: Caps Control. Many string commands. |
awannaknow
Replies: 4
Views: 855
|
Forum: Scripts & Functions Posted: Tue Nov 29, 2011 5:09 am Subject: Caps Control. Many string commands. |
Thanks tidbit,
I bookmark for future use and try to read code . . .
Impressive list of options there! |
Topic: Help: Force automatic resize of GUI controls |
awannaknow
Replies: 7
Views: 357
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 5:28 pm Subject: Resize ListView to show all the content |
afaict you have to use WinMove to resize GUI windows.
there may be even a better way than my script if you figure out the amount of rows and update the control or window with an RI was hoping I can ... |
Topic: [Func] Self script updater |
awannaknow
Replies: 39
Views: 2215
|
Forum: Scripts & Functions Posted: Mon Nov 28, 2011 4:55 pm Subject: [Func] Self script updater |
I'll correct mistakes.
I'll try it again later on when I'll some time for.
Thanks for help.
Update :
Tried it, works perfectly, deleted whole md5 line in "Version.ini".
Versi ... |
Topic: Change Menu Color?! |
awannaknow
Replies: 10
Views: 514
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 12:22 pm Subject: Change Menu Color?! |
This is already been discussed without working solution in this
Thanks Odlanir,
I found this thread before I found your answer. I was not sure it was still actual : Wed Aug 22, 2007.
I though suc ... |
Topic: [module] MMenu 1.0 b1 |
awannaknow
Replies: 148
Views: 34138
|
Forum: Scripts & Functions Posted: Mon Nov 28, 2011 12:03 pm Subject: Error at line 382 illegal character: "MMenu_aItem[0] |
Xp
AHK_L
I tried to make a menu with white text on black background and I got both text and background black. Here is my post about it with my code needing fixing :
[url=http://www.autohotkey.com/f ... |
Topic: Change Menu Color?! |
awannaknow
Replies: 10
Views: 514
|
Forum: Ask for Help Posted: Mon Nov 28, 2011 10:04 am Subject: a menu with blacktext/background How to change text color ? |
On my system the code I posted shows a menu with both text and background black, but I thought it might just be my system.
Here is code reproducing it:Menu, Datei, Add, EinfgenBox1, Box1
Menu, Date ... |
Topic: [Func] Self script updater |
awannaknow
Replies: 39
Views: 2215
|
Forum: Scripts & Functions Posted: Mon Nov 28, 2011 8:27 am Subject: [Func] Self script updater |
| I tested and it is not working for me, is this (Code first line) must be changed to or leave as is ?:Check_ForUpdate(_ReplaceCurrentScript = 0, _SuppressMsgBox = 0, _CallbackFunction = "" ... |
Topic: [Func] Self script updater |
awannaknow
Replies: 39
Views: 2215
|
Forum: Scripts & Functions Posted: Sun Nov 27, 2011 10:31 pm Subject: [Func] Self script updater |
I'll do as you say, thanks for guidance.You would paste the function into your script then in a different area where you want to run it you past this:
Check_ForUpdate(1,0)
Making sure to ... |
Topic: [Func] Self script updater |
awannaknow
Replies: 39
Views: 2215
|
Forum: Scripts & Functions Posted: Sun Nov 27, 2011 7:32 pm Subject: Re: [Func] Self script updater |
5. Now, simply call the function and it will do its stuff.
Thank you rseding91,
I want to add your updater function to a script I'm trying to make (not finished, yet).
But I don't know how to cal ... |
| |