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

[ALLY] Choice Words

From: mike::myers::cybarite::com at: 15-Nov-2000 9:05

The layout CHOICE item seems to behave differently from some of the others. c: choice ["Option 1" "Option 2" "Option 3"] I want to programmatically re-set its data c/data: ["Option A" "Option B" "Option C"] show c The above lines run but does not seem to affect the user interface displayed. Probing c seems to go into a recursive display. I had done this before with Larry Palmiter's help for the Rotary button but the same approach does not apply here. Any ideas?