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

[ALLY] Re: Choice Words

From: mike:myers:cybarite at: 16-Nov-2000 15:50

I don't know if this is answering my own question (Choice Words) or misusing some elements from the view objects. But it seems to work and I need it. If I want to change the data for a choice, abc: choice "A" "B" "C" I can not (apparently) do that with abc/data: ["D" "E" "F"] ; :( But changing the texts fields seems to work. As in the following: my-page: layout [ abc: choice "A" "B" "C" b: button "change list" [ abc/texts: ["d" "e" "f"] abc/text: "Select" ; this changes the face text only and does ; not make Select an option. :) show abc] ] view my-page Now if I had only discovered this before 10:00 AM today when I needed it.