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 

EDIT Control -> Event if content changes?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
q1
Guest





PostPosted: Tue Mar 08, 2005 9:35 am    Post subject: EDIT Control -> Event if content changes? Reply with quote

How can I check if the content of an EDIT field was changed, e.g. to enable a SAVE button - thanks!
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5390
Location: /b/

PostPosted: Tue Mar 08, 2005 9:47 am    Post subject: Reply with quote

You could use a SetTimer to check if the Edit's content's are different to it's inital text.[/code]
_________________

Back to top
View user's profile Send private message Visit poster's website
toralf



Joined: 31 Jan 2005
Posts: 3841
Location: Bremen, Germany

PostPosted: Tue Mar 08, 2005 11:18 am    Post subject: Reply with quote

If it is in a AHK Gui use a g-label for that edit field.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Wed Mar 09, 2005 3:33 am    Post subject: Reply with quote

Edit controls do not yet support g-labels, but it's on the to-do list. So for now, Titan's suggestion of SetTimer is the way to go. There is another post or two on the forum about SetTimer + Edit controls.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group