titanium

How Titanium Appcelerator project works?

Can someone tell me how Titanium appcelrator works under the hood? How the javascript code internally is rendered on the Web View? And can we directly write HTML, CSS code in to the program? How the native functionalities of a phone are used? ...

How do you get the currently focused window in Titanium Mobile?

I'm attaching a resume event to the app and I want to detect what window is currently focused Ti.App.addEventListener('resume', function(e) { // what window is focused? visible? }); ...

Sproutcore + PhoneGap/Titanium?

I'm learning Sproutcore at the moment to write my application on it. The backend will only be a server that pushes json out to the frontend Sproutcore application. I wonder how it will be when I use PhoneGap or Titanium to port my app to the mobile phones. How much of the current Sproutcore application do I have to rewrite? Is it only...

Cannot add to current window in titanium appcelerator. Get type error

I just started learning titanium for mobile using the android. I followed all the install steps and got the hello world script to work just find in the android emulator. The problem is Im trying to use example code to see how it all works. The example code Im currently having problems with is: var win = Titanium.UI.currentWindow; v...

How can i add jquery to Appcelerator Titanium Mobile Work?

Is it possible to integrate the jquery in to Titanium Appcelerator and will it work properly? Else we can't integrate the jquery in titanium appcelerator? any one help me? ...

project icon missing in widget

HI, I installed the titanium appcelerator with my system. and i created a test project and imported kitchen sink as well. But i can't see this both project in my appcelerator to see. both of these icons not available in the list of icons sets in the wideget. any one know, what is the mistake i made or any fixing for this? i got erro...

How to start the mail app from titanium

How do you start the Mail app from a Titanium app? I am looking for the equivalent of an HTML mailto: link where I can specify the email and maybe the subject from with in a windowView. I am not using a webView. Will ...

TableView with scroll and swipe

Hello, I have a TableView in which I can scroll to view all the rows. But I can also swipe all of those rows (when I swipe, it display some options for the row). Currently, I'm adding a swipe event to the table view. When it's triggered, I find the appropriate row with it's index. And I do what I gotta do. On the SDK it works well. On...

In Titanium how do I 'dock' a footer menu to the bottom of the screen?

In Titanium how do I 'dock' a footer menu to the bottom of the screen on Android and iPhone? I want to display 3 icons on the bottom of the screen. ...

How do I draw a line in Titanium?

How Do I draw a line in Titanium that works in both Android and iPhone? ...

Is Titanium's backGroundGradient supported on Android?

I'm trying to use backgroundGradient on a view and it isn't working. Here is my code: var sectionHeaderView = Titanium.UI.createView( { top: 20, left: 0, right: 0, backgroundColor: '#355B80', backgroundGradient: { type: 'linear', colors: [{ color: '#d4d4d4', position: 0.0 }, { colo...

Is there a way to boost the speed of Ti.UI.TableView in Titanium for custom rows?

I'm using Titanium's appcelerator. I've seen the kitchensink example for tableView performance, but that's just for un-customized rows, at around 4ms a row on my 1G iPhone. The performance for 1.4.0 and 1.4.1.1 shoots up considerably when you have custom rows, like one with a picture and a label, to about 20ms per row at the very least. ...

KitchenSink tools/apkbuilder error when trying to run for Android

When I run KitchenSink example project on iPhone emulator everything is OK, but trying to launch for Android emulator produces errors: [ERROR] /Users/lukasz/Android/android-sdk-mac_x86/tools/apkbuilder [ERROR] Failed installing com.appcelerator.kitchensink: pkg: /data/local/tmp/app.apk It happens whatever Androig API I choose (from 1....

Appcelerator Titanium Developer with Python, PHP, Ruby ?

Hello guys, I just downloaded Appcelerator Titanium and experimenting with it, I selected Desktop application and to support python (Python, PHP and Ruby are available) but I can't find how to really work with python. I just need a hint about how to get my python code working there, where to put my python files and where should I include...

In Titanium how do I execute a button click event from code?

I tried btn.click(); And the error message is 'Cannot call property click in object ti.modules.titanium.ui.ButtonProxy@44f61. It is not a function, it is "object"' ...

Advantages/Disadvantages on developing iPhone apps with Appcelerator Titanium instead Apple development.

Hi, I have a new project which is an iPhone application. for that I have 2 possibilities to build it: using Apple classic style (xcode, objective-c, etc) using Appcelerator Titanium and continue using javascript as an interface to access all the iPhone features to create my app. *I've noticed the absence of a separated interface fil...

what are the best Practices for developing applications using Titanium Framework targeting iPhone & Android?

I am planning to develop an application using Titanium Framework for iPhone and Android. Can someone list the best practices, do's and don'ts for the development using your experience with the framework? ...