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

[REBOL] Re: Applying Focus

From: brett:codeconscious at: 18-Feb-2002 15:45

Hi Phil,
> When opning a new window is it possible to get focus to be applied to the
first field so text can be entered without using the mouse to select the field? view layout [f: field field do [focus f]] Cheers Brett.