Community Questions & Answers
styles blackberry 10
we can put a style different from the buttons in blackberry 10? change colors,borders,images....etc
Can we apply control's style in jss dynamically?
Hello, I want to apply style on control dynamically. for example: ###index.tss ~~~ ".label1":{ font : {fontWeight : "bold", fontSize : 16}, color: 'red' } "label2":{ font : {fontWeight : "bold", fontSize :...
Global Styles - font-family
Hi all. I'm running under Titanium SDK 3.0.2 and iOS 6.1. Any idea why this doesn't work? `app.js` ~~~ var self = Ti.UI.createWindow({ className:'mainWindowClass' }); var myLabel = Ti.UI.createLabel({ text:'This is a label', ...
Styles constants on Alloy
Hi, Is there any way to use custom constans in the tss files? Something like this. ~~~ "Label.largeBig": { font: customContants.fonts.large, color: customContants.colors.darkRed } ~~~ Then somewhere in the code is...
Supporting Oriention change on Alloy
I have noticed that Alloy just copy the styles into any created views, however, if I need to change the view's style after an orientation update event, I don't have any way to reach these styles. Is there any way to support it withing the styles folder...
How to use system default theme on android
How to use the system's default theme for android operating system ?
Unable to get JSS to work consistently
Hello everyone - I've looked around and haven't found an item on JSS that's helped so starting a new thread. I am trying to test out JSS to see if its feasible to use within my application - for the life of me i can not get any type of consistent results...
CommonJS Styles with Images
I need help with image paths in CommonJS modules that use a shared styles.js object. I have an app I'm developing using the base CommonJS scaffolding in the [Documentation Example CommonJS on...
JSS documentation
Is there any extensive documentation available for jss support? What I've found in the wiki (http://wiki.appcelerator.org/display/guides/Designing+the+User+Interface#DesigningtheUserInterface-CrossplatformlayoutusingJSS) is pretty limited. Can I just use...
Styling Tabs (Android)
I have an Android app using tabs and a tab group. While I can style the windows I can't seem to style the tabs themselves or the background of the tab group. Is this possible?
Showing 1-10 of 10