Community Questions & Answers

Shifting from one window to another

I am new to this. I am having button on 1st screen and after clicking on the button It goes to the next Screen where it displays some data. But while doing so, the earlier window still can be seen in background so how to overcome the same?

Sound event listener.

Hi, is there any possibility to use an sound event listener to trigger something? For exemple, if I clap my hand or whistle I get an animation, I change my view to another one or slide my scroll view? The purpose is to interact with the device without...

Transform Problems in Android

I am having a problem getting transforms to work in Android. I am probably missing something simple, but if I apply a transform to a button when I create it, the button click event listener does not work anymore. However, if I uncomment the last line and...

Why does removeEventListener need a callback?

Just a simple one. Is there any real reason why a callback is required for removeEventListener? Am I supposed to be doing something with it? example: `myView.removeEventListener('click');` wont work, it gives an index beyond bounds error. neither will...

Question about eventListeners

How would a more experienced programer go about turning an eventListener on and off ? I have a 'touchstart' listener which is placing a dot on the screen and counting the dots.... the way I have it now the event listener keeps firing ! touch first time...

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...

Showing 1-50 of 627 1 2 3 4 5 613