[REBOL] help with focus
From: russ::portone::com at: 26-Oct-2001 15:55
Hello,
Have been away from REBOL for quite a while, and just getting back into View.
I've checked everywhere, but cannot seem to find a direct answer to this
simple problem:
I am writing a simple chat program. User types in one face and when he
hits ENTER it appears in another (echo) face. Input from a TCP connection
also appears in that echo face (area).
Now, when input comes in from TCP the focus returns ok to the user-input
face/box (after displaying in the echo area). But when users type in their
text box and hit enter, focus changes to the echo area and NEVER RETURNS to
the user-input face/box... regardless how many "focus user-input" commands
I stick in or anything else I try!
Any suggestions how I can get the focus back to the box where the user
types after they hit enter for each line?? I must be missing something :)
Thanks,
Russ