Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] focus on a text field

From: gschwarz::netconnect::com::au at: 13-Jun-2003 14:04

I have two text fields, one is for keyboard input, the other is used for dynamic data. When there is some dynamic data is inputed, the focus goes from one text field to the othere and back again. The problem is when it goes back to the keyboard input field, all the text is hightlighted, and when you key the next char all the text is replaced. I would like to know how to get the cursor back to the end of the text your keying in? view layout [ dynamic: area 350x200 keyboard: field 350x32 ] focus keyboard Regards, Greg Schwarz.