titanium

Is there any major differences between Adobe AIR over Titanium

at first i thought with Titanium, i can develop for Mobile and Desktop over AIR on Desktop only, but a quick look at the AIR Site, i guess i am wrong. Benefit from a consistent, flexible, and visual development environment for applications on multiple platforms and devices such as smartphones, smartbooks, tablets, netbooks, ...

Appcelerator Titanium : cant get videoPlayer to show video player controls

I am trying to update an application to work on iOS 4 and I cannot get the movie player controls to show up on the video. Here's the code I am using... var movie = Titanium.Media.createVideoPlayer({ url: vidurl, backgroundColor: '#000', movieControlMode: Titanium.Media.VIDEO_CONTROL_DEFAULT }); videoWindow...

Appcelerator Titanium: Create system/icon buttons without placing on toolbar

Is there a way to create System buttons (or "image/icon" buttons) in Appcelerator Titanium without having to place them on a toolbar? I would like to just be able to place them on a regular view. As an alternative, I can just create ImageViews, but I lose the built-in animations when doing that. I'm hoping I'm just missing something. ...

Titanium Active Tab Issue

Built in Appcelerator I am not sure if this is a bug or just bad code however, I have 5 tabs. The 5th window hides the tabgroup. I have a on click event on the 5th window to set the active tab to the 2nd (index 1) What's happening is, it's switching to the correct tab, but if I press another button both stay highlighted. One has the b...

iPhone Peer-to-Peer Connectivity Support in Titanium

Is it possible to implement peer-to-peer connectivity with Titanium Mobile for the iPhone? ...

Cannot input characters in iPhone simulator on proxy screen

I am developing in Appcelerator Titanium for iPhone, and have a weird problem. The Mac I am working on is behind a proxy, and needs to authenticate to communicate with the network. I have set this up through Safari, and it works well in all programs (even Safari in the iPhone Simulator). The problem is that when my app tries to connect ...

Titanium app breaks with ajax call trying to redeclare class

Hi all, I have an ajax request that requests a php script that connects to my server and returns some results Here is my PHP code: <?php require_once 'p/DataBase.class.php'; if (!isset($db)) //i added this if statment incase this caused the error $db = new DataBase(); $db->query('select * from table where status = 0 order by created...

Where does Appcelerator Titanium Mobile cross-compile JS to native code?

From the question "How Does Appcelerator Titanium Mobile Work?" I know that the JS is cross-compiled into native code. But where does this happen? I couldn't find any code for this in the open source Titanium code. The website of Appcelerator also is quite sparse on the cross-compilation part of the process. ...

Map View errors when I used it for the second time in Android (Titanium)

Hi I have records on the table list contains data that has latitude & longitude on the listing widow. When I click on each row, it passes to the detail window that display the mapview and its annotation of that record. I zoom in & out, moved to different area and I clicked "back" button to go back to the record list. Then, I selected ...

Get pixel data at touch - Android/iPhone Appcelerator Titanium

Is it possible to get pixel level data of an image view using Titanium Mobile on Android/iPhone? ...

phoneGap/Titanium developing

Hi, I was looking into PhoneGap and Titanium framework, and I did not clearly understand how to they work, let's suppose I have already developed an app for android or iphone, can I run this app on another mobile with a different OS with PhoneGap or Titanium help? Or I have to develop again my app with PhoneGap/Titanium framwork? In thi...

How to change text Cancel button Searchbar of iPhone in Titanium?

Hi guys, When I set the value 'true' to showCancel property in the method Titanium.UI.createSearchBar. It displays me the cancel button, but I would like to customize that button text to Go or anything else. How do I do that? Please give me suggestions. Thanks you so much. ...

Titanium compatibility with Android

Hi! is Titanium will work properly on all android sdk (1.5, 1.6, 2.0, 2.1, 2.2)..... ...

Adobe AIR and Appcelerator Titanium for desktop application

Which would be better (performance and development time) for me if I'm creating an desktop application using HTML/CSS/JS? Is AIR more efficient at Flex and ActionScript than HTML/JS? I've played with Titanium for a bit, but packaged app is more than 30MB, which is more than the AIR runtime + app. Is it alway that big or am I missing so...

What version of JavaScript does Titanium use?

I'm trying to find out what features of JavaScript I can use in Titanium Appcelerator. I've noticed that it has both forEach and map on Arrays, so I guess it's JavaScript language version is least 1.6 (in MDCs's terms). But does it reach further? ...

App development for both smartphone and website?

Hi all, I've been looking at mobile development frameworks including Rhodes, Titanium, and PhoneGap. As a large part of the application we're developing will also be integrated on the web (a game), we'd love to re-use code so as to not reinvent the wheel. Is there a best way to accomplish this? Is there a framework out there with whi...

Applying javascript to website with appcelerator titanium

I'm try to use accelerator Titanium to add native commands to a webapp. http://appcelerator.com/ I'm changing the window location to an external website like this: window.location = http://site.com; I want to bind events on that website. $('a').click(function () { alert('clicked'); }); The site has jquery loaded, the index.html...

Contact Picker in Titanium for iPhone

i am using titanium to build iphone apps i am trying to build an app to send an sms through Online SMS Gateway. i want to let the user choose the numbers from contacts and insert the number in textarea or something like that. any idea how to do that ??? something like that http://i.imgur.com/aWeK7.jpg ...

I am use titanium for blackberry application development and i run my application at that time some error are coming?

Hello i am use titanium for blackberry application development. there some time application run and some time they define some error msg but actually in my application there are no error so i what to do???? ...

Formatting text in RIA App (considering between Silverlight, AIR & Titanium)

i want to create an app where users can format text, simple formatting just like what the markdown editor here on stack overflow can do, bold, italic, lists etc. i am really tempted to use a solution like AIR or Titanium where i can use HTML/JS to implement this. however, AIR have disabled some features like shadows, @font-face, etc. f...