Page 1 of 1

SetGadgetColor for ButtonGadget

Posted: Tue Dec 31, 2013 2:49 pm
by PB
This is not yet possible? :shock:

Re: SetGadgetColor for ButtonGadget

Posted: Tue Dec 31, 2013 2:54 pm
by Danilo
Buttons have their own skin/appearance on different operating systems, so they look native.
Native style can be multi colors or gradient colors.
For creating own button styles, we have the ButtonImageGadget and CanvasGadget.

Re: SetGadgetColor for ButtonGadget

Posted: Tue Dec 31, 2013 3:12 pm
by PB
Thanks for explaining... but all I wanted to do was have
red text instead of black (for warnings, etc). Oh well.