RE: [REBOL] Re: What changes when a 'radio is "on"? usually face/data is the first place to show. but then, something like face/text makes more sense, and what should text-list/data mean, the data in the list or the picked thing? for me i would like better console-docu, something like a face/usage similar to function-comments. and a face-help macro using get-style.
-Volker [EMAIL PROTECTED] wrote: > > Heh, RT could learn a good lesson from Microsoft VB here and have a value > field for each data providing widget. This would aid in consistency and > help develop a better standard :) > > rather than picked, state, data.. etc.. > > James. > > ----- Original Message ----- > From: "Gregg Irwin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, December 21, 2001 8:50 AM > Subject: [REBOL] Re: What changes when a 'radio is "on"? > > > > Hi Alan, > > > > << What does change when a 'radio is "on" >> > > > > Looks like /data maybe. > > > > view layout [ > > r1: radio [print [r1/data r2/data]] > > r2: radio [print [r1/data r2/data]] > > ] > > > > --Gregg > > -- > > 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.
