| Author |
Message |
Topic: Rescrolling an Edit control to bottom |
JohnL
Replies: 8
Views: 308
|
Forum: Ask for Help Posted: Tue May 22, 2007 10:34 pm Subject: Rescrolling an Edit control to bottom |
| Thanks for all your help guys. |
Topic: Rescrolling an Edit control to bottom |
JohnL
Replies: 8
Views: 308
|
Forum: Ask for Help Posted: Sun May 20, 2007 9:07 am Subject: Rescrolling an Edit control to bottom |
Yes, so you have to scroll back to end each time, using one of the methods you detail. Not pretty, probably, but usable.
I need a method that does not require any action from the user... and also ... |
Topic: Rescrolling an Edit control to bottom |
JohnL
Replies: 8
Views: 308
|
Forum: Ask for Help Posted: Sun May 20, 2007 1:10 am Subject: Rescrolling an Edit control to bottom |
Hi, I've been having trouble coming up with a fix for something. Hopefully someone can help me figure it out.
I have created a window that has a multi-line edit box in it displaying a "status& ... |
Topic: GetText from window complications |
JohnL
Replies: 1
Views: 587
|
Forum: Ask for Help Posted: Fri Jan 06, 2006 12:32 am Subject: GetText from window complications |
First, thanks for all your anwsers on my previous questions. Now I got another one that seemed to stiffle my progress.
I have a script that works with AOL Instant Messenger by reading the t ... |
Topic: getting control text from a child window |
JohnL
Replies: 2
Views: 326
|
Forum: Ask for Help Posted: Tue Jan 03, 2006 1:08 am Subject: getting control text from a child window |
| bleh.. sorry, it wasn't working because I didn't have the correct case of the window name, and when I went to the forums double checking I came to the conclusion I needed something special to access c ... |
Topic: getting control text from a child window |
JohnL
Replies: 2
Views: 326
|
Forum: Ask for Help Posted: Mon Jan 02, 2006 11:44 pm Subject: getting control text from a child window |
from what I can tell it isnt easily supported with AHK
I indeed did try to use the search button!
Is there a work around I can use for this?
My problem is pretty simple.
The main program ... |
Topic: help! Saving and reloading control variables |
JohnL
Replies: 8
Views: 688
|
Forum: Ask for Help Posted: Tue Dec 20, 2005 1:09 am Subject: help! Saving and reloading control variables |
| Titan: I realized that might be a possible way, but that creates a new entry for the DDL, duplicating what already exists.. that's why I used GuiControl, Choose instead. I could use this method but.. ... |
Topic: help! Saving and reloading control variables |
JohnL
Replies: 8
Views: 688
|
Forum: Ask for Help Posted: Tue Dec 20, 2005 12:36 am Subject: help! Saving and reloading control variables |
Great, I put that in, and I can see how it might improve the GUI.
I'm not sure how I could use this method to preselect a DDL.. maybe some help there?
It also still doesn't suggest as to why the ... |
Topic: help! Saving and reloading control variables |
JohnL
Replies: 8
Views: 688
|
Forum: Ask for Help Posted: Mon Dec 19, 2005 11:40 pm Subject: help! Saving and reloading control variables |
Apparently this has been happening more often then I thought, especially in check boxes.. it also happens on normal exits, not just reloads. So I bet this is an error on my part.
I use ini files al ... |
Topic: help! Saving and reloading control variables |
JohnL
Replies: 8
Views: 688
|
Forum: Ask for Help Posted: Mon Dec 19, 2005 4:45 am Subject: help! Saving and reloading control variables |
| I save my GUI's controls for the user to an ini file upon exit, and reselect them on load. I find that sometimes, when I reload the program (I think exiting works ok) some controls are not preselected ... |
Topic: Need help with StringMid ideas |
JohnL
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Sun Nov 27, 2005 6:07 am Subject: Need help with StringMid ideas |
| I'm still have trouble getting this to work. I don't know the mechanics of loop, parse, too well, so that might have something to do with it. What my script attempts to do is read the aim window betwe ... |
Topic: Need help with StringMid ideas |
JohnL
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Sun Nov 27, 2005 3:17 am Subject: Need help with StringMid ideas |
Laszlo, thanks for the loop, parse idea.
I've tested it and I have the idea (something I haven't had the experience of using before) and I believe I can use it with some testing but I failed to men ... |
Topic: Need help with StringMid ideas |
JohnL
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Sat Nov 26, 2005 11:35 pm Subject: Need help with StringMid ideas |
oh also... the variables are completely random, so I can't just check if they exist.
as in... instead of a program name, its a random person's name.
Thanks for any help.  |
Topic: Need help with StringMid ideas |
JohnL
Replies: 6
Views: 387
|
Forum: Ask for Help Posted: Sat Nov 26, 2005 11:33 pm Subject: Need help with StringMid ideas |
so I have a string that I need anaylzed..
let's say this string comes from your cellphone, in a text message
"run word hello"
which would run word, and type hello
or
"type hello bold"
whi ... |
Topic: need help with simplification (timers and key presses) |
JohnL
Replies: 9
Views: 659
|
Forum: Ask for Help Posted: Tue Nov 01, 2005 3:07 am Subject: need help with simplification (timers and key presses) |
Got tooltips to work, not quite how I wanted but it will do.
I think I will neglect the buffers, as it really isn't that big of a problem. It only really happens if you hold the key down, and if so ... |
| |