Android 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 ArticleAlertDialog only once on Blackberry?
Hi, i create a alert dialog without buttons and present it to the user with .show(). After data is read from a database i hide this dialog with .hide(). var loadNamesDialog = Ti.UI.createAlertDialog({...
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 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 ArticleMVC 5 - Cannot register provider in Global.asax
I inherited DisplayNameProvider from DataAnnotationsModelMetadataProvider and override CreateMetadata, but in Global.asax ModelMetadataProviders.Current = new DisplayNameProvider(); raised error:...
View Articlegetting errors while installing new update of titanium
below is the error Error encountered during update An error occurred while uninstalling session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall,...
View ArticleCommunity ACS Admin Console Access
This may be a stupid question. How can i grant the rest of my development team access to the community ACS admin console? Do we have to share a single username & password? Or should the "admin...
View ArticleBind Pickers in ListView to the ListItem
Hello all, I'm really lost at this moment. I've got a collection with people which I display in a ListView. I want to add a Picker with ratings to each ListItem, but it has to be able to do the...
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 ArticleFacebook reply to status
So I want to provide the user the ability to reply to statuses on their wall. I want to implement this through the dialog option to make it look better. But I'm not sure how to do this with the...
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 Articlecan't access the accelerator API document website ?
Hi, I got a problem accessing http://docs.appcelerator.com/titanium/latest/, is there anyone facing the same problem? Anyone can help me ? I am using safari web-browser with Macbook Pro. Thanks.
View ArticleAndroid emulator won't run
Hey, I've got an insanely frustrating issue that I cannot figure out. Android used to work acceptably... meaning the emulator would run and apps would load on it after a few minutes. But I haven't used...
View ArticleHow far does "e.source" bubble? Can a containingTab be passed to a TableView...
Hello Community. I have a couple of noob questions for a single issue. I have a working app that I want to get the full functionality that I envision from. I am using a mac with Mavericks, Titanium...
View ArticleStatus Bar on Camera Overlay
Is it possible to display the status bar at the top in show camera mode?
View ArticleCamera overlay / Custom shutter intermittently works
Hi all, Building an app with a custom overlay but having issues with taking pictures Basically it only works sometimes and we can't work out what could be causing it to be so intermittent We highly...
View ArticleTitanium android push notification - Notifying multiple times
On receiving push notification - Its defaults showing by module but its only shows message and streched application icon. I need to customise the notification - How it possible ? Now in my below code...
View ArticleUnable to run on Android: Sending event: exception on thread: main...
Hi, when I try to run my app on iOS device or simulator it's all OK, but when I try to run it on Android simulator or device the app crashes and I have this: [ERROR] : TiApplication: (main) [143,143]...
View ArticleLocalization strings in HTML5 app?
Hi, I want to create a HTML5 app in different languages. I can not figure out how to use the i18n xml files. How can i use these files to add langauge specific texts to html elements? Is there an...
View Article