Why the switch to all heavyweight windows in Titanium 3.2?
In the documentation for Ti.UI.Window there is this statement under Android Platform Notes: Starting from Titanium 3.2.0 in Android, all the windows are heavyweight. Why? I actually need lightweight...
View ArticleStrange error - modules not found Android
Tried on Android OS 4.0.4 and 4.4.2. Both have the same issue as follows Test devices : Samsung galaxy Tab 2 4.0.4 Samsung Nexus 7 4.4.2 [ERROR] : JNIUtil: Couldn't find Java class:...
View ArticleGoogle Analytics module Causing App to Crash
I'm using Matt Tuttle's Google Analytics module and for some reason when I use the tracker variable to track the app screen and load my app, it appears to load all of my files in the background, but...
View ArticleAndroid incorrect contacts updating
My application should be able to edit in the user's contacts, I have accomplished that smoothly on iOS and it is working fine, on Android most of the time when I update a certain contact it updates...
View ArticleUrban Airship notification click event
Hi guys, Currently i am developing an android app that can received notifications from the Urban Airship provider. I'm trying to store the notifications message in the SQLite Database to be use as a...
View Articlehow to video recording in landscape in titanium in iOS?
I am developing an iOS application in Titanium Appcelerator and using inbuilt camera to video record for 1 minutes but video recording only in landscape not in portrait.How its possible?,i have open...
View ArticleiCloud integration with Titanium
I want to send and receive file from iCloud with titanium..is it possible?? if yes then how? please reply..thanks in advance
View ArticleClose Apple Maps after resuming app
I've got an app with a button that launches apple maps for directions. The problem is, when I go to resume my app, it opens the directions apple maps app again. How can I prevent this from happening?
View ArticleTabGroup navigation & navigation through windows
In my project, I use actually no TabGroup navigation. I want now to use this kind of navigation. But, for now, my App uses NavigationWindow to switch between windows, and I heard that's not recommend...
View Articlebutton doesn't change background image in addEventListner
Hi guys, I have a tableView populated from collection, I create at runtime the row to append in the tableView. Each row has a button and label,when button is pressed I make a HttpConnection to a...
View ArticleHttpClient Get encoding characters
var client = Ti.Network.createHTTPClient({ // function called when the response data is available onload : function(e) { var data = this; callback(data); }, onerror : function(e) { error(); },...
View Articlewindow should not create multiple
I'm struck with one issue in my project.Actually i'm doing json parse in my project it's working fine, and gettting all in the table and i'm adding the table to the window. And i'm calling that json...
View ArticleMoving from NavigationGroup to NavigationWindow on iOS in Titanium 3.2.0
I am having trouble changing my existing code to conform to the new standards. I don't mind if I have to use a NavigationWindow or not, I would just like the same functionality as before. I read that...
View ArticleTitanium Studio Freezes on Window 7 64 bit
Application type: Android Mobile. Titanium SDK: 3.2.1 GA Platform & version : Windows 7 64 bit Home Premium. Device : Android emulator(4.3 or any) AND physical device - Micromax A110. Titanium...
View ArticleSOAP Client
I've been using js SOAP client from KitchenSink examples, ui/common/mashups/soap_client_library.js. My application have update every 5 min. When I update an application I call soap client with:...
View ArticleApp.js
within my js app I have 2 functions that control the other modules included (ScrollableView and scrollview). from a particular module I can invoke a function of app.js to require? I have tried but with...
View ArticleRemote image cache
Hi, I would like to cache remote image but when i changed same image on remote server, image recache on application. Is it possible? I thougt that is possible by remote image's size or modified date...
View ArticleScrollview not scrolling mobile web
Hi. I am using Titanium Studio 3.2.1.201402041146 on OSX. No matter what I try to do I can't get this to scroll when testing on mobile web (in a browser). Here is the code: var win =...
View ArticleiOS Doesn't Respond to Touch Events While Working
I have an app working on iPhone and Android. When loading a time-consuming screen, I can't interact with the app until the screen loads. As in, I select an item in the menu. The item starts to load. I...
View ArticleVibrate During Background Service
After creating a background service using 'registerBackgroundService', I am trying to make the iphone vibrate. It is not working. I can see that my code is running without error, but still no...
View Article