Diff between buttonfacecolor and backcolor

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
stevec
Posts: 138
Joined: Thu Aug 23, 2012 6:45 am

Diff between buttonfacecolor and backcolor

Post by stevec »

I do not see a difference?
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: Diff between buttonfacecolor and backcolor

Post by tsupartono »

You may not see any difference on iOS7 as buttons look like labels there.
If you try on iOS6 or on Android, you will see the difference.
BackgroundColor fills the whole background area of the element (which is always rectangular)
ButtonFaceColor in contrast would fill only the button shape. If the button is not rectangular (say round), the colour would only fill that round area.
Post Reply