How to fix Unlicensed module(s) detected error?
I'm using Titanium 3.2.0.GA and deploying for iOS 7. I added the module Locale by Share Our Ideas to my project, but after doing that and tried to install the app on device I got the following...
View ArticleHow to use The Readability APIs in my RSS reader made titanium
Hello! I am programming Beginner. I have in trouble. I want to use The Readability APIs in my RSS reader app(only iOS) made titanium, but I don't have idea how to use The Readability APIs, For...
View ArticleInfinite ListView bound with collection - bad adding behavior
Hi, I am making infinite list view bound with data collection. I created ListView with ItemTemplate and ListSection. When I trigger init event on that list the first initialization is done and reset()...
View ArticlePluginLoading: Required plug-in compatibility UUID ...for plug-in at path...
Hi everybody I'm programming a new titanium ios module for using AdColony. In AdColony guide, i need to call : [AdColony configureWithAppID:@"appbdee68ae27024084bb334a"...
View Articleiphone Admob onclick problem
Hi all, Am working on RSS reader app for iphone where am using admob module. Am able to see the banner in all the pages.When i click on the banner in itemList page its working fine but in the...
View ArticleOpen window very slow (Android)
Hi, I'm finishing my app, it actually works very well on both platforms (iOS and Android) But I'm facing a problem on Android. My app is divided in 5 windows, an user interaction one 1 window may...
View ArticleUndefined function (evaluating 'win.home()')
I am updating an app that had been made for iOS 5. Now i am updating it for iOS 7. But when i am trying to run the app on my iPhone 5 then i am getting the following Application Error. 'undefined' is...
View ArticleThe application crashes with an uncaught exception 'NSRangeException'.
The system crashes when I try to display a view on commented line at tableView.addEventListener. Does anybody give me some help ? This is the code: var win = Ti.UI.currentWindow; win.backgroundColor =...
View ArticleBorderRadius differences between Android and iOS
Hi, I'm using borderRadius to turn my square images to circles an example of how i'm doing this is: "#avatar":{ top: 20, width: 100, height: 100, borderRadius: 50, borderWidth: 5 }I'm setting the...
View ArticleHelp on ACS retrieving multiple custom object query data
Hello, is there any way that I can have multiple custom object in a window (is it correct like the example) and also retrieving the data outsideof the query bracket ? It is an android application For...
View ArticleArchive for Ad-hoc not working
Hi, I am trying to archive my IOS project which was working and archived earlier. Worked perfectly in-fact the app is already in app store. Now tried to update the app but it's failing to archive....
View ArticleWebview with facebook or twitter JS SDK causes white page on iOS
Our app uses some webviews which show some pages of our mobile website. Always worked fine until now. Pages didn't load anymore; they would give a flash of the content, but then turned white. After...
View ArticleTi.Contacts.getAllPeople() return null
Hello, I am using Ti.Contacts.getAllPeople() but it returns null when I use it just after installing the app. I am checking previously If I have rights to read the agenda and everything seems to be...
View ArticleMultiple cloud query for custom object
Hello, I would like to ask if a cloud query function can be inside a cloud query function if it is for custom object, and I am using android. And is it possible if I use the variable of the data that I...
View Articleparse.com push notification and titanium SDK 3.2.0
hi, iam using Ti SDK 3.2.0 and IOS sim 7.0.3 , when i trying to build a development version of my app on my IOS device , using...
View ArticleTi.Android.currentActivity.intent.data always null when application resume
I have use URL Scheme with parameter in android app. If this application not open when it call from the other application it work perfecter In app.js //APP START if (osname == "android") { var...
View ArticleHow to auto scroll the titanium UI picker?
Since I already facing a time lag for the first time even when I add the options dynamically. var picker = Ti.UI.createPicker({ top:50 }); var data = [];...
View ArticleapplyProperties not working consistently on rotate
So keeping up to date with the spec and docs, I've read the old way to "apply" properties is simply view.width = yourNewWidth; view.height = yourNewHeight; That is how I've been doing things for a...
View Article3.2 SDK - cannot run any app on any device or emulator
platform: iOS 7.x, Android 4.2.2. sdk: 3.2 os: OSX Mavericks Ti build: 3.2.0.201312191547 I held off as long as I could, but I updated to 3.2 sdk tonight. Should have waited longer. Now, many of the...
View ArticleScrollView elements not adding
Hi, I have developed native android and iphone apps in the past and am new to appcelerator. I am trying to create a view which has a scroll view the width of the device. The content of the scrollview...
View Article