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

[REBOL] Re: Default choice

From: mh983:usa at: 22-Mar-2002 23:01

Hi Ashley, I haven't quite figured out how to programmatically set a different value for a choice either. I seem to have problems if I only set mychoice/text, so I end up playing with mychoice/data as well. /data is a series and I set it to the position I want. I thought that was the solution but now I'm seeing some odd behavior with that too. I'm doing something a bit different since I'm not just setting a default at the start, but I'm updating the view after reading values from a database, but it's a similar idea. mike