----- Original Message ----- From: "Ammon Cooke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 10, 2001 9:24 AM Subject: [REBOL] Re: newieQ: How to set key-tab focus in Rebol/View ?
> try; > > view layout [button "Quit" [unview] #"^M"] > > That little #"^M" is the enter key. There is a script somewhere > (REBOLForces.com?) that will tell you what key has been pressed. Yes that script is in the FAQ. http://www.rebolforces.com/view-faq.html#sect3.4. Cheers, Allen K > > Enjoy!! > Ammon > > > ----- Original Message ----- > From: "Jason Cunliffe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 09, 2001 5:14 AM > Subject: [REBOL] newieQ: How to set key-tab focus in Rebol/View ? > > > > 1.1 Is there any way to set focus for buttons in Rebol/View so one can > > hit ENTER or RETURN instad of mouse clicks? > > > > 1.2 Cycle through buttons using TAB keys ? > > > > thanks > > > > :Jason > > > > > > -- > > To unsubscribe from this list, please send an email to > > [EMAIL PROTECTED] with "unsubscribe" in the > > subject, without the quotes. > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
