Community Questions & Answers

Changing image according to platform

Hi everyone! I'm trying to change the image of my app according to the device, mobile or tablet. What am I doing wrong? ~~~ "#header[platform=ios formFactor=handheld]" :{ image:"/images/header.png" } "#header[platform=ios...

Sliding Menu Like Facebook

Hi there, i am using this for a sliding menu like facebook, it is really cool! but i have a question, when app opens it is blinking first showing menu then main window and it is not good :( i have put there a tabGroup but this time it is not working,...

alloy

Hi, is it possible to have a global style "tss file" whithin i declare a class and can use it in all applications ? thanks

Customize Switch

Hi Everyone, Is it possible to change the image that is used in a switch for IOS. I see there is a background image property but when I apply my image nothing changes. I am using the latest version of the TI Studio and SDK. Thanks in advance Sean

Change button style in toolbar

Is it possible to update a button style inside a toolbar (e.g. showing which button was clicked/is selected). When I try to set `_btn1.setStyle(Titanium.UI.iPhone.SystemButtonStyle.BORDERED);` or `_btn1.style =...

Some questions about styling labels

Hi guys, I have some question concerning styling labels. For instance, I have some text in my database file which is fetched and placed into a label. - Is it in any way possible to add a 'bold' or 'italic' style to a specific word inside my label? - Is...

.TSS styles on tableViewRows

I have a tableView that is being dynamically populated (it doesn't change once it has been populated) I understand that we can't set the tss class name in the Controller, and that we can't yet target child elements with tss. Is there anyway to use tss...

Extending alloy styles

Hi, I want to extend my globel styles with specific ones. For example I have style in app.tss called rowStyle1 and in specific examples i want to override some of the values. So what i want is in another tss file , I need to rowStyleX extends rowStyle1....

Custom theme not loading?

I'm trying to style the Android tabs. I have it working on a native android application (so an app that isn't made with Appcelerator). But when i copy all the needed files over, then nothing happends. The only thing that changed is the color of the text on...

Button Image White

I am wanting the glow feature for my buttons on the toolbar, and this code gives me the glow, but the actual image on the button is whited-out. Any suggestions? `var cnLogo = Ti.UI.createButton({ image:...

Style tableview search

Hi I'm facing a problem and hope someone can help. I've created a tableview with a background set to 'transparent', but the problem is, that when I do a search - the tableview background is white and I can't seem to figure out where to style it? Here's...

Style for window's bar in ios

Hi! for ios, if i create a window, the default style I get is this one: http://www.uploadup.com/di-T2YO.jpg (so a black gradient) I'd like something like that: http://www.uploadup.com/di-RLJ8.jpg Is there a way to get the result without using an...

Custom fonts from the same family

Hi, I'm using the Helvetica Neue LT Pro family of fonts in my app ([wiki Custom Fonts](https://wiki.appcelerator.org/display/guides/Custom+Fonts)). However, I can't set the weight of the font by using the normal fontWeight property because each weight and...

How to Style a Back Button?

Hello all. My app uses a tab group where each tab has a table view menu with single window drill downs. I reskinned everything to match my apps look including the tabgroup drilldown back buttons and I set their click call back to theWin.close() where...

Showing 1-50 of 86 1 2