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

Default button appearance

 [1/3] from: didier:jacquemart:libertysurf at: 15-Apr-2002 22:46


Hello. The text of a button has two colors . orange(?) when selected . white when not selected I would like to change this default behavior for all the layouts. I think a way would be to use feel events. Is this possible with a custom style ? Is there an easiest way to proceed (general parameter or other ?) These questions also are valuable for the background color of a button and for all other faces. Thank you for your help.

 [2/3] from: atruter:hih:au at: 17-Apr-2002 11:07


Sounds like you want stylize/master REBOL [] stylize/master [ button: button font [colors: reduce [white green]] with [ effects: [[gradient 0x1 192.192.192 128.128.128] [gradient 0x1 128.128.128 192.192.192]] ] ] view layout [button "New"] Regards, Ashley

 [3/3] from: greggirwin:mindspring at: 16-Apr-2002 19:36


<< The text of a button has two colors . orange(?) when selected . white when not selected I would like to change this default behavior for all the layouts. >> I'm not a VID guru but you can change some of the colors in system/view/vid/vid-colors. --Gregg