positioning the cursor
Scott Rossi
scott at tactilemedia.com
Tue Dec 21 14:21:34 EST 2004
Recently, Hershel Fisch wrote:
> I need to tell the cursor ( or the I pointer) where to be. ( meaning
> should always be after a certain or last char) how would I do that ?
> on keyUp
> put the cursor after fld "abc"
> end keyUp
> what happens is the on every time the keyUp is triggered then the char
> that is typed into the fld a number "8" follows.
> what is that , and how do eliminate it?
Try:
select after fld "abc"
Regards,
Scott Rossi
Creative Director
Tactile Media, Development & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list