Skip to main content
July 21, 2011
Question

Avoid ChromeColor

  • July 21, 2011
  • 1 reply
  • 477 views

Hello!

I have created a custom ButtonBar with its customized ButtonBarButton, moreover, this used a custom ButtonBarButtonSkin.

This skin draw the background with correct color if i use the component at PC.

But, if i use this component at mobile application, the color of the buttons are dark.

I think that problem is ChromeColor, because the buttons of mobile application are dark.

Can i avoid that color of custom button are affected by chromeColor?

Thanks!

This topic has been closed for replies.

1 reply

Inspiring
July 21, 2011

Change the chromeColor of the buttons should work... I have the same thing in my mobile app (button bar with skin) and I set the color using the chromeColor style and the color is the same on each platform.