| Author |
Message |
Forum: Support Topic: not close the previous instance - iniwrite |
| morphingstar |
|
Posted: September 7th, 2011, 4:37 am
|
|
Replies: 1 Views: 151
|
| The script suddenly seems not to close. Except for the error message could not close the previous instance of this script. Keep waiting? [yes] [no] nothing is there when I start the same script again. Only clue is that iniwrite is not yet working, and I don't know why, but causing the INSTANCE error... |
|
 |
Forum: Support Topic: iniread into array(indexed) - more |
| morphingstar |
|
Posted: September 4th, 2011, 12:07 am
|
|
Replies: 1 Views: 155
|
| The information sources (AHK manual and www's are included in the code, meaning I still don't get it after reading these. I would much appreciate someone help my, I am still very beginnerish. Below, line # are followed by some text for easier navigation, in case line numbers change. I am off track w... |
|
 |
Forum: Support Topic: commands/Loop.htm examples not working |
| morphingstar |
|
Posted: August 31st, 2011, 6:07 pm
|
|
Replies: 1 Views: 79
|
| I am trying to design a loop similar to BASIC principle start=1:last=5 For start to last display count (msgbox, iteration = count) Next I found 3 examples, put them into the same file for convenience. They don't work on my computer. Why? http://www.autohotkey.com/forum/viewtopic.php?t=75855&high... |
|
 |
Forum: Support Topic: CHR(number) convert number to string |
| morphingstar |
|
Posted: August 31st, 2011, 3:39 pm
|
|
Replies: 1 Views: 184
|
| Some of it works, some lines do not. Why? combination := "combination" Numberin := 1 Numberuse := Numberin + 48 ; ascii shiftvalue MsgBox, %numberuse%, should be 49 ; works MsgBox, ascii49, Chr(49) ; not, It 's not the comma. %Chr(49)% will error combination2 := combination... |
|
 |
Forum: Support Topic: Accept Save Load Preferences |
| morphingstar |
|
Posted: August 30th, 2011, 4:15 am
|
|
Replies: 14 Views: 380
|
| I found the examples: http://www.autohotkey.com/forum/viewtopic.php?t=75766 I had no clue about this HELP there is a Hotkey symbol in the tray on my monitor, it says: Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is... |
|
 |
Forum: Support Topic: AHK instruction manual with examples location |
| morphingstar |
|
Posted: August 30th, 2011, 2:02 am
|
|
Replies: 3 Views: 175
|
thanks, I did not recognize AutoHotkey.chm to be a clickable help-file opening in browser.
Now I sure got something to read ... |
|
 |
Forum: Support Topic: AHK instruction manual with examples location |
| morphingstar |
|
Posted: August 24th, 2011, 10:20 pm
|
|
Replies: 3 Views: 175
|
reference to a AHK manual with examplwa is made in various posts.
I downloaded AHK as an *.exe
It appears no manual has been installed after *.exe was run.
Where can I find it, I guess it is a *.pdf |
|
 |
Forum: Tutorials Topic: [How To] Animate a GUI Window |
| morphingstar |
|
Posted: August 24th, 2011, 8:48 pm
|
|
Replies: 15 Views: 124
|
| Skan your hexconvertor buttons did not show properly. Below is corrected code, which works on my WinXPh. http://www.autohotkey.net/~goyyah/CrazyScripts/SlideShow/TeAdd.ahk ;http://www.autohotkey.net/~goyyah/CrazyScripts/SlideShow/TeAdd.ahk ; Integer to Hex Convertor by Goyyah 03-Jun-2006 Gui, +ToolW... |
|
 |
Forum: Support Topic: reply to post impossible - subject title only displayed |
| morphingstar |
|
Posted: August 24th, 2011, 3:12 am
|
|
Replies: 4 Views: 112
|
| thanks for the magic: My post did not show on my monitor's forum's Preview, not in Post ... (I posted it anyway). You were able to access it. Did you browse my hard disk :? ___ While looking for a job, in an interview room, I read: I've listened to your confusions and drawn my own conclusions. ___ C... |
|
 |
Forum: Support Topic: reply to post impossible - subject title only displayed |
| morphingstar |
|
Posted: August 24th, 2011, 1:46 am
|
|
Replies: 4 Views: 112
|
why
Name of broken thread
Accept Save Load Preferences - loop write read
help would be nice |
|
 |
Forum: Support Topic: Accept Save Load Preferences |
| morphingstar |
|
Posted: August 22nd, 2011, 5:48 pm
|
|
Replies: 14 Views: 380
|
| thanks Leef_me Did you TRY the iniwrite & iniread examples in the documentation I search for respective documentation. I found no examples. IniRead ** below Example IniRead, OutputVar, C:\Temp\myfile.ini, section2, key MsgBox, The value is %OutputVar%. In my browser I created a drop-down menu wi... |
|
 |
Forum: Support Topic: Loop, FilePattern - get copy write date - parameter needed |
| morphingstar |
|
Posted: August 19th, 2011, 5:58 pm
|
|
Replies: 0 Views: 152
|
| http://www.autohotkey.com/docs/commands/LoopFile.htm http://www.autohotkey.com/docs/commands/Sort.htm shows examples of file lists sorted by name / date. I need the file list sorted by date / time when it was written to the disk / storage medium, independent of file's creation / rename / whatever ot... |
|
 |
Forum: Support Topic: Accept Save Load Preferences |
| morphingstar |
|
Posted: August 19th, 2011, 2:28 pm
|
|
Replies: 14 Views: 380
|
| Thank you, Leef_me For me it was implicit that before you can read an (ini) file you must write one . That is why I assumed you first loop collects the data from within the script: data: (param=first,second,third,fourth,fifth,sixth). The second loop would write the data to disk. My assumption was wr... |
|
 |
Forum: Support Topic: GUI creator - newest url - Go1 Return |
| morphingstar |
|
Posted: August 17th, 2011, 11:54 pm
|
|
Replies: 1 Views: 225
|
| I am trying to ascertain I am using the newest, best GUI creator. Version 4.0 is easy to find. v4.3.25.15 does not download http://www.autohotkey.net/~rajat/SGUI/#Download http://www.autohotkey.net/~Drugwash/smartgui.html I am using o/s winXPh, soon Win7 URL and advice, please ____ I searched for pr... |
|
 |
Forum: Support Topic: Accept Save Load Preferences |
| morphingstar |
|
Posted: August 17th, 2011, 9:47 pm
|
|
Replies: 14 Views: 380
|
| Leef_me this post refers to your recom Sat Aug 13, 2011 6:01 pm I tried your example, found no resulting file. Error test by SciTE.exe produced no error msg. I am using words for the data, you use words and numbers. The numbers don't show in your program (you indicated), I just have text parameters:... |
|
 |
| Sort by: |