leftNavButton and rightNavButton spacer appears if using backgroundImage ?
Hi, I am trying to add custom buttons to the left and right navButton but a spacer seems to appear if I set a backgroundImage. If only the title text is set the spacing is correct. Here is my example...
View ArticleCreating a subview by making a subquery in the datacollection
Hi, I have created a main component and a sub component. Both are filled using the same Collection (SQLite database). The main component lists all the database entries with "parentId=0" (toplevel data...
View ArticleStorekit Test Account Restore Error
I am running an app on my iPhone 5 where Non-Consumables are sold via in-app purchase. I setup a test account and made some purchases and confirmed the Restore Purchases was working the way I expected...
View ArticleAndroid 7 inch and 10 inch layouts
I have an app that looks fine on 10 inch tablets, but when it goes to 7 inch tablets the look of it is off. I have the read the documentation on Android Layout design....
View ArticleScrollview ScrollToBottom
I've got the below bit of code: function doFocus(){ $.toolbar.bottom = 216; $.scrollview.bottom = 256; $.scrollview.scrollToBottom(); } However the $.scrollview.scrollToBottom(); does not appear to do...
View Articleconsole simulator crash
Hi I have a problem with titanium studio console I've compiled my project but when the projects starts i get the message [ERROR] : An error occurred running the iOS Simulator [ERROR] : [DEBUG] using...
View Articleexec returned: 2
Hello, I am new to titanium but I have written native android apps before. I am attempting to compile a module for some native android code that I wrote and I am stuck on this vague error that says...
View ArticleHow can I navigate json object to display subsequent/nested scrollView with...
Hello, I have a json object relative to this file.plist:<dict> <key>primo</key> <dict> <key>A</key> <dict> <key>et</key> <array>...
View Articleshow Custom Object - error: undefined
Hi. I'm a newbie to Titanium and web development. I'm trying to retrieve the custom object that I created and stored on ACS. I spent hours on it and got stuck because I don't know how I can retrieve a...
View ArticlePluginLoading: Required plug-in compatibility UUID ...for plug-in at path...
Hi everybody I'm programming a new titanium ios module for using AdColony. In AdColony guide, i need to call : [AdColony configureWithAppID:@"appbdee68ae27024084bb334a"...
View ArticleUnable to create a new project
Hi, I tried to create a new project but it doesn't work, I'm getting this message: Unable to create new project Run titanium help for available commands please could you help, I'm using the node...
View ArticleUI compatability for all devices
How to Create UI compatability for all devices? Am new in appcelerator titanium and i need to create ui compatablity for all Mobile Resolution Eg:iPhone,iPod,iPad,Android,Tablet...please give any...
View ArticleHow do you retrieve photos from ACS and display them on app?
Hi. I'm a newbie in Titanium and web development. I uploaded some images to the Titanium Cloud Service (ACS) and wanna display them on my app. Below is my code. It runs, but I don't see any photos...
View ArticleHow can I parse plist file?
Hello, I have to parse a plist file, so can I use parseString()? I found this (https://github.com/pugetive/plist_parser) but both in iOS and Android it crash whit this error in line 44 of...
View Articlelimiting image view dragging by using pinch gesture.
i have a image view with dimensions (10,60,320,160) when user drags the image i want to expand the image but i wanted to expand it only up to height 320 if he drags beyond that it must go to its...
View Articleapplication crashing on resume.
hello Community; i'm developping this android application using titanium sdk 3.1.3, it crashes on resume of the app on both devices : 2.3.4 and 4.1 ... please any direction like may be somme key pairs...
View Articlechat in cloud services
hi , i need a small help from you guys. I'm working on cloud services now. I'm working on chat functionality .I wrote the code like this Cloud.Chats.create({ to_ids: ids.join(','), message: 'Good...
View Articlethe splice funcation not worked
Img.addEventListener('click',function(e){ //alert(e.index); tableDamages.deleteRow(e.index); //alert(e.index); //for(var i=0;i<list2.length;i++){ //}; //list1.splice(e.index,1);// must be found to...
View ArticleAndroid builder copies some resources to wrong folders
Hello all, I am trying to run a Titanium app, which runs perfectly on ios, on Android. However, the app complains that it can't find some source code and assets. As you can see on the console output...
View ArticleWhy status bar show again when my app resume - On Android
Hi friends, I'm learning Titanium, I have a trouble with it: I open a window with properties : var win = Ti.UI.createWindow({ height : height, width : width, navBarHidden : true, fullscreen : true, top...
View Article