Hello,
I can globally configure ScrollBar appearence by using the following css:
s|HScrollBar, s|VScrollBar
{
chromeColor: #3a679d;
}
But today I'm necessary to setup those depends on build statically.
I tried to use Scroller::verticalScrollBar.styleName, but verticalScrollBar
is null.
CONFIG::build1 {
scroller.verticalScrollBar.styleName = "whatever1";
}
CONFIG::build2 {
scroller.verticalScrollBar.styleName = "whatever2";
}
What is the best way to do it?
I'm on air mobile. Flex SDK 4.10.
Thanx.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Setup-ScrollBar-style-to-a-certain-scroller-instance-tp5014.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.