Titanium Showcase
Hi, I am new to titanium mobile and I am trying to implement my proof of concept application by trying to get some sample codes from sample applications like kitchensink , code strong etc. Does any one...
View ArticleCan I include cookies in the VideoPlayer?
Can I include cookies in the VideoPlayer? I use a shared HttpClient elsewhere in my app to login and maintain session cookies, but when I fire up video player and set the url parameter it doesn't pick...
View ArticleCompile Error 3.1.0.GA
Hey everyone, I've started getting this error just today. Everything worked fine till yesterday evening. [TRACE] ../build/iphone/Classes/TiRootViewController.m:498:8: warning:...
View ArticleiPad build not respecting tiapp.xml orientation options
I have the orientations i want specified in my tiapp.xml as follows: <iphone> <orientations device="iphone"> <orientation>Ti.UI.PORTRAIT</orientation> </orientations>...
View ArticleDeploy on iOS Device or Store fails 90% of time
Hi, Each time I want to deploy on iOS device or App Store it takes me ages because 90% of times I got the following error: ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] :...
View ArticleNo click events fire in iOS simulator
Mobile app, Titanium SDK 3.1.0.GA. Works fine in Android since two years. I'm trying to port to iOSvar title = Titanium.UI.createLabel({text: 'My Title', touchEnabled: true}); Â //...
View Articlehow to create custom slide menu for android & iphone?
how to create custom slide menu for android & iphone?
View ArticleHow to create Facebook Composer ?
hi, how to create Facebook composer?Could you please help for me! give sample and full code! Thanks Saba chan
View ArticleWhat is the standard room on tour?
All bookings are made on a twin share basis. This means you will receive two single beds or two double beds, depending on availability. Triple share accommodation consists of twin beds (2 single beds)...
View ArticleWhy the keystore file i create doesn't work at all?
I'm building an android app and it has no error and i can debug it both on emulator and device without any problem. When i try to get the package with a keystore created with in titanium sdk using...
View ArticleKrollCallback - Not available on prototype methods of CommonJS module?
I have a commonJS module that looks more or less like this.function MyModule() { this.property = 0; this.myFunction = this.myFunction.bind(this); } Â MyModule.prototype.myFunction = function() {...
View ArticleCreating database using two collections - Syntax error
I try building a database with two collections, one customer collection and one for orders. I get the following error:Script Error { [ERROR] : backtrace = "#0 Migrate() at...
View ArticleScroll from left to right in scrollview using specific buttons.
Hi.. I've a scrollView and added many images to it. It scrolls finely. Now I want to do it using buttons, so that i can scroll over individual images from let to right and vice versa. Here is my code....
View ArticleAdjusting Tab Height
Hi. I'm working on an application with tabs, and I was trying to adjust the height of the tabs so it doesn't extend quite so far into the window of the phone. I know there are properties called height...
View ArticleTi Alloy File Picker project
Some time ago I had the need for a file browser/picker on my Titanium Alloy project SpotFile and find out that was no project or module out there. So I have made one and I would like to share it with...
View ArticleSAP Odata CRUD operations implementation samples
Hi , If anyone had a sample application/code which has been consuming SAP OData Services with CRUD operations please share with me. Thanks, Venkat Malladi.
View ArticleTitanium.Network.HTTPClient.cache
httpclient have the same response. eventhough i've set client.setRequestHeader('Cache-Control', 'no-cache'); Please help
View ArticleHow do I set up my project with no adapter type???
I saw a jira ticket @ the following link no persistence and would like to know how to set up my model to use no adapters.... For example I have the following in my model: config: { columns: { },...
View ArticleAndroid - How to differentiate between a smaptphone and a tablet?
I've come across this problem recently, since Android 4.0 and greater can be found in both smartphones and tablets, how can I differentiate between them? If I try to distinguish based on resolutions it...
View ArticleUnable to create Two-tabbed Alloy Application Alloy Project in Titanium...
I'm running Titanium Studio and SDK 3.0.2 GA and whenever I start a new application and choose "Two-tabbed Alloy Application Alloy Project" I get the errors below and cannot complete the project. I...
View Article