Hi, to use custom styles you can set them from command line too. In attach I put a sample eclipse launch file for running one of our samples.
For example, you can run our stylesheet_example (in examples) with this: org.apache.pivot.wtk.ScriptApplication --src=/org/apache/pivot/examples/styles/stylesheet_example.bxml --stylesheet=/org/apache/pivot/examples/styles/styles.json Sandro 2013/11/6 phaneendra <[email protected]>: > 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.
stylesheet_example.bxml - with stylesheet.launch
Description: Binary data
