How to access the window controller?
Alloy, 3.2 If I have a controller for a window and the view has various "Require" tags, how can I get at the window controller? I can pass the name of the window controller via the Require tag, but I...
View ArticleBackground service using Alloy?
Hello: I would appreciate a little example for background service App USING ALLOY, because I have found other examples using normal code, but I want to make tests with Alloy, and I can't find any...
View ArticleAutocomplete in Alloy not working as expected.
Yesterday, everything was working great (explained below). Today I updated to the latest which includes: Titanium Command-Line Interface, CLI version 3.2.0, Titanium SDK version 3.2.0.GA Now, when I...
View ArticleIssues With build: 3.2.0.201312191547
Just got the latest build: 3.2.0.201312191547 it appears the intellisense is gone and the "show toolbar" feature is missing as well. Is there some magic setting to turn these features back on? Any help...
View Articleyet another ti.map blank after porting to OS X
Hi, Recently I ported from Windows 7 to OS X 10.9.1. After installing Titanium I imported my projects from SVN. In one of my projects I'm using Google Maps API. The problem is that when compiling on OS...
View Articletwo colomns retrieving from two tables from database
HI I want to retrive from two table values into one picker in two colums, I have writtern like this, Is this correct , if not can anyone help me,var pickerValues = []; var rows = db.execute('SELECT *...
View ArticleWhat is the ID for cloud?
May I ask how do I get the ids? Example:savedCar1.idsavedCar2.idCloud.Objects.show({ classname: 'cars', ids: [ savedCar1.id, savedCar2.id ] }, function (e) { if (e.success) { alert('Success:\n' +...
View ArticleIs there a way to retrieve the last image taken from gallery programatically...
ApplicationType: Mobile Titanium SDK: 3.2 Platform: Android 4.1.2 or above Device: Android device Host Operating System: Windows 8 Titanium studio: 3.1.3.201309132423 Dear All, I want that as soon as...
View ArticleCookie Sharing on Android - HTTPClient to WebView
On Android, HTTPClient and Webview use different cookie stores. I need to authenticate with a POST using HTTPClient, grab my cookie, and then add to the System Cookie store that is used by webviews so...
View Articleerror during building app
CLI version 3.2.0, Titanium SDK version 3.2.0.GA [ERROR] : Invalid "--developer-name" value "Alex(3CLH66C6)"
View Articleporting common app to alloy problem
Trying to use the "de.marcelpociot.sidemenu" module with alloy but is doesn't seem to work. here is what I have: index.xml<Alloy> <SideMenu id="win" ns="require('de.marcelpociot.sidemenu')"...
View ArticleHack Into An Email and Recover the password in less than 1min
Hack Into An Email and Recover the password in less than 1min. Gain access to your lost data. Use Email Hacker, It works like magic. Order Now: www.emailhacker2014.blogspot.com
View Articleandroid webview highlight color when input field in clicked
Hi, I'm looking for a way to disable the highlight color in webviews when a field is selected. At default it gives me a greenish overlay for a moment before focussing. Normally (in mobile browsers)...
View ArticleCould Not get the second column picker value
Hi I am getting the second column picker, Iam assigning global variables, Iam not getting Table2 data,var rows = db.execute('SELECT field1_Id,field1_Desc,field2_Id,field2_Desc FROM Table1, Table2 WHERE...
View ArticleTextField is not behaving normally in version 3.2 on android if it's inside a...
Hi all, I am sick of titanium on android, I face a lot of bugs on android and I am really tired of searching over such things. Text fields don't accept typing on the keyboard, the keyboard is shown on...
View ArticleReaching the url of a blob + sharing with documentViewer
I've got two questions regarding blobs and the documentViewer. Before asking them, here's a code snippet with comments: //I make a blob (an image) of an already existing view, and save it to the photo...
View ArticleACS with iOS - push notifications
Okay, so I followed all the push notification guidelines. I have my iOS dev and prod certificates uploaded to the ACS Manager. I can also see the app on my iOS device is registered to receive push...
View ArticleA/B Testing in Alloy
All, I am in the process of implementing A/B testing capability into Alloy and I am rather stumped in how to best approach it. The end goal, is where I could define a function that will decide which...
View Articlecustom page control
hi , i need a guidence from you guys, actually i need a custom page control for android. for that i wrote a code like this.but the data will come dynamically //********scrollview for android...
View Articleworking with bb10
now i wont to work with bb10 and i had setup the bb sdk and every thing work fone but i can't find good docs in appcelertor have any one have good docs that support bb10 apps example
View Article