How to setSelectedRow of Picker only by Value (or Title)
I want to choose which row of the Picker to select based on its value ("title"). Let's say I just queried the database and the record I opened has a value of 'Youth', which is one of the options in the...
View ArticleInvalid android_key parametrer. The key XXXXXXXXXXXXXXXXX does not match any...
In my app I'm trying a login facebook without using the dialog-based authentication. The application run but I got the following error message facebook side: Invalid android_key parametrer. The key...
View Articleflipboard animation
can we implement flipboard animation in titanium studio ??which supports ios and android..plz help me out
View Articlecustom Alloy sync using Cloud.Objects
I'm not able to get the provider list to be populated in the TableView. Am I using the callback with the options.success correctly? module.exports.sync = function(method, model, options) {...
View ArticleOption dialog on iPad bad visualization, double
Creating a list bigger than ipad mini screen's height, looks like is fine but when i scroll down i can see two list, one static and other that can be scrolled. When clicking i'm selecting in...
View ArticleFacebook publishInstall
I'm using Titanium 3.1 with the new facebook module. Facebook has the function (and similar for android):[FBSettings publishInstall:@"appid"];To track mobile installs. I have used this in a native...
View Articlejava.lang.OutOfMemoryError: bitmap size exceeds VM budget
In my Application I have used lots of images on TableView Listing, So that I am getting java.lang.OutOfMemoryError: bitmap size exceeds VM budget also my application crashed in android emulator. Anyone...
View ArticleTi.Contacts.requestAuthorization callback always returns success :-(
Hi, following the code from the official documentation: var performAddressBookFunction = function(){...}; var addressBookDisallowed = function(){...}; if (Ti.Contacts.contactsAuthorization ==...
View ArticleButton on TableView Row
I have one labels and a button on a tableView row. On clicking the button it opens an option dialog. The selection that I make on the option dialog, the title of the button becomes corresponding to...
View Articleextract two tags from xml feed
i am trying to extract two different tags named title, and content from the main tag named entry and display it in table row when i try it individually both tags show data individually but i want both...
View ArticleMove object with finger - Kicking problem
I'm trying to move an object to the left and to the right with my finger, but when I move it, it keep kicking up and down while moves to left or right.... someone knows anything about it? how can I fix...
View ArticleProgramming a card-game for mobile.
I have a client looking for a card game to run on all supported mobile devices. Having developed a simple titanium app based on the RSS Reader example project, I hold a basic understanding of the...
View Articleborder radius in android
I'm trying to create a circle and have a view with a width and height set to double a border radius: Example:"#estimateHolder": { width: 210, height: 210, borderRadius: 105, borderColor: "black",...
View Articleandroid - ddms not displaying thread for attached device
app: android mobile sdk 3.1.3.GA os: osx mavericks studio Titanium Studio, build: 3.1.3.201309132423 output: Samsung Galaxy Tab (4.2.2) Hi all, I'm attempting to use ddms to debug my app on an android...
View ArticleUpdated Titanium Studio to 3.2.0.GA and now I can't compile to iOS nor Android
I've been working with Titanium ever since the release of Titanium 2.0.GA, so far every update hasn't given me problems, but today I updated my Xcode to 5.0.2 and my Titanium Studio to 3.2.0.GA. But...
View ArticleComplex object
Hi, (applogies for the newbie question) Does Alloy support more complex model structures? If so how? consider the following: "order" : { "id" : 1, "date" : "2001-01-01T00:00:00.000Z", "orderEntires" :...
View ArticleiOS 7 Translucent keyboard
Hi, I am creating a iOS7 app for iPad..... using Titanium SDK 3.2.0 GA Does anybody knows how to make the keyboard translucent....? I am using a textarea but the keyboard looks solid ...... thanks
View Articlecant see IOS data (version,certificates,provisionings) after update to SDK...
hi iam working on , IOS app , Ti SDK 3.1.3GA , Titanium Studio build: 3.1.1.201306112235 , "after updated to SDK 3.2.0GA , i rolled back my alloy to 1.2.2 , to can continue my current IOS project , and...
View ArticleHeaderPullView Content not visible on IPAD
Peepz, The code below need to add a simple headerpullview to my tableview but its not visible (i can see the backgroundcolor when im pulling down but no black square ('tpv1')) What im doing wrong? Do i...
View ArticleView in scrollview problem android
Hi I have a problem with a view in scrollview on android. It works fine on iPhone, but on Android the label is the same place and not able to scroll. I have tried to change the view to scrollview - but...
View Article