Ti info: not working
Dear all, I have the following error when doing : Ti info via the CLI here's the message I get:Titanium Command-Line Interface, CLI version 3.2.3, Titanium SDK version 3.2.3.GA Copyright (c) 2012-2014,...
View ArticlePartial Views using Alloy
Hello all. I have the index.xml in my project. It made sense to me to separate the register and login elements. (This is because I plan to reuse them in different pages later in my project) So..I would...
View ArticleHow can I help out to fix the documentation?
I love Titanium but the documentation seriously need some care. I want to fix it and enhance it so my fellow Titanium developers can benefit from it. As there are a lot of repositories in your Github...
View ArticleHow can I install 2 versions of XCODE?
Dear All, Please can you tell me the exact steps to follow to have 2 different versions of XCODE installed? How can I achieve this? Do I rename the 2nd and then use xcode-select command to change the...
View ArticleOnline presence mechanism
Hi, I'm currently beginning a small chat application using Appcelerator and I'm interested in a presence mechanism. I'm wondering the best solution to be accurate I know it's an hard issue but what can...
View ArticleLooking for example of Round Checkbox Like In Mailboxes
Hi there. In the iOS Mail app, when you go to Edit, to select the mailboxes to show to display in the list, is there a similar "checkbox" control in Titaninum?
View ArticleTi.Storekit - Test User Cannot connect to iTunes Store..
Ti.Storekit, following instructions for "test validating receipts on iOS 7 and above" atop the accompanying app.js file, in "Sandbox" mode, created a "Test User" to test on device.. Problem: When...
View ArticleURLSession - sessioneventscompleted
someone's example code My question is about the above app.js. Line 98-106 if(isBGTransferMode) { var pendingDL = Ti.App.Properties.getObject('pendingDL'); if (pendingDL == null){ pendingDL = []; } if...
View ArticleHow to access custom relation filed object ?
Hi everyone, We I have followed the technique mentioned in the link: http://docs.appcelerator.com/cloud/latest/#!/guide/relationalfields I have followed exactly the same steps, can anyone tell me how...
View Articleweird signing issue when debuging on iphone
Hello all, I've got a strange behavior when I debug on my iphone. Every time I launch a new debug session, I have to clean my project or I get a signing issue : [ERROR] : Failed to install app on...
View ArticleFetch doesn't work offline
I'm triying to fetch a collection with network disabled and doesn't work, page doesn't load the rows. Can someone help me with this? My code: var args = arguments[0] || {}; var rootsCollection =...
View ArticleListView autofocus
Hi there, I need your help! I've created a window, and I've added a scrollView. Inside this scrollview, there's a view. Inside this view, there are a couple of labels, and a listview. On Android (TiSDK...
View ArticlePassing database name to function
Hello, I am trying to pass a database name to a function that would take user input and save that to a certain database depending on what part of the app the user is at. This is the code I have so far...
View ArticleGetting ListView to scroll to middle
As has been remarked from time to time here, since iOS 7 using scrollToItem on a ListView no longer scrolls the selected item to the middle of the list (assuming there are enough list items to allow it...
View Articlecustom design Map View
I need to use google maps in my app, i have tried following code to achieve my design but no luck. Here is my code,var anno = Titanium.Map.createAnnotation({ title : "150$", subtitle : "Its sub title",...
View ArticleClose a window in a commonjs module returns : Window is not open. Ignoring...
Hi all, I'm trying to use commonJS pattern to create a window. When I close it for the first time It works. but after this I have this message ;Window is not open. Ignoring this close call here is my...
View ArticleChange the scrollableview pagecontrol size
Is there a way to make the page control dots bigger for scrollableview?
View ArticleWindow is not well displayed after closing it and reopening it
Hello guys, When I create a window and then opens it for the first time, it is well displayed. But when I close it and then open it for the second time (without recreating it with new), the window's...
View ArticleFacebook login button Not working in following condition. Application type: mobile Titanium SDK: 3.1.3.201309132423 Platform & version: iOS 7.0 Device: iOS simulator In app.js file i am written...
View ArticleFACEBOOK_NON_JSON_RESULT":"false" what does this means
here is my code to like a facebook page I am getting the alert ('you liked the APP on facebook') but the no of likes does not increase and the log states "FACEBOOK_NON_JSON_RESULT:false"...
View Article