Ti.App.Eventlistener...
I created 3 pages which contains webview1,webview2,webview3. in page1- Ti.App.addEventListener('app:fromwebview', function()); Ti.App.addEventListener('app:savedata', function()); also page 2 and page3...
View ArticleProblem building simple android app
Hi, my last projects was all for iOS and today I tried to compile a little, simple project for android. First I have updated android SDK, My SDk version of Titanium is 3.2. The default project doesn't...
View ArticleAlloy.createModel = unknown application error
Hi, I started to use Alloy a few days ago and managed to set up my environment properly. Now I have the problem that every time that I try to instantiate a model (that I created with the Eclipse...
View ArticleChanging Search Bar search RESULTS TABLE background color
Hi, i have an tableView and its bg color is black. Its rows color are transparent. I assigned an search bar for this tableView. When i type an letter on searchbar tableView bg color is white. How can i...
View ArticleTo hide adb.exe cmd prompt
HI Iam using 3.1.1GA Android, I am getting adb.exe xmd prompt along with emulator when I run the emulator, How to hide that or not to show cmd prompt, before it didn.t displayed in previous versions....
View ArticleEmulator is not running
3.1.1GA Android, Hi when I run for the first time after deleting build and clean my project, it is saying as emulator is not running , then I shud stop again is shud delete build and clean my project,...
View ArticleError encountered during update Failed to install acs
I just installed Titanium Studio for the first time on my Windows 7 machine and upon opening studio, when it automatically checks for updates or when I go to Help > Check for Titanium Updates and...
View ArticleError when specifying the SDK folder.
I have just installed Titanium Appcelerator, and when trying to specify the SDK folder I received the following error:  Please guide me to solve this...
View ArticleAndroid Modules Nfc Not in Alloy
Hello evrybody !!!! I need a bit help with my NFC module for Titanium. I have the NFC tag reading working, but in the module i need to set and get view for tag informations. a example to show the all...
View ArticleBlackberry database.Open crashes app
Using the latest titanium and BB NDK i have been getting to grips with mobile development accross iOS, Android and Blackberry. I have been going through the Ti bounty hunter labs after the video...
View ArticleAlloy Button call returns SkImageDecoder::Factory returned null
Hi, I have a pair of forms in a tabgroup. One form works correctly allowing a user to create an account. The second tabgroup form allows users to create a list of frequent contacts. After entering data...
View ArticleExact Zoom for Maps
Hi All Just wanted to know if it was possible to get an exact zoom. As the user can zoom to a given zoom, and we would like to load that zoom state the next time the map loads. Thanks in Advance.
View Articlepass blob into iOS module
I need to pass in a blob to a module in iOS, but once inside the module there doesn't appear to be a way to cast the argument as a TiBlob. Here is a cutdown version of my js test-case source: var...
View ArticlePassing a file to iPhone to be processed by the system?
Hi all, If I have a file with a file type that will be handled by the system, like profiles, is there a way to pass that file from local storage to the system so it can be processed? Thanks! Tony
View ArticleCannot read Alloy Model Property
I am trying to read a property from a saved model using the SQL adapter. I want to query the collection, retrieve the first (and only) result, and access a property on that model. I cannot seem to...
View Articlemerging backbone model attributes
hi, I am have a custom REST web-service adapter implemented using backbone & alloy. When I call collection.fetch(merge: true, add: true), the REST service returns user data which could be new...
View ArticleSetting up android push notification
Hey, I have the following code and am attempting to register both iOS and android phones with ACS. I have iOS working but android registration seems to fail if ( Titanium.Platform.name == "android" ){...
View ArticleTi.UI.createAlertDialog androidView does not seem to work
Hi, I'm testing on real devices SO-01C, F-02E, and so on. SDK3.1.1.GA. var view = Ti.UI.createView( { top : '40dp', width : '300dp', height : '150dp', backgroundColor : '#ff0000' } );...
View ArticleCustom Plugin not included while compiling Android in TI 3.1.1.GA
When running the ti build -p iphone, it works like a charm but building for android it wont find the plugin. I have added the plugin needed code in the plugins/closessimulator/1.0/hooks/lehook.js and...
View ArticleDisable tableview scrolling on android.
Is there any way to disable scrolling of tableview on android? I can't use touchEnabled and transparent view options as I've to interact with the table while its scrolling is disabled. Any hack or...
View Article