One way to do this (assuming that you have these style names applied to your components) is just to call "ApplicationContext.applyStylesheet("/path/to/JSON/file")" before you load your popup window. But, if you do this at startup time, then all the styles should be applied automatically to every component you load through the BXMLSerializer.

How do you refer to these style names in your main window code (where I'm assuming that it's working already)?

~Roger

On 11/6/13 1:07 AM, phaneendra wrote:
yes roger i am using styles like below...


{
TabPaneStyles:{

inactiveTabColor:"#339900",

borderColor:"#339900",

padding:{left:0,right:0,top:0,bottom:0},

activeTabColor:"#F5F0F5",

buttonColor:"#000000",

buttonFont:"bold:true",

buttonPadding:{left:10,right:10,top:3,bottom:3}

},

HomeTabPaneStyles:{

inactiveTabColor:"#339900",

borderColor:"#339900",

buttonPadding:{left:10,right:10,top:3,bottom:3},

activeTabColor:"#92d050",

buttonColor:"#ffffff"

},

TableViewHeaderStyles:{

color:"#FFFFFF",

backgroundColor:"#339900",

columnsResizable:"true",

borderColor:"#E7F6E0"
}




--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/Apache-pivot-color-scheme-tp4022780p4022784.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.



Reply via email to