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
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.