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

[REBOL] rebGUI - Updating drop lists

From: fergus4:bellatlantic at: 23-Jan-2006 23:45

I'm having trouble updating a drop list using RebGUI. I had the something like the following with a view based script: clnt/texts: copy clnt_list show "layout" text "Client:" clnt: choice data clnt_list But with RebGUI I tried this: show-text clnt clnt_list label "Client:" clnt: drop-list data [(clnt_list)] It changed the "display box" but the list was not updated. I tried show-data but that did not seem to do anything. Thanks, Alan