On 2015-11-26 01:30, Peter Haworth wrote:
I've been trying to set the border around a field to something other than
its default by setting its topColor and bottomColor but didn't see the
color show up.  By chance, I set the borderWidth to 3 instead of the
default 2 and the color showed up. Setting the borderWidth back to 2 made
the color disappear again.

The engine determines whether a button should be 'themed' in the current native theme (assuming the lookAndFeel is 'native') based on the borderWidth and threeD properties.

If the borderWidth is 2 and threeD is true then it will render it using the system theme which won't use most of the specified colors on the object as they are determined by the theme itself.

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to