Community Questions & Answers

UI problem after upgrading to 1.6

Rebuilt my iPad project using the new 1.6 SDK. Experiencing a couple of issues: 1. My grouped TableView is no longer the default grey background, but black. ~~~ var customers =...

No documentation and problems

I'm trying to launch external applications and find device's name... Nothing seems to exist in documentation. Why every Titanium user must ask question here? You really need better documentation and simpler coding. Too much fixes needed to make app. My...

exitOnClose window property problem

Where should I place exitOnClose property in order to work properly? I have a tabgroup in my app and all my windows in their creation (as described in the documentation) have this specific property. But regardless the property when I press 'Back' button...

HTTPClient events not firing

I upgraded mobile SDK from 1.4.1.1 to 1.5.1 and found that none of HTTPClient events are not fired. With 1.4.x works great but with 1.5/1.6 the server receives the petition and HTTPClient object gets the response in responseData property but no event is...

Code crashes on device but not on simulator

I get: Fri Feb 25 03:25:14 RIPhone UIKitApplication:YX8TWW9NQB.api[0x72ac][3636] <Notice>: [ERROR] Syntax Error = Parse error at views.js (line 11) in my iphone debug console when I run my code on the actual device. When I run it on the simulator it...

Audio Recording in android

hi everyone, wanted to ask if i can record on android? i'm using Titanium mobile sdk 1.6 checked kitchensink, checked the soun_record.js but seems as if it is only for iOS and not for android? ~~~ var recorder =...

How to parse local xml file on Android

How to parse local xml file on Android? ======================================= I watched a lot of topics such content but nothing helped. please tell me whether there is the standard means to do as in iPhone SDK XML parser? Please give me a link where I...

where i can write the code

Hi, I have create a new project and test and package then the display is coming, but i didn't know where i will write the code. Please help me. Thanks Shinu

306 views
asked 2 years ago by shinu vs
last activity 2 years ago

Label text goes to second line though there is a lot of space

I am having a strange issue. I have couple of label text that goes to second line though there is a plenty of space. Like I have label with text 'beds' If I put 'a' instead of 's' it stays on single line but if I put 's' it breaks and 's' shows below the...

364 views
asked 2 years ago by Abdul Rehman
last activity 2 years ago

Looking for Chris Moore (titanium mobile user)

Hi, 3 months ago, I asked a question here : http://developer.appcelerator.com/question/87681/is-it-possible-to-use-a-c-library-inside-titanium-mobile- I didn't know that choosing the answer of Chris Moore as best answer will close the thread. I would...

splash Screen

Hello sir, Here i my project i place the splash screen when the app start running the splash screen starts but the first time it crashes the app and second time the app will run what is the problem

Run program as iphone whithout ios sdk

HI can any one tell me how we can run program in titanium without ios sdk. i m using android sdk and it runs well. now want to show it in ios i m using windows xp and wanna to show how my program looks in iphone or ipad provide me link if ios sdk for...

Appcelerator Premium Support

Hey All, Just wondering how long the support guys take to get back to you? I've enquired 3 times and it's been a month already with no response about signing up to premium support/ titanium pro thingy... Should I just stick to the...

Random Performance Issues in 1.6

I built an iPhone app that ran just fine on SDK 1.5, and now it crashes all the time in 1.6. I have problems running in the simular and on the iPhone. Is anyone else having the same problem or know if anything has changed that would cause such erratic...

Titanium Developer 1.2.2 crashing like crazy

I'm building an iPhone app, and if I force a rebuild (apparently required if you add any new functionality to your app) TiDev 1.2.2 (w/ mobile 1.6) crashes 3-4 times during rebuild before it will finally run in the simulator. I can live with that for now,...

212 views
asked 2 years ago
by Jim Orr

Modal calling a modal

Hello Everyone, I'm hoping someone can help me out with my problem. My app is made up of a tab group with 4 windows. These windows use the 'url' property to get the code for each of the windows. Once one of the windows is loaded the user can click on a...

Desktop removeEventListener not working

I have an app which uses event listeners to receive events inside an iframe from the outer window, and every time a page is browsed to, a new event listener is added, which causes a huge backup after a while of the same event firing over and over. Since...

1.6 GPS Changes (from blog) not working

Hi, I'm trying to implement the GPS lifecycle changes per the blog post. However the events don't seem to fire. Here is some code: ~~~ function setup16Listeners(){ Ti.Android.currentActivity.addEventListener('pause',...

How to append to a text file?

Is it possible to append to a text file instead of overwriting it on the Mobile platform? Filestreams aren't available for Mobile, and file writing seems to overwrite the entire file. This is what I've been trying so far: ~~~ var file =...

1.6 Crashing on Exit

Hi, my app is crashing as I exit the app in 1.6. It's not in 1.5.x. Here is the trace: https://gist.github.com/842240 It appears that the issue only occurs if I have created at tableviewrow with a backgroundSelectedImage, e.g....

TableViewRow selectedBackgroundColor remove rounded corners?

How do you overwrite the default style of the iPhone UI for selecting a row in a table view? For the iPhone it is default blue, and can be changed with `TableViewCellSelectionStyle`, but that is limited to three choices. The alternative is to use...

840 views
asked 2 years ago by David Penney
last activity 2 years ago

Titanium.Facebook (1.6)

Hi, I just tested the new Titanium.Facebook system (1.6) on my iPhone but it doesn't work for me. This is the code I use, the only difference i see with the code in KitchenSink is that my App ID is longer (15 chars) and i ask for more permissions. If I...

Showing 36,051-36,100 of 47,669 1717 718 719 720 721 722 723 724 725 726 727954