Community Questions & Answers

Launch skype from the app

Hi, I would like to launch skype from my app. Tried with this code, but nothing happens, any idea? Hi, tried to launch skype with this code, but does not work, nothing happens: btn_skype.addEventListener('click',...

back with external .js files

hi all! i got my app divided in 4 files, app.js, opostos1.js, opostos2.js, opostos3.js. The app.js file are the menu with buttons to opostos1.js, opostos2.js, opostos3.js. My question is how can I get back from opostos1.js, opostos2.js, opostos3.js to...

Loading external js inside tabbed window

Ti SDK v1.8.2 iPhone SDK 4.3 Hi, I have a tab with a window and on the top of that window I created a box to hold my scrollview. The box is rendered but the external js isn't seem to be loaded. this is how I call the external js ~~~ var...

usin external libraries in Titanium

Is it possible to use external libraries in Titanium when developing mobile applications? For example I have a compiled custom library that I would normally use in Eclipse Android project to call this library's APIs. Is it possible to do the same thing in...

Use of Jquery

Hi, I had a native iPhone App calling an RSS and showing data plus Details in native datagrid. All I had used was jquery.jgfeed and jquery.js. My app was completed in less then 100 lines of code in less then two hours. How do I do the same with the 0.9.x...

Reading USB data (like flash drives)

Is there any available reference for accessing/reading data from a flash drive connected to the Android? I want to be able to grab pics, text, and media from flash drives to sync with the device. Is this possible?

Load Database From URL?

Hello there, I've been going through the doc's and q&a's but couldn't find a definite answer to mquestion, is it possible to load a database from an external server? If not, is there a work around for it ? Thanks Sam

Accessing External Storage ?

Android docs have External Storage listed... http://developer.android.com/guide/topics/data/data-storage.html#filesExternal In the Appcelerator Docs, I've only been able to find Local Storage. Am I missing something? Did I glance or something?

External URL - Webview Assistance

I am working with a tableview and am trying to use the following code to incorporate a webview when clicked but nothing happens when I test it. Any suggestions? {title:'Student Tickets Login',backgroundImage:'images/tableview/off_3.png', hasChild:true,...

External Accessory Module Development

Has anyone dabbled in the module development of the external accessory framework? I am trying to find any information I can to do it. Pointers, examples, anything... I've read the module development documentation, but just looking for some guidance.

External Display?

I crawled through this Q&A section and found nothing. We build an iPad App with Titanium (so nice! Thank you guys!) and want to display it on an external display (beamer) with the dock connector to VGA adapter. So I googled and found out that the...

Need to extract a few elements from external XML file and display

I have read through most XML discussions but have not gotten a solution that works for me. I just want to parse through an XML URL and pull values for specific name/value pairs. After I get that basic functionality working I will want to add other...

isExteralStoragePresent

A few easy questions ... 1) I'm assuming that there are other methods available for SD cards - but I can't find any listed in the API reference. 2) Is there an updated API reference doc available? 3) Is the typo in this method name intended? ...

Loading online images

I'm trying to load images from an online host, like this: ~~~ Ti.API.info("http://www.example.com/images/" + product.getName() + ".jpg"); var image = Ti.API.createImageView({ image: "http://www.example.com/images/" +...

Webview -> loaded html -> links -> safari

Hey there, i have searched for 3 hours now, i found some solutions but is there no simple way to open links from my loaded page in safari? My page will loaded vom ios and andoid so i can´t do in my Links Ti openurl and so stuff. So please help and...

link to return to my app

Hi, if i have a titanium desktop app with say, index.htm and then with a link in that page navigate to an external webpage in another domain i own, how can i set a link in this new page to return to my index.htm again ? (without using the back button or...

Showing 1-50 of 50