Google v2 maps tiles are missing
Hi, my observations of different type of maps: NORMAL: only the north part of world. HYBRID: only labels, no tiles TERRAIN: not all zoom levels SATELLITE: empty Here my code snippet: var MapModule =...
View Articlemobileweb 3.0 and XHR requests and CORS
Really hoping somebody can help me here. I'm trying to use TI to test and debug a simple mobileweb app (3.1.1) that uses an XHR request. I'm on OSX. Same code works fine in android/ios emulators. As...
View ArticleTi.Storekit does not work
Hey there, i have this script on a click event of my button: function buyProVersion(e) { Â Storekit.addEventListener('transactionState', function (evt) { switch( evt.state ) { case Storekit.FAILED:...
View ArticleOpening a New Window from a Sliding Menu
Hi guys, So i've got a basic 'Facebook' style left sliding menu working in my iOS app. I can scroll through a list of menu items, and toggle the menu off by tapping the icon in the top left hand...
View Articlelocal notification create
In Alloy framework i am included the ExampleService.js under controller and always get this problem when i run the sample notify code in SDK 3.0 ExampleService.js Uncaught TypeError : Poperty...
View Article$model['propertyName'] or $model.attributes['propertyName']?
In many cases working with Backbone, I am expecting to be able to call $model['propertyName'] based on what I am seeing in the Alloy documentation and other libraries. However this is causing undefined...
View ArticleAndroid - capture and attach picture
Hi guys I've been working on the Android version of my app but have been running into issues getting the attachment section running correctly. The feature has the option to where and image can be...
View ArticleThe app open file when it download finished
Ti.Android.currentActivity.startActivity(Ti.Android.createIntent({ action:Ti.Android.ACTION_VIEW, type : 'application/' & f.extension(), data : f.getNativePath() })); this above code is not working...
View ArticleDynamically change class of TableView row
Hi Friends, I am creating android app using alloy framework. Below is the code i used for collection view data binding. but here i want dynamically change style of row. ie some time...
View ArticleNothing happen when i want to install program on my device
Hi I got a very weird problem, nothing happen when i want to install program on my device I got this on my console please help me Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK...
View ArticleAccess to ACS data from Node.ACS
I created an ACS project and I deleveloped some client side code with Titanium. I need to elaborate some data in the ACS server side. So that I created another node.acs project integrated with the...
View ArticleCategory Databinding in Tableview (alloy)
Hey, i wanna insert my data in a tableview using databinding functionallity from the alloy-framework. Example: My records have a property "rating" - now i wanna create a tableview Section for each of...
View ArticleFacing problem with load images in images views
I am trying to show images in scrollview. taking from camera and photo library and adding using e.media or/and e.media.imageAsThumbnail functions. in move e.media and imageAsThumbnail it works fine for...
View ArticleCapture and Save an image into the pdf
Hi everyone... in my project i have to capture a signature and save it into datadirectory it supports only .png format. i tried to add file to pdf but pdf supports only jpeg.I have converted the image...
View ArticleHow does Titanium handle Garbage Collection: System.GC Android or ARC in iOS 6?
I'm using SDK 3.1.1 GA. How does Titanium handle Garbage Collection: System.GC for Android and Automatic Reference Counting, ARC for iOS 6?
View Articlehttpclient: responseText it shorted (cutted)
Hi, on Android (2.3) I have an issue with http client. XenoCanto.prototype.testLogin = function(_args) { var xhr = Ti.Network.createHTTPClient({ onload : function() { var res =...
View ArticleACS conditional update
I am using ACS custom object and I want to know if it is possible to update a custom object based on some condition such as adding a where clause? Because I am running into the issue where I need to...
View ArticleDebugger not stoping in breakpoints
Guys, Any of you would know why after the most recent update of Node.acs my debugger won't stop in any of the my app breakpoints? I'm running Titanium Studio, build: 3.1.1.201306112235 Any ideas?
View ArticlePassing latitude and longitude from ACS
Hello everyone, I had my issue of passing ACS data for strings fixed from one screen to another. I tried using the same format to pass the latitude and longitude (which are numbers/integers) on ACS...
View ArticleAlloy Model with SQLite - Array/reference column?
Just started using Titanium and Alloy last week! Is it possible to have a column that is an array, or perhaps a reference to another collection, when using the "sql" adapter? If not, what is the "best...
View Article