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

[REBOL] radio button

From: nicolas::maillard::noos::fr at: 20-Sep-2002 19:58

Hi I'am working on a dynamic code generation in rebol. and i have a pb. I create dynamicaly "n" radio buttons which are all attached in a same group "group1": r1: radio of 'groupe1 text "my info" r2: radio of 'groupe1 text "my info2" etc .. r1, r2, r3 ... are generated and change each time the file is created. How can i do dynamicaly the thing i can't do like : r1/data r2/data. Does groupe1/data work? Plz help me =) thx