AudioRecorder playback on speaker
mobile Titanium 3.1.2 IOS Simulator, 6.1 SDK Mac OS X I have working code for a TI.AudioRecorder instance, it records and plays. However it plays only out of the top speaker of phone so a user has to...
View Articletableview not updating after searching
Hi I am trying to implement a search function in titanium.What i am doing that after user enter some text in search bar it retrieves that data on that basis but the problem what i am facing is that the...
View ArticleProcess Incoming File
Titanium Mobile 3.1.2 on Android: I'm allowing other apps to open a PDF file in my app. I process the incoming file like this: var intent = Ti.Android.currentActivity.getIntent(); if (intent &&...
View ArticleFacebook Module has no method - Android
Well, I'm at a loss, and hopefully one of you can help me figure out this problem. I have the Facebook module included in my project, but it only works on iPhone. On Android, I get an error that says...
View ArticleHttp Client suds.js fails to deallocate Heap Memory
Hi, We are just making multiple webservice call but still heap memory keep on increasing and android app leads to "Out Of Memory Exception" if heap memory exceeds 50MB. To observe Heap Memory, use...
View Articlegps
I need to use GPS function in the project and use Ti.Geolocation to locate with Titanium interface.But I could not monitor “ location” and get the GPS position at run time on some android phones. Then...
View ArticleI need query for ACS PushNotifications
I need query for ACS PushNotifications. but in api doc says "This API is not yet supported in the ti.cloud module." http://docs.appcelerator.com/cloud/latest/#!/api/PushNotifications-method-query where...
View ArticleHome Button without Back button at the header
Hello, am a Ti newbie. I am trying to create a home button at the header at the right near the back button. Is there a simple way to create a home button after say two pages have been navigated without...
View ArticleScrollview inside ScrollableView: displaying half pages again (3.1.2)
SDK 3.1.0, 3.1.1, 3.1.2 iOS I have a ScrollableView and adding some Scrollviews with images into it. var scroll_view_content = Ti.UI.createScrollableView({}); var sv = Ti.UI.createScrollView({ width :...
View ArticlePaypal module on Android
I'm trying to use the Paypal module on Android (Android 4.2.2, Titanium 3.1.1, Paypal 2.2.2). Using the sample code, the button does get displayed, but clicking on it does nothing; no error, no...
View ArticleCannot use $exists, returned "Error: Invalid object id : 'false'"
I'm having a fatal problem very much when about the ACS. I tried the simple query, below. Cloud.Places.query({ where: { abc_id: { "$exists" : false } } }, function (e) { alert(e); }); It shown "Error:...
View ArticleIntegrating multiple views in a parent view using alloy framework
Hi all , i'm new to alloy framework. I have the small requirement how to integrate multiple views in a parent view by using alloy. Normally in titanium we used to create a view in a for loop and we...
View ArticleUnable to query places in node using distance from a gps coordinate
Hi Guys, I got to work this morning and all of my Node ACS queries that query a place by distance and location no longer work... has anybody else noticed this issue today? ACS.Places.query({ where : {...
View ArticleStudio "building workspace" orders of magnitude slower after update
Has anyone else been having this problem? Ever since the update this morning, even after cleaning the project and restarting it, the "Building workspace" step of running the app is incredibly slow...
View ArticleAlloy Controller Inheritance Fail - But Why?
Hey everybody! Following this Alloy inheritance example: https://github.com/appcelerator/alloy/tree/master/test/apps/advanced/inheritance/ I made this super file, called AbstractController.js:...
View ArticleSplitView - The proxy [object TiUIiPhoneNavigationGroup] does not conform to...
Hey, everyone, I hope you can help me with this: i Work with OSX 10.8.4, Titanium SDK 3.1.2.G.A Xcode 4.6.3 iOS 6.1 This is my code:var self = Ti.UI.currentWindow; var win = Ti.UI.createWindow({...
View ArticleApplication crashes after a period in the background (including services)
As reference, this is on Android. I'm noticing this issue with several applications I've done with Appcelerator, all of them: no matter if they are simple apps or complex apps, but is more frequent in...
View ArticleListView multiple eventListener on Android
Titanium SDK 3.1.1 / Alloy 1.2 / iOS and Android / OS X Lion 10.7.5 Anybody can have solution about Alloy listview multiple event? I am trying to do click event on button in ListView separately on...
View ArticleKeyboard hides textfield
Hello everyone, I am developing an APP for android the issue I am facing is that I have 5-6 textfields and these fields are in ScrollView. Whenever I focus 4th to 6th textfield Keyboard popups from...
View ArticleKeyboard not staying up even with focus event - android
Mobile Titanium 3.1.2 Android 2.3.3 Device: Samsung Galaxy Player Mac OS X I am having a problem with my textfields and the keyboard on android. When the page opens, the keyboard is being shown on a...
View Article