Automatic AVD Creation from Android default models on Linux
Hi all, I'm trying figure out how to get the ADV's to automatically create in Linux the way they do in Windows, any advice?
View ArticleEmulatior Timeout
Hi, I have seen a number of questions lately about emulator timeout. I know the cause, but not how to fix. [INFO] Launching Android emulator...one moment [DEBUG] From: C:\Program...
View ArticleModules....
Hi all i'm using styledlabel module in android and iphone i dont have a problem with this.but when i added dekolabel which only supports in iphone i'm facing problem while running application in...
View Articlepicker help
app type:mobile,android,titanium sdk:3.2.2.GA Hello, I have a problem with my android application: I have more windows,in one window,i insert data into a sqlite database table,in an another window i...
View Articleis it possible to add a view or label on a listitem using updateItemAt?
Hi, is it possible to add a view or label on a listitem using updateItemAt?
View ArticleAll exceptions empty
This is a strange one. And I am almost positive its not me now.... When i use try catch statements like this: try{ } catch(e){ Ti.API.error(e); Ti.API.error(JSON.stringify(e)); } Nothing is caught in...
View ArticleAndroid Intent, Add Contact
Hello, i found a solution to add emails with diffrent type, but now i want to add a Website, and the Google-Android Documentation said that i have to use a 'data' like intent.putExtra('data', array);...
View ArticleCan we share our app's screen on ChromeCast ?
As google deploy the chromecast, some apps like youtube, netlifx and others support share their screen on ChromeCast... my question is... there's a way to we integrate this share screen mode to...
View Articlepot a tweet user own twitter account
Hi, can i post tweet (some text which in application) from my application to user's current twitter account via button click?
View ArticleCan't save image blob retrieved from Intent getBlobExtra
I've managed created an intent filter for my application for all images. So when I launch the gallery and hit the "Share" button on an image, I can select my application and send the image over to my...
View ArticleAndroid Emulator
Hi, can anyone please help. I'm having problems loading up the android emulator. Created a new Titanium Mobile project and wanted to run the android emulator (as mentioned in the getting started...
View ArticleAndroid emulator
hi i'm trying to run android emulator.this instruction appear in the titanium developper:[ERROR] Required jarsigner not found [ERROR] Required javac not found [ERROR] Required java not found [ERROR]...
View ArticleAndroid Emulator list does not match my AVD list
I just installed Titanium and would like to run the default app. When I go to Run Configuration->Titanium Android Emulator->Settings->Emulator. I get a long list of Emulators in the Default...
View ArticleSoft keyboard not show up upon Android Search View gains focus
The code below generates this issuevar win = Ti.UI.createWindow({ windowSoftInputMode : Titanium.UI.Android.SOFT_INPUT_ADJUST_PAN }); var search = Ti.UI.Android.createSearchView({ hintText :...
View ArticleI can't connect to a web-service for add data
I'm trying to insert data to a DB by web-service connection, but it sends an error: "Internal Server Error". I don't know why is happening, the web-service works perfect, so I think the problem is in...
View ArticleStrange behaviour of Titanium SDK - tab must have only one child
I have tabbed app:<Alloy> <TabGroup navBarHidden="true"> <Tab title="Tab 1" icon="KS_nav_ui.png"> <Require src="login" type="view" /> </Tab> <Tab title="Tab 2"...
View ArticleClearHistory() for android webview
Hi do we have any clearHistory() function in titanium to clear goBack() and goForword() list for a webview or else is there any alternative option to clear the history for webview in android thanks in...
View ArticleTitanium : PayPal library in Alloy
I need to implement older PayPal library in the Titanium Alloy project. When I tried to download this module , but I've got 400 error code. Also I can't find any solution in the web.
View ArticleCheck internet status
I have a issue to check status of internet, that is i am working on android os i tryed http://developer.appcelerator.com/question/128446/best-network-detection-method this will only fires when wifi...
View Article9Patch Image in iOS
I'm trying to figure out how to get 9patch png files, or some equivalent, to work on iOS. 9patch works wonderfully with android, but I cannot seem to find a comparable equivalent in iOS. All it does is...
View Article