HI,

i'am trying to  explain beter =)

i generate a script in dyn the data inside are not the same each time the
file is created. so in this file i generated radio buttons whitch are like
that :
r1: radio of 'groupe1 text "INFO DYN1"
r1: radio of 'groupe1 text "INFO DYN2"
rn : radio of 'groupe1 text "INFO DYNn"

a radion button for validate the choice.

So i can't use r1/data or r2/data or rn/data because i never know if he
exists. How can i recover dynamicaly the choice of th radio buton?

for exemple if he choose the third choice can i use a thing like that :
groupe1/data? or other thing

thx for all


----- Original Message -----
From: "Graham Chiu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 21, 2002 4:53 AM
Subject: [REBOL] Re: radio button


> >blk: copy []
> >repeat i 2 [
> >     repend blk [
> >         'across
> >         to-set-word join 'r i 'radio
> >             'of to-lit-word 'groupe
> >         'text join "my info" i
> >         'below
> >     ]
> >]
> >repend blk ['do [r2/data: true]]
> >
> >l: layout blk
> >view l
> >
> >After layout has been called, the same paths can be
> >called, like setting
> >r2/data to false.  However, the displayed window must
> >manually be told to
> >update using show:
>
> Hi Scott,
>
> How do you access r1 .. rn dynamically?
>
> --
> Graham Chiu
> --
> 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.

Reply via email to