AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 42 matches
AutoHotkey Community Forum Index
Author Message
  Topic: FileReadLine
ComradeF

Replies: 25
Views: 1867

PostForum: Wish List   Posted: Thu Dec 22, 2005 3:40 pm   Subject: FileReadLine
I guess I'm just pining for some of my favorite PHP functionalities. Razz

I write some heavy scripts for heavy text files, and parsing through them from the beginning every single time is starting to ...
  Topic: FileReadLine
ComradeF

Replies: 25
Views: 1867

PostForum: Wish List   Posted: Tue Dec 20, 2005 3:23 am   Subject: FileReadLine
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 ...
  Topic: Can't get a style for UpDown to work
ComradeF

Replies: 5
Views: 307

PostForum: Ask for Help   Posted: Fri Jul 22, 2005 4:45 pm   Subject: Can't get a style for UpDown to work
Ah, now I get it. Thank you both!
  Topic: Can't get a style for UpDown to work
ComradeF

Replies: 5
Views: 307

PostForum: Ask for Help   Posted: Fri Jul 22, 2005 4:22 pm   Subject: Can't get a style for UpDown to work
I've tried everything I could think of. Now I just need someone to tell me what syntax will work...
  Topic: Can't get a style for UpDown to work
ComradeF

Replies: 5
Views: 307

PostForum: Ask for Help   Posted: Fri Jul 22, 2005 3:46 pm   Subject: Can't get a style for UpDown to work
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, UpDow ...
  Topic: Case/Switch
ComradeF

Replies: 28
Views: 5418

PostForum: Wish List   Posted: Fri Jun 24, 2005 4:33 am   Subject: Case/Switch
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 ...
  Topic: How to tie a MsgBox to a GUI (owner) ?
ComradeF

Replies: 9
Views: 976

PostForum: Ask for Help   Posted: Thu Jun 23, 2005 2:16 am   Subject: How to tie a MsgBox to a GUI (owner) ?
Perfect! Thanks.
  Topic: Need code or help to recognize data in a program
ComradeF

Replies: 4
Views: 555

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 3:00 pm   Subject: Need code or help to recognize data in a program
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.
  Topic: How to tie a MsgBox to a GUI (owner) ?
ComradeF

Replies: 9
Views: 976

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 2:50 pm   Subject: How to tie a MsgBox to a GUI (owner) ?
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! ^_^;
  Topic: How to tie a MsgBox to a GUI (owner) ?
ComradeF

Replies: 9
Views: 976

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 12:26 pm   Subject: How to tie a MsgBox to a GUI (owner) ?
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!
  Topic: Need code or help to recognize data in a program
ComradeF

Replies: 4
Views: 555

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 2:09 am   Subject: Need code or help to recognize data in a program
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, ...
  Topic: How to tie a MsgBox to a GUI (owner) ?
ComradeF

Replies: 9
Views: 976

PostForum: Ask for Help   Posted: Tue Jun 21, 2005 12:36 am   Subject: How to tie a MsgBox to a GUI (owner) ?
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 acc ...
  Topic: Case/Switch
ComradeF

Replies: 28
Views: 5418

PostForum: Wish List   Posted: Mon Jun 20, 2005 10:48 pm   Subject: Case/Switch
You might want to allow us brackets for the cases, as well. It feels cleaner sometimes.

case "a":
{
commands...
Break
}
  Topic: Case/Switch
ComradeF

Replies: 28
Views: 5418

PostForum: Wish List   Posted: Mon Jun 20, 2005 2:20 pm   Subject: Case/Switch
Looks great to me!
  Topic: Case/Switch
ComradeF

Replies: 28
Views: 5418

PostForum: Wish List   Posted: Mon Jun 20, 2005 5:46 am   Subject: Case/Switch
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 aroun ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group