positioning the cursor

Klaus Major klaus at major-k.de
Tue Dec 21 14:37:41 EST 2004


Hi Herschel,

> Thanks to all .

you're welcome!

> On Tuesday, December 21, 2004, at 02:24  PM, Klaus Major wrote:
>> Hi Hershel,
>>> Hi all
>>> 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
>> You can set the cursor at the end (after last char) of a field with:
>> ...
>>   select after text of fld "abc"
>> ...
>>> what happens is the on every time the keyUp is triggered then the 
>>> char that is typed into the fld a number "8" follows.
>> ?????
>> You mean if you type "merde" in the field will appear "m8e8r8d8e8"?

Does/did this really happen this way?

Please tell us :-)


Best

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list