| Author |
Message |
Forum: Suggestions Topic: FileReadLine |
| ComradeF |
|
Posted: December 22nd, 2005, 4:40 pm
|
|
Replies: 26 Views: 3942
|
| I guess I'm just pining for some of my favorite PHP functionalities. :P I write some heavy scripts for heavy text files, and parsing through them from the beginning every single time is starting to become pretty nasty. You know, it doesn't even have to be just the ability to grab the last line... It... |
|
 |
Forum: Suggestions Topic: FileReadLine |
| ComradeF |
|
Posted: December 20th, 2005, 4:23 am
|
|
Replies: 26 Views: 3942
|
| Despite this code's ability to accomplish the intended goal, it still requires that the script parse through the entire file, line by line, until it reaches the end. That's extremely inefficient, and a function to go backwards (for REAL) is long overdue... |
|
 |
Forum: Support Topic: Can't get a style for UpDown to work |
| ComradeF |
|
Posted: July 22nd, 2005, 5:45 pm
|
|
Replies: 5 Views: 639
|
| Ah, now I get it. Thank you both! |
|
 |
Forum: Support Topic: Can't get a style for UpDown to work |
| ComradeF |
|
Posted: July 22nd, 2005, 5:22 pm
|
|
Replies: 5 Views: 639
|
| I've tried everything I could think of. Now I just need someone to tell me what syntax will work... |
|
 |
Forum: Support Topic: Can't get a style for UpDown to work |
| ComradeF |
|
Posted: July 22nd, 2005, 4:46 pm
|
|
Replies: 5 Views: 639
|
| I want to remove the comma from the text in the box... But I can't get it to work! What am I doing wrong? Gui, Font, S13 Bold Gui, Add, Edit, x3 y5 w68 h26 Limit4 vqc_ticker_msec Gui, Add, UpDown, Range200-9999 vqc_ticker_updown, 1000 Gui, Font, S14, Webdings Gui, Add, Button, x75 y5 w26 h26 vqc_tic... |
|
 |
Forum: Suggestions Topic: Case/Switch |
| ComradeF |
|
Posted: June 24th, 2005, 5:33 am
|
|
Replies: 44 Views: 16507
|
| MAYBE you could add both case AND switch... and they could do different things. One of them could utilize breaks, and the other could skip them. I was trying to think of a reason to NOT avoid using 'break', but I couldn't think of one because the entire point of this case/switch is to choose ONE con... |
|
 |
Forum: Support Topic: How to tie a MsgBox to a GUI (owner) ? |
| ComradeF |
|
Posted: June 23rd, 2005, 3:16 am
|
|
Replies: 9 Views: 1308
|
|
 |
Forum: Support Topic: Need code or help to recognize data in a program |
| ComradeF |
|
Posted: June 21st, 2005, 4:00 pm
|
|
Replies: 4 Views: 836
|
| If it's got a GUI, then try using the AutoIt WindowSpy that's packaged with AHK. You may be able to locate the line of text you're looking for, and grab it. |
|
 |
Forum: Support Topic: How to tie a MsgBox to a GUI (owner) ? |
| ComradeF |
|
Posted: June 21st, 2005, 3:50 pm
|
|
Replies: 9 Views: 1308
|
OH, IT HAS TO GO IN THE GOSUB??
That's what I wasn't getting!
You should make that a tiny bit clearer in the documentation! ^_^; |
|
 |
Forum: Support Topic: How to tie a MsgBox to a GUI (owner) ? |
| ComradeF |
|
Posted: June 21st, 2005, 1:26 pm
|
|
Replies: 9 Views: 1308
|
Well, first question I guess, does it work for you?? Because if so, then it's my issue and I need to look closer.
Could you post a tiny working one? Maybe I botched the syntax or something! |
|
 |
Forum: Support Topic: Need code or help to recognize data in a program |
| ComradeF |
|
Posted: June 21st, 2005, 3:09 am
|
|
Replies: 4 Views: 836
|
| The only thing I can even think of off the top of my head to gather information from a DOS box (it is a DOS box, right?) is to use an image search -- which would SUCK!! I'm sure there's a better way, but I sure don't know it. |
|
 |
Forum: Support Topic: How to tie a MsgBox to a GUI (owner) ? |
| ComradeF |
|
Posted: June 21st, 2005, 1:36 am
|
|
Replies: 9 Views: 1308
|
Speaking of +OwnDialogs....... I can't seem to get it to work on my 7th GUI window. I didn't try it on the default one, but either way... no matter where I put the command, it doesn't stop me from accessing the underlying GUI after I've opened a FileSelectFile.  |
|
 |
Forum: Suggestions Topic: Case/Switch |
| ComradeF |
|
Posted: June 20th, 2005, 11:48 pm
|
|
Replies: 44 Views: 16507
|
You might want to allow us brackets for the cases, as well. It feels cleaner sometimes.
Code: case "a": { commands... Break } |
|
 |
Forum: Suggestions Topic: Case/Switch |
| ComradeF |
|
Posted: June 20th, 2005, 3:20 pm
|
|
Replies: 44 Views: 16507
|
|
 |
Forum: Suggestions Topic: Case/Switch |
| ComradeF |
|
Posted: June 20th, 2005, 6:46 am
|
|
Replies: 44 Views: 16507
|
Chris' to-do list wrote: A simple select/switch/case structure as an alternative to a series of ""else if"" statements. This might also help with the lack of support for the OR conjunction.
When do you think you'll get around to this??  |
|
 |
| Sort by: |