Community Questions & Answers

Starting uP a new Project

Hi, i Have Aptana Studio and Titanium Developer With all required Plugins .I want to create a new sample application.But I Am not able to do so..i am new to titanium..kindly Guide me with Each Steps So that I can create a sample application

Set Ring Mode on Android

Hi, Is there currently a way to programmatically change the ring mode on an Android device with titanium? I know that it is possible with Android (unfortunately not iPhone), but is it implemented in the mobile api yet? If not, where can I suggest this...

Andriod emulator not starting up

my andriod emulator doesnt start, i get this in the terminal output [TRACE] app property, ti.ui.defaultunit : system Fastdev server already running for nl.boxnummer.dating

Textfield automatically gets focused

I am using 1.7.1 titanium studio and 2.3.3 andriod sdk. I have 3 tabs A, B , C . On tab B there is a text field. When i press tab B the text field automatically gets focused and is selected.But i don't want that to happen unless and until user clicks on...

Does Kroll limit Content-length for Android?

Does the Server side of Titanium[Kroll module] limit the size of Content-length although we set it to a particular length on the Client-side? We are getting HTTP Response as -1 instead of 200. The probable approaches we are contemplating are as...

Emulator Problem

Hi guys..... I installed Titanium SDk 1.7RC1.Now the Performance of my Application was improved but it was not showing images when i take Imageview.In Emulator my app not working Properly bt it was working perfectly in Mobile. Can anyone solve my...

exception

Hello sir, In the iphone the following coding is succeccfully done but in android the throws java.lang.IndexOutofBounds Exception here i show the code loginReq.open("GET",API); loginReq.onload = function() { try { var doc =...

UI issue with android emulator

Hi Everyone, Lately, I was working on a titanium project. In first phase, i planned to concentrate on the iphone, and built working model of the app. While tried running back the same thing on the android emulator, I was amazed after seeing that UI...

post data appeneded.

I am having my post request something like this. //create http client var loginReq = Titanium.Network.createHTTPClient(); //create click event listener loginBtn.addEventListener('click',function(e) { if (username.value != '' && password.value...

HOW to connect SQLite 3 with Ti???

i am working on a a login validation app,for which i need to create one DB using SQLite 3,in which i need to create one table of username and password.but i dunno how to create the table ,insert the value and then connect it to my app,i hav made one event...

Changeing tab names in Android

Are there any known workarounds for to dynamically change tab names in Android? If the name is input from a textField I have tried something like this: textField.addEventListener('change', function(e){ tabGroup.close(); tabGroup =...

How do I debug Android crashes

Hi, I have a weird crash occuring on an app that worked prior to Mobile SDK 1.2.0 but not with 1.2.0 or later. What is the correct methodology to determine what is causing the crashes? I have pastied it here in case anyone with more knowledge can help...

KitchenSink not running in android emu

I did a complete remove and reinstall of both titanium and android and the emulator still can not run kitchenSink. It runs just fine on the iPhone emulator. I've tried hitting the launch button again after the android is already running, no luck. If I...

auto height bug in 1.1.3

Hi folks, I'm getting a crash when using height:auto in the bleeding edge code on Android. ~~~ var row=Titanium.UI.createTableViewRow({ hasDetail: true, height: 'auto', listid: item.id, listprice: item.price, listtitle: item.title }); ~~~ Looks...

YQL on android in SDK 1.0

I'm trying to work with YQL in andriod. In 0.8.x it worked fine. But since 1.0 it's gone? The docs say it's supported both on Andriod and Iphone. But if you look at Kitchen Sink, on andriod the mashup tab is not shown and if you enable it, it will crash...

Showing 1-42 of 42