Page 1 of 1

Little bit of rant, on > CheckBoxGadget color

Posted: Thu Nov 27, 2014 3:30 pm
by smacker
why is there not a 'SetGadgetColor(...)' capability for the 'CheckBoxGadget(...)' ?

Its frustrating as hell (sometimes) and stupid to jump through hoops to set the back or front color for the CheckBoxGadget(...) or not be able to set it at all when there should be a simple 'SetGadgetColor(...)' capability that can set the color. I mean, ya got the nice looking colored window, but you need a simple check box for user interaction for something so ya add 'CheckBoxGadget(...)' and start up the code and there is this nicely colored window with its carefully colored scheme of various gadgets using various colors and this check box gadget with the default grey.

ok, rant over :)

Re: Little bit of rant, on > CheckBoxGadget color

Posted: Thu Nov 27, 2014 3:36 pm
by IdeasVacuum
Most likely the reason is to keep the Gadget cross-platform, but you can easily DIY your own CheckBox Gadget with a small Canvas, that will be cross-platform and you have control of all colours etc.

This might be of interest: Canvas-based Gadgets