Ti.UI.iPhone.ListViewCellSelectionStyle.NONE is not NONE
Hi, i defined the following template for my row on my listviewvar myTemplate = { properties : { height : 50 }, childTemplates : [{ type : 'Ti.UI.TextField', bindId : 'bindField', properties : { left :...
View Article"Pull to refresh" for Android list view
Hello, the newest version of SPIEGELonline has a amazing pull-to-refresh functionality. How can I build in Titanium, is there a module? On marketplace I couldn't found it. Best regards Rainer
View ArticleHow do you troubleshoot IOS push notifications
Note: I'm a total newbie developer.... I set up push notifications with Urban Airship by following the instructions and sample code on this page:...
View ArticleClose animate true, close without animation
Hi, I've created a new navigation window (based on new window "window1" with a custom animation on opening (from bottom to top). Inside there's a listview with an event listener. In order to allow...
View ArticleAndroid app won't run
Running Ti SDK 3.2 on OS X 10.9.1 (Mavericks) and latest Android sdk. I am logged into my account successfully but getting this error that I am unable to find an aster to: " Missing required option:...
View ArticleForce View to Landscape
Greetings all Titanium 3.1.2 windows 7 and Mac Android 4.0+ IOS7 This code works great in IOS but will not work in android regardless of what I try. What I want to do is make a view landscape even when...
View ArticleioS 7 simulator missing
Running Ti SDK 3.2 on Mac OS X 10.9.1 and Xcode 5.0.2. With all the updates, my projects that ran ok before are now reporting missing errors. This error is what I am getting: "[ERROR] : Invalid...
View ArticleTitanium CLI 3.2 doesn't work on Ubuntu because it doesn't strip the node...
The Titanium CLI 3.2.0 doesn't run any commands I enter on Ubuntu 13.10. When running the Titanium CLI without any arguments, I get a message: Titanium Command-Line Interface, CLI version 3.2.0,...
View Articlehow to open a specific window on notification click in titanium android
hi everyone, i am developing a mobile app for android OS using titanium sdk version 3.1.1.GA and i am struggling to get it worked. what i want to do is open a specific window when i click on the...
View ArticleCan't Run app on android device, but Debug works
I upgraded to Ti 3.2 yesterday and it all worked great until a point I could no longer run the app on the device (android) except when starting in Debug mode. I ran it multiple times with the "Run"...
View ArticleHow do you get the intent of an Activity?
I am making an android app in titanium and I was wondering how to get the Intent of that activity so I can get the extra information of the intent (I have used Intent.putExtra in the intent). The...
View ArticleSliding tab - Redirect to perticular tab
I had downloaded this sliding tab app Click here (View Pager) for alloy android project. Its working fine, But I have to redirect to particular tab instead of every time it redirects to 1st tab when i...
View ArticleTypeError: Cannot read property 'data' of null
I'm Getting following error when i run this command titanium build --platform ios -d /Users/SourceCodeRootFolder -R "CertName" -O /Users/Saamy/output -P "PROFILEID" -T dist-appstore [ERROR] TypeError:...
View ArticleTi 3.2.0GA: Android device installer not working
Hi. After resolving my problems with the emulator, that is currently working, I'm trying to install my app to a Nexus One test device without success. The only thing I get is: [INFO] : Alloy compiled...
View ArticleApplication Installer abnormal process termination. Process exit value was 8
Hello Everyone I read the forum and tried google to fix this problem. i build an android app (android sdk 19) and want to run it. But keep getting "[ERROR] Application Installer abnormal process...
View ArticleWhy is it reloading again when orientation is changed on android
Hi I'm having a weird thing in my app. Whenever I change the orientation to portrait to landscape or vice versa. The window reload again. Here's my code: Ti.include('../common.js'); var nowshowingWin =...
View ArticleACS auto logging user in when creating an acccount. How do I prevent this...
Hi, I have an app that has two types of users (employees, and owners). If I am a store owner I want to have the ability to create an employee in my app so they can log in to use my app. In my app...
View ArticleIt is possible to delete other user in ACS with the current user logged in?
Hi. I have a user management system implemented in my ACS project, but when I do: ACS.Users.remove({ session_id: req.session.session_id, id: id }, function(data) { .... being id the user's id I want to...
View ArticleSwitching Development Environments
Is there any way of(easily) switching between a 3.2.0 development environment and a 3.1.3 one in the updated TiStudio? i.e. It seems that once you upgrade to 3.2.0 that is it (if using TiStudio). If I...
View Articletitanium won't start on Linux Mint16
I'm trying to use titanium cli on Mint 16. I think I've install all the prerequisites (node, nodejs, alloy, android sdk, android ndk, java) The problem is when I run 'titanium login', nothing happens....
View Article