Thanks Allen As often the more simple the best ! Rebol is so simple sometimes. May be I have a tendancy to complicate things.
Patrick ----- Original Message ----- From: "Allen Kamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 19, 2002 10:36 PM Subject: [REBOL] Re: [faq] > > > Problem resolution : > > Rebol [title: "FAQ"] > view center-face layout [ > banner "Check-boxes" > across > check with [data: on] text "check box n� 1" > check with [data: off] text "check box n� 2" > ] Just using on or off (yes, no, true, false) will suffice.. Rebol [title: "FAQ"] view center-face layout [ banner "Check-boxes" across check on text "check box n� 1" check off text "check box n� 2" ] Cheers, Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes. ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
