titanium

Upload file problem

Hello, When I use file upload code of kitchesink (xhr_fileupload.js), in my app. file has been uploaded from photgallery to my server successfully but at server side(php) I got array of media in that array I got $name = $_FILES['media']['name']; but this $name is always "file", I didn't get actual name of file and extension of that file...

How to activate and deactivate tabbed bar programmatic .

I am using 2 tabbed bars in one window, I want to activate and deactivate it programmatic . how it is possible? Code: var tb2 = Titanium.UI.createTabbedBar({ labels:['Search','Most viewed','Most recent'], backgroundColor:'#333333', style:Titanium.UI.iPhone.SystemButtonStyle.BAR }); var flexSpace = Titanium.UI.createButton({ system...

How to upload videos fro my itunes to webserver using titanium 1.0

Hello, I want to upload videos from my itunes to my webserver using titanium 1.0 any idea? ...

iPhone SDK "loading" on Titanium Developer

Hi, I have tried this question on the site of Titanium and several tweets to their account, but they either ignore me or refuse to answer. I want to start using their framework, but for some reason the iPhone SDK is always "loading" when in the "TEST & PACKAGE" tab. Have you guys found a fix for this? I have: Snow Leopard 10.6.3 Tit...

Is Appcelerator Titanium now banned on the iPhone?

This question has been answered quite clearly for MonoTouch here: http://stackoverflow.com/questions/2604033/is-monotouch-now-banned-on-the-iphone But what about Appcelerator Titanium? The new TOS from Apple and their iPhone 4 OS: 3.3.1 — Applications may only use Documented APIs in the manner prescribed by Apple and must not use ...

What developer conferences/code camps would one go for mobile development?

I maintain and develop on the Windows Mobile platform. I know the market is changing rapidly with iPhone and Android gaining market shares. There are also app development platforms like rhomobile/titanium. Are there any platform/non platform specific mobile conferences this year? What would be some of the important/useful conference...

Suggestions for entering mobile development -- pure iPhone SDK, Android SDK, Mono Touch or Titanium ?

I am entering mobile development. I have been working primarily in .NET since 1.0 came out in beta. Before that, I was mostly a C++ and Delphi guy and still dabble in C++ from time to time. I do web apps quite a bit so I am reasonably proficient with Javascript, JQuery and CSS. I have also done a few Java applications. I started web...

Multiple developers on a Titanium project

I'm making an iPhone app with Appcelerator Titanium and I want to share the source code with a few more programmers. I will use a SCM repository which at some point might be open to the general public. Now my question is, are there any files which I should not commit to the repository? In project root I can tell that tiapp.xml and ...

Trouble using Titanium's webview to fire an API event

I'm trying to fire an event from an external HTML page opened inside of Titanium's webview. app.js file... var group, now, tab, view, window; now = new Date(); view = Titanium.UI.createWebView({url: 'http://MYWEBSITE.com/index.htm?time=' + now.getTime()}); window = Titanium.UI.createWindow({tabBarHidden: true, navBarHidden: true}); w...

Do I need specifically iPhone SDK 3 to develop new iphone apps within the current release of Titanium?

I was asked to inform myself about how to make iPhone apps using Javascript/CSS and HTML. Well i realized that there are some nice frameworks to work with, like Titanium or PhoneGap for example (if you know some more, feel free to post some names or links). But my biggest problem now is that generally, when i'm about to develop native a...

How to append a row to a TableViewSection in Titanium?

I'm developing an iPhone application in Titanium, and need to append a row to a particular TableViewSection. I can't do this on page load, as it's done dynamically by the user throughout the lifecycle of the application. The documentation says that the TableViewSection has an add method which takes two arguments, but I can't make it wo...

In Titanium how do I fetch data from inside a TableViewRow?

I've added a ImageView and a Label to a TableViewRow, I've attached an on click event listener, so I can get the row, but how can I access the label inside of that row? Is there a way to find the objects added to the row object? ...

Which JavaScript Libraries do not rely on a document and navigator object?

I'm currently looking for some libraries which might help me during iPhone Development using Appcelerator Titanium. I've heard that since version 1.0 it isn't dependant on webkit anymore and it makes app-development more exiting of course, please correct me if i'm wrong. As many people out there i love Javascript Frameworks such as JQuer...

PhoneGap vs. Titanium

PhoneGap and Titanium allow you build native iPhone Apps based on HTML and JavaScript. Has anyone gained experience with both? What are the differences? ...

How do i translate this to "simpler" JavaScript?

Since i'm working with Titanium i realzed that its current JavaScript Interpreter doesn't accept specific coding-styles. So for for-loops and if-statements i have to have braces, even though i only want to span one line. Furthermore there is more i have to change if i want to use a Javascript Library like underscore.js. This is what Tit...

Appcelerator Titanium Mobile: app.js not found

I created an app with Appcelerator's Titanium Mobile on my home machine. The path was /Users/[myusername]/Projects/ProjectName. I checked my code into Mercurial. The next day, at my office computer, I cloned the Mercurial repo, and then added the existing app. I tried to run it in the simulator and received the error: could not find...

How do i create a portable app (runs without installing)

how do i create an app that is: lightweight: i am guessing don't require .NET frameworks maybe? portable: runs without installing and saves data in the app directory, so i can just move the folder or maybe even the exe? this is just a personal experiment: i want to try create a simple todo list app that has the above attributes i a...

Building a titanium module with xcode that uses other libraries

I have a Titanium module and i want to use it for voice over ip using pjsip. I have changed the project settings the following way: added to the other linker flags the libraries from pjsip added to the header search paths the headers from pjsip added to the library search paths the libraries from pjsip If i do these things for a norm...

Voting using Appcelerator Titanium and website

I want to capture peoples votes on both a website and in an app using appcelerator Titanium. Still a bit of a newbie and am looking for the best way to capture the votes and store them in some kind of database, probably mySQL. Any thoughts? ...

Is there any reason to use Appcelerator Titanium Desktop Dialogs over something like ExtJS?

i am actually quite attracted to Appcelerator Titanium at first but after using it (or rather learning it) for sometime, i wonder if its better to use something like ExtJS(Sencha)/HTML5 provided the app don't require File System access? if the app requires file system access i will have no choice but use Titanium right? if so, will it b...