Community Questions & Answers
Removing all Ti.App events at once.
Hello, I've a problem. I'm trying to remove all of the events that are made with this: `Ti.App.addEventListener('blah_blah', function (e) {alert('1') });` Now I want to remove every event. But how?? Thanks for any response, Wes
WebView event problem
Hello, I cannot access the Ti.App var inside a webview. My code is similar to ~~~ Ti.App.addEventListener('btnClicked', function(e) { alert('Test'); }); var WebView = Ti.UI.createWebView({ width: 320, height: 480, touchEnabled: true, html:...
"Ti" vs. "Titanium" prefix
Hi, is there a difference? Somettimes you see code around starting with **Ti**.xyz and soemtimes **Titanium**.xyz. 1. What is the difference? 2. Can you switch between those 2? Is there any advantage of **Ti** besides less characters :-) ? THX Czar
Using Ti. object in Js script file
Hi. I just started deal with Titanium. I readed Support Guide a little bit and I started to create my own simple desktop application. I want to ask, how is possible to use Ti. API inside external JS file (included in index.html) ? It does not work when...
Android: Titanium.Network.online not working
Tried: ~~~ Titanium.Network.online Ti.Network.online ~~~ Neither of them works. I get ~~~ Cannot read property "online" from undefined ~~~ What the ..? Using Titanium SDK 1.5
Titanium.Platform.openURL Not working
Titanium.Platform.openURL('tel:12345'); is not doing anything ?? am I doing something wrong I have tried Titanium.Platform.openURL('tel:12345'); and Ti.Platform.openURL('tel:12345'); both don't do anything tableView =...
1.2 is out -- still doesn't work.
ok, I have TiDev 1.2.0 and Kitchensink for 1.2.x ... I can get android to run now, sometimes... takes about 3+ minutes for each launch... and then sometimes doesn't work. for the iphone -- no. I've never had the iphone working on any computer with any...
Showing 1-7 of 7