Gregg, I tried your example and it does not work for me. I had tried /list-data but to no avail. When I probe sel/list-data I see it is updated with the change but it will not display in the drop-down.
Alan Macleod -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Gregg Irwin Sent: Tuesday, December 11, 2007 3:03 PM To: Alan Subject: [REBOL] Re: Updating a drop list Hi Alan, Try the /list-data facet, rather than /texts. form: layout [ sel: drop-down 50 "A" "B" "C" btn "Change" [ sel/list-data: [ "D" "E" "F" ] show sel ] ] inform form -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
