AutoHotkey Community

It is currently May 22nd, 2012, 1:46 pm

All times are UTC [ DST ]


Search found 35 matches
Search these results:

Author Message

 Forum: Support   Topic: Rescrolling an Edit control to bottom

Posted: May 22nd, 2007, 11:34 pm 

Replies: 8
Views: 641


Thanks for all your help guys.

 Forum: Support   Topic: Rescrolling an Edit control to bottom

Posted: May 20th, 2007, 10:07 am 

Replies: 8
Views: 641


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 does not interrupt the user. The program does many many things and its important for the user to be abl...

 Forum: Support   Topic: Rescrolling an Edit control to bottom

Posted: May 20th, 2007, 2:10 am 

Replies: 8
Views: 641


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" for the rest of the program. This edit box updates its contents every half a second. The problem ...

 Forum: Support   Topic: GetText from window complications

Posted: January 6th, 2006, 1:32 am 

Replies: 1
Views: 1635


First, thanks for all your anwsers on my previous questions. Now I got another one that seemed to stiffle my progress. :cry: I have a script that works with AOL Instant Messenger by reading the text of its text controls. It responds to the text it reads all fine and dandy. The application is made to...

 Forum: Support   Topic: getting control text from a child window

Posted: January 3rd, 2006, 2:08 am 

Replies: 2
Views: 634


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 child windows.

problem solved, thanks

 Forum: Support   Topic: getting control text from a child window

Posted: January 3rd, 2006, 12:44 am 

Replies: 2
Views: 634


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 "Program" has a child window called "Window", and on "Window" there is a control called richedit1. I would lik...

 Forum: Support   Topic: help! Saving and reloading control variables

Posted: December 20th, 2005, 2:09 am 

Replies: 8
Views: 1330


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.. this particular part of the code (loading) doesn't seem to be the culprit. ranomore: Thanks for your...

 Forum: Support   Topic: help! Saving and reloading control variables

Posted: December 20th, 2005, 1:36 am 

Replies: 8
Views: 1330


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 save procedure is failing. It's as if it thinks there is nothing in the controls and thus, saves nothing....

 Forum: Support   Topic: help! Saving and reloading control variables

Posted: December 20th, 2005, 12:40 am 

Replies: 8
Views: 1330


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 also. In the main ini file is a section called Saved. After the GUI's controls have been created, it call...

 Forum: Support   Topic: help! Saving and reloading control variables

Posted: December 19th, 2005, 5:45 am 

Replies: 8
Views: 1330


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 and the ini file does not reflect what should have saved the last exit. My first question is. .. is...

 Forum: Support   Topic: Need help with StringMid ideas

Posted: November 27th, 2005, 7:07 am 

Replies: 6
Views: 695


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 between you and your cellphone, and do commands based on that, all in real time. I'm actually not sure if...

 Forum: Support   Topic: Need help with StringMid ideas

Posted: November 27th, 2005, 4:17 am 

Replies: 6
Views: 695


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 mention something I'm dealing with. The inputvar is a big nasty edit field from aol instant messenger. so ...

 Forum: Support   Topic: Need help with StringMid ideas

Posted: November 27th, 2005, 12:35 am 

Replies: 6
Views: 695


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. :D

 Forum: Support   Topic: Need help with StringMid ideas

Posted: November 27th, 2005, 12:33 am 

Replies: 6
Views: 695


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" which would type hello in a bold format I've got that all to work, but with stringmid, you have to know how many cha...

 Forum: Support   Topic: need help with simplification (timers and key presses)

Posted: November 1st, 2005, 4:07 am 

Replies: 9
Views: 1028


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 something was implemented that would do a hotkey based on a D & U, it would still screw up the potent...
Sort by:  
Page 1 of 3 [ Search found 35 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group