Hi everyone,
I'm sure this is super simple, but i've not been able to figure this out.
I want to be able to allow the user to enter information, and then after clicking a button lock the field so that they are unable to go back and change it again.
any advice, or resources i may have missed would be greatly appreciated.
Thanks!
-Sean
how to lock the text in a field after an action?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: how to lock the text in a field after an action?
Hi.
However the user terminates text entry, trap the appropriate message and lock the field. So for example, if the user hits "enter", then trap the "enterInField" message. There are about a million different methods where this action might be initiated, depending on how that user terminates.
One thing to watch is when the user puts the cursor in the field, and exits it without changing anything. Please look up the difference between "closeField" and "exitField".
That sort of thing...
Craig Newman
However the user terminates text entry, trap the appropriate message and lock the field. So for example, if the user hits "enter", then trap the "enterInField" message. There are about a million different methods where this action might be initiated, depending on how that user terminates.
One thing to watch is when the user puts the cursor in the field, and exits it without changing anything. Please look up the difference between "closeField" and "exitField".
That sort of thing...
Craig Newman
Last edited by dunbarx on Fri May 08, 2015 3:32 am, edited 1 time in total.
Re: how to lock the text in a field after an action?
Thanks Craig!
