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

VID newbie question

 [1/3] from: kpeters::mvinc::net at: 2-Oct-2003 17:24


Thanks a lot for all you quick & competent responses - my first project is way ahead already! When I define a default button without specifying any color etc. attributes, I get a nice blue shaded default button. What is the name of that style and are there any more pre-defined styles for buttons? Thanks, Kai

 [2/3] from: atruter:labyrinth:au at: 3-Oct-2003 12:48


> What is the name of that style
button
> and are there any more pre-defined styles for > buttons?
view layout [ button toggle btn tog btn green 22x22 ; a round btn ] Regards, Ashley

 [3/3] from: antonr:iinet:au at: 3-Oct-2003 13:50


See all styles here: extract system/view/vid/vid-styles 2 == [face IMAGE BACKDROP BACKTILE BOX SENSOR KEY VTEXT TEXT ... Make your own style of button: view layout [ style my-button button 150x40 font-size 24 leaf my-button "hello" my-button "bonjour" ] Anton.