Community Questions & Answers

Displaying Ads on events

Hello there, i need to know, if its possible show some images on android and iOS. I need to hook it on events like hanging call, SMS income, unlocking phone etc... and when it shows user needs to click on it to hide, is it possible and how? thx

Android Calendar Events

I am trying to create calendar event in my Titanium App for Android Platform. For that I am using below code, It does't give any error also didn't create any calendar events and also I'm sure that I have selected calendar by ID Android version:...

Keybord Search button event

Hi I want to search functionality on the table view with pressing search button on the keyboard . I have added search bar on the table. search functionality is working fine . i want to search functionality on the search button(key) on the keyboard. I cant...

Event gots Lost

~~~ /* * Add Header Banner Event */ this.header_banner.addEventListener('click', function(e) { // central.printObject(e); // alert("header_banner clicked"); if (e.x > 0 && e.x <= 50) { ...

Click Event get Fired after a very long time

I am working on a project having a screen with large number of views. Everything works fine but the problem is when I click on any view after first installation of app on the iPhone device, the event get fired after a very long time. Is there any solution...

Best practices for creating and destroying resources

Hi people,I wonder if this example is correct about the memory usage, the events and the structure, and if this is a best practice about prevent to create garbage and consume resources without releasing. - Should I release each object I make? - Is it...

Webview not fires event

Hi all, I'm testing a code to fire an event from web view (remote html). It's not working, but I don't see what's wrong. html: ~~~ function fireurlweb(url){ alert('aaa'); Ti.API.info('a url on the webview was clicked : '+e.u); alert('bob'); ...

Alloy + External Module

I'm using a third party module in my Alloy project and am running into an issue - the events from the module seem to be firing inconsistently, or sometimes not at all. * If the module is called in the index controller, the event will fire three or four...

Notification

hi, i am creating a app in which when a user selects options from the menu and sets a reminder for it.i want the reminder to set a notification or a alarm after after some particular days that i want to set in the program.(user will not have option to...

Get event X and Y coordinates on iOS device

Hi i have a problem with getting coordinates of event. example code for iphone4 ~~~ emptyView = Ti.UI.createView({width:640, height:960, image:'images/empty.png'}) // empty.png is full transparent emptyView.addEventListener('singletap',...

Android back button event on TabGroup window?

I'm trying to catch the Android backbutton event for windows contained in a TabGroup, SDK 3.0.0GA. For example, I added `self.addEventListener('androidback')` and also for `android:back` inside BaseUIWindow.js inside Kitchen Sink 3.0. These events are not...

Showing 1-50 of 547 1 2 3 4 5 611