Community Questions & Answers

Android Tablet Help

I'm having some issues getting my application to look correct on Android Tablets. The first issue is that compatibility mode is always on, even if i take the anyDensity tag out of the tiapp.xml. This is a big issue and i'm not exactly sure how to fix it...

Custom fonts on iOS device (1.8.0.1)

We are using a custom font that works fine in the simulator but does not get installed when running on a device. The font is referenced in the generated info.plist file but the otf doesn't get moved to the build resources. I tried copying the file to...

Files not recognized

I add resources/assets to the resources folder or images folder and I get not found errors. I run a clean after adding new files and then build. Still I get not found errors. One file I placed in the folder was added and displayed without issue, but every...

where can i find those UI elements

I am trying to find the ios native phone UI elements, particulary the 'mute','speaker phone','face time', 'add contact' graphics icon. Does anybody know where i can find them? If not what is a good software i can use in order to trim it off an image?

Cannot Install Database

I have a Sqlite database in my Resources folder (I moved it over in Finder). When the application builds the file is not copied over to the application (I checked in the Library/Application Support ... folder. Therefore I get an error saying that it is...

Assets folder issue

hi, I wrote a module that creates a cameraview overlayed with an imageView to shoot the photo, my problem is that since i can't pass the image in the "res" folder i need to place it in "assets", in android it all works fine, but i...

Resource path android vs iphone

Hello, just to understand, i'm a bit confused, i've read from the documentation that all specific resources for both android and iphone should be put inside: resources/android/images/res-xxx and resources/iphone and then i need to use only the base name...

what means @2 in an image name

I don't understand what means when you have an image box.png and box@2.png. I understand that this is for different platforms to choose their file, but can you give me some more details?

Image Path

This is a crazy beginner question, I know, but it's shocking how little information is out there (or maybe my Google Fu is weak today). I'm just trying to create an `imageView` and I can see that the image is conventionally loaded relative to the...

Please Setup your Profiles

Wanted to remind the new developers (and some of the older ones as well) to go and setup their [Developer Profiles](https://my.appcelerator.com/profile). I'd suggest that you setup at least one way for other devs to reach you off-forum. At minimum, enable...

Appcelerator Logo (vector, preferred)

Anyone know where I can find a vector version of the Appcelerator logo? I'm putting together a couple proofs-of-concept and an accompanying presentation to (attempt, anyway) win over the IT directors to Titanium. I'd like to show the full HTML5 SVG and...

iOS and Android

Hi, I'm currently adapting my iOS app for Android. I am wondering if I should create a new copy of the app and just modify it, or put in a bunch of if Iphone statements. My question is do those if statements that check if it is iOS or Android stay in...

Platform-specific Resources broken?

Hi, using 1.5.0 I found that platform-specific resources does not work for me with iPhone. Lets say we have this code: ~~~ var tab1 = Titanium.UI.createTab({ icon:'KS_nav_views.png', title:'Tab 1', window:win1 }); ~~~ Following [this...

Is this Q&A resource broken?

I was scrolling through, trying to find a post I was involved in yesterday, and discovered there's a huge gap and, possibly, missing entries when you use the paging feature below (clicking on the page numbers). Entries will go from being "asked"...

Showing 1-50 of 57 1 2