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

[ALLY] Re: View/Layout Styles

From: larry::ecotope::com at: 3-Nov-2000 18:07

Hi Mike This should get you started:
>> st: stylize [red-text: text red]
Note the colon is required after red-text (stylize is creating a global variable).
>> view layout [
styles st ro: rotary "yes" "no" [print face/text] button "change rotary" [ro/data: ["up" "down"] show ro] red-text "hello" ] HTH -Larry