| View previous topic :: View next topic |
| Author |
Message |
q1 Guest
|
Posted: Tue Mar 08, 2005 9:35 am Post subject: EDIT Control -> Event if content changes? |
|
|
| 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/
|
Posted: Tue Mar 08, 2005 9:47 am Post subject: |
|
|
You could use a SetTimer to check if the Edit's content's are different to it's inital text.[/code] _________________
 |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Tue Mar 08, 2005 11:18 am Post subject: |
|
|
If it is in a AHK Gui use a g-label for that edit field. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Wed Mar 09, 2005 3:33 am Post subject: |
|
|
| 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 |
|
 |
|