Community Questions & Answers

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...

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