At 17:55 19/06/2001, Slava Paperno wrote:
>The idea is to set the focus to the editable text member and to place the
>insertion point where I want, highlighting the text that will be deleted,
>when the user starts typing.
>
>However, the insertion cursor (the blinking vertical line) disappears
>entirely after that member.selection[] command, and the character doesn't
>look selected.
Interesting. I just duplicated the symptom here. I did find a sequence of
commands that worked in authoring mode, though (didn't test projector).
sprite(1).member = member("x")
updateStage
the keyBoardFocusSprite = 1
member("x").selection = [3,4]
Removing either updateStage or the keyBoardFocusSprite fails again in my test.
--
Mark A. Boyd
Keep-On-Learnin' :)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]