Community Questions & Answers

alloy tss image path

I'm using Alloy and I wrote in app.tss file: ".container": { backgroundImage: "/images/background.png", exitOnClose: false, navBarHidden : true } I expect that if I put a file called background.png in each of...

TextArea BackgroundImage only on android?

Does TextArea.backgroundImage works on iOS? On android simulator it runs fine but on iOS the image do not show. Using SDK 1.7.2, my test code (works on android but not on iOS): ~~~~ var txt=Titanium.UI.createTextArea({ backgroundImage:...

Error with backgroundimage

Application Type: Mobile [INFO] Titanium SDK version: 2.1.4 (11/09/12 12:46 51f2c64) [INFO] iPhone Device family: universal [INFO] iPhone SDK version: 6.0 [INFO] iPhone simulated device: ipad OSX 10.7.5Titanium Studio, build: 2.1.2.201208301612 (c)...

iOS Toolbar Background Image

Is it possible to have a background image for a toolbar in iOS, specifically on the iPad? ---------- I know that there is a [doc](http://docs.appcelerator.com/titanium/2.0/index.html#!/api/Titanium.UI.iOS.Toolbar-property-backgroundImage) that shows a...

backgroundImage retina display issue

This is not a question but a solution. If you use backgroundImage on iPhone and you have both normal and @2x images to display you can fix the double size image problem by changing lines around 426 (where you see the TiDimensionLayerContentCenter call) in...

Something happens make me doubt about the

i found one ticket in jira, http://jira.appcelerator.org/browse/TIMOB-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel, in this jira, the problem is marked as "can not reproduce", and there's comment listed saying the...

Titanium removes a slash from http://?

My code: ~~~ weathericon.backgroundImage = 'http://' + url; ~~~ This fails in Android, but not iPhone. In the log I get this: ~~~ (main) [14287,42330] /data/data/(...)/app_appdata/http:/www.worldweatheronline.com/images/wsymb(...) open failed: ENOENT...

Showing 1-50 of 120 1 2 3