Error failed installing
when i run my app i get this error i use alloy [ERROR] Failed installing com.me.alloytest: pkg: /data/local/tmp/app.apk Failure [INSTALL_FAILED_CONTAINER_ERROR]
View ArticleAlloy - Model with two columns in primary key
I have a situation where I need to have 2 fields as primary key. I try to find in docs but I couldn't find if this possible to do with Alloy? With SQL commands I sure that's is possible but I would...
View Articleheight % tableViewRow
Hello You can place a tableViewRow percentages and its child objects? ejem: fila = Ti.UI.createTableViewRow(); Â var input = Ti.UI.createLabel({ text:selectRow.fieldByName('name'), width:'50%',...
View ArticleERROR on compile, Android !! >> Build process exited with code 1
keeping error : I have done every thing, cleaned project, download latest versin of SDK and so Please help meTitanium Command-Line Interface, CLI version 3.1.0, Titanium SDK version 3.1.1.GA Copyright...
View ArticleDetect a tablet (solution)
Hi I refined the way to detect a tablet a litte bit (based on the app-templates). The basic change is that I calculate the screen size and take this as an additional test (tablets have at least 6...
View ArticlescrollsToTop not working
Hi I'm aware you can't have more than one scrollsToTop-able view open, otherwise the functionality breaks - you must only have one view with that set. But I cannot get this working despite going...
View ArticleIOS 6 compatibility issue
My app consists of a login page connected to php.I can login with android and ipad but not with iphone 5 only.Its working with ios 4.I am not able to identify the problem.It says network error or...
View ArticleAdding blob to object - works for Android, not on iOS
Hi all, Got a bit of a weird one Sending image to web service var args = { token : TOKEN, image : procImage, }; Â xhr.send(args); Output on Android is as expected 07-30 10:27:19.363: I/TiAPI(8787):...
View ArticleUsing Ti.App.Properties
Hi everyone, may I know how do I use the Ti.App.Properties to retrieve my information from the database once I clicked the submit button and it will loop so that everytime I clicked the submit button,...
View Articlewebview loading problem
exports.getCourseViewpack = function(){ Â //Creates a new window var win11 = Ti.UI.createWindow({ //Ti.UI.orientation = Ti.UI.LANDSCAPE_LEFT, height:height, width:width, backgroundColor: '#A3A375',...
View ArticleTouchmove Animation -Best Practice
What would be the best (performance wise) and cleanest (code wise) way to facilitate an animation through the images of an imageview via a touchmove event ? right now i cycle through an array of...
View ArticleGCM ANDROID GOOGLE CLOUD TUTORIAL
HERE IS ONE WHICH MAY CONTINUE toturial TUTORIAL MODULE GCM com.activate.gcm
View ArticleFacebook forceDialogAuth
I've got the below code, it currently works as is. However if i change the fb.forceDialogAuth to false, the a message does come up saying "This app wants to access your profile etc" but I press OK and...
View ArticleProblem getting model data on TableView click.
Hi guys, I'm using the 3.1.1GA SDK and have a simple TableView which is hydrated from a model. The table fills out fine, but when I tap on a row, the only real data I get is the index clicked, it...
View ArticleHow can I use the thermal printer (SRP-F310/312) via wireless ??
Hi, I'm developing an app for a project and I need to print a receipt using the Bixolon thermal printer (SRP-F310/312) using wireless. Does anybody know about a module that can do this? Thanks for all...
View ArticleHelp needed - Problem in calling SOAP service and getting response with Sudo.js
Hi All, I have a problem in calling the SOAP service and getting the response using Sudo.js. Not sure where am making the mistake. Someone pls look into the code and help me how to make it work. Code...
View ArticleError: 'eventsDispatcher' is undefined
I've installed Appcelerator and the Android SDK, but when I try to launch Appcelerator I'm getting an error that says "Line: 1 Error: 'eventsDispatcher' is undefined." Does anyone know how to solve...
View ArticleTitanium Studio Freeze On Startup
I just installed TS for the 4th time today, it just keeps freezing when i start it. The only thing i get to see is the main dashboard and the auto updater, then it just stops working. After that i get...
View ArticleGUID - Account - ACS - How to change it?
Hi, I would like to move a project to a different account (account B) so that I can view statistics seperatly and have the push (ACS) from this account too and can give my client this account to view...
View ArticlehasCheck icon not displaying in few android devices/emulators
Problem Description : On particular android devices/emulators (as mentioned above), hasCheck property of TableViewRow is not showing the checkmark icon on right side of the row. Environment:- Android :...
View Article