Also something to bear in mind...
Although text members do not have the hilite()
function (I wish they did!) you can use the selStart
and selLength commands to select characters in the
field.
As a result, you could try using something like
textMember.selStart = 0
textMember.selLength = 0
I think it's something like that - I've been awake too
long! Anyway this effectively sets the selection of
the text member to 0 characters so you won't get a
hilite.
Also a little trick I use is to have a editable field
or text member placed off stage (locH = -5000) that
initially receives edit focus (place it in a score
channel above the other editables that you want to
use). You can then set in code the text/field you want
to focus on. I think the command is the keyFocus, but
don't hold me to that. I'll get back to you properly
once I've gone home and slept!!
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/?.refer=text
[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!]