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

[REBOL] Re: radio button

From: nicolas:maillard:noos at: 21-Sep-2002 11:50

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