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

[REBOL] Re: chance the (dynamic) data

From: antonr::lexicon::net at: 6-Sep-2005 3:30

Hi Tim, Yes, I suggest change of strategy. CHOICE style is very complex, getting it to iterate would be difficult. So it's better to use some other simpler style (such as a TEXT) and only pop up the menu with CHOOSE (which is what the CHOICE style uses) when you are changing the value. do http://www.lexicon.net/antonr/rebol/gui/iterated/demo-list-of-texts-with-con text-menu.r Note I added an extra field to your db block. You might want to modify the above code to use the series index of the ["true" "false"] blocks to indicate the value that should be shown. Then you don't need an extra field. Anton.