Favorites - Database
Hi all, I have the below code for favorites fuction. My goal is how to: update the button with other image and other alert msg if is already added. fav_btn.addEventListener('click', function (e) { var...
View ArticleACS logout - add global logout function to follow DRY principle
I want to add a logout button on the navbar rightNavButton. The following code creates and activates the button, but for only one page.var loggedIn = Ti.App.Properties.getBool('app:isLoggedIn'); var...
View ArticleWas the handling of density specific resources for widgets handled changed...
I'm upgrading a client app to alloy 1.3.0 for further development and noticed that some of the density specific widget resources are no longer loading. Was this changed in alloy 1.3.0? I've created the...
View ArticleAndroid: trayClickFocusedApp event not fired when push notification clicked...
Does anyone know how to get the trayClickFocusedApp event to fire reliably? The code below is for a simple app.js test where a single window is opened, a push notification is fired off and then the app...
View ArticleHow to make different instances of same controller
I have a multi tab program that uses the same database model table to display different information on different tabs. For example i have a table that holds meeting information with rooms. Tab 1 should...
View ArticleTitanium Studio 3.2.0 installation
Hi guys, I want to try Titanium studio, when I click on Help-Check for updates, it gives me error like this:Cannot complete the install because of a conflicting dependency. Software being installed:...
View ArticleSetup Parse.PushService in Titanium native Android extension to send push...
Im looking for a java developer that can create a native android extension that sets up the 'Parse.PushService' in order the be able to send push notifications to android with Parse. We need...
View ArticlescrollView.toImage() does not create an image of the whole scrollview
Hello all, I made a scrollview which i want to export (mail,camera roll and airprint). To do that I am using the .toImage() function but that does not return a blob of the whole scroll view but the...
View ArticleACS Cloud.Users.secureCreate() error
Trying to pass my form values to the secureCreate() method. View <Alloy> <Window class="container" id="registerUser" > <Require src="header" type="view" /> <ScrollView...
View ArticleMap view on Titanium
Hi, We are developing an app for iphone and ipad.We want to know if overlay view and terrain view of map can be achieved using titanium. TIA Sach
View Articleandroid custom modules cannot find library files in sdk 3.2.0
I am facing serious issue from last 2 days. I have updated my titanium sdk from 3.1.1 to 3.2.0 and updated titanium studio also to 3.2.0, I have created a titanium android module for one of my project,...
View ArticleiOS internalization not working on orentation
Hi, I am working on internalization for supporting multiple languages but in iOS portrait mode all labels values are displayed but landscape mode labels values are not displayed(its showing empty...
View ArticleWhy is this site so slow !?
Why is this site so slow ? http://developer.appcelerator.com/ Are you guys using memcached ? I am getting 3 to 5 second load times for each page...So bad when looking for solutions Chris
View ArticleAndroid SDK missing
I am trying to configure Android SDK and Titanium 3.2 version. I have installed SDK but still getting the error •An Android SDK is missing. Titanium requires Android platform 5.0..Even I reverted back...
View ArticleTitanium 3.2.0 GA with XCode 5.1
I am not able to build app for ios 7.1 with Xcode 5.1. Actually i have selected the newest xcode 5.1. After all i am getting the error like "Project failed to build after 7s 883ms". How can i solve this?
View ArticleDisplay PHP data on Home View
I was wondering if someone could assist me please. How can I display data from a php page on my app. I currently able to do it but only on a table view, which when clicked displays the data on a...
View ArticleImage picker inside alertdialog (androidView)
Hi, merry christmas and here in germany is midnight … I try to build an image selector. Here my try: exports.create = function() { var androidView = Ti.UI.createView({ backgroundColor : 'white', height...
View ArticleiOS7 autoAdjustScrollViewInsets gets overwritten when focusing textfield
Hey, i'm searching for a solution for days now and this problem is slowly driving me nuts. I've created a window with a scrollview and in this scrollview there are several textfield inputs. Whenever i...
View ArticleiOS 7 Issue with TableView and autoAdjustScrollViewInsets
I am running into the following problem when I create a NavigationWindow and a TableView. The TableView is hidden beneath the navbar. This is an issue that is present throughout my entire application....
View Article1 Install Shows 2 times in App drawer
Hope someone is in a holiday-inspired problem solving mood! :) I hope that this has been answered and that I'm just unable to search for the issue using the right terminology. I can't afford for this...
View Article