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

[REBOL] Moving the focus in View...........

From: jfdutcher1958::yahoo::com at: 18-Jun-2004 7:30

The line below does NOT move the focus (and, hopefully, the next character entered) to the next sequential 'face' in the tab order. I am sure something must make that an easy task ?? **************************************************************** if 2 = length? face/text [ system/view/highlight-start: next face exit]