Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
73 views

How to close element when click is made everywhere except on opened element?

I'm trying to make panel that opens when its clicked on the button. I have the button, I have the panel. With click() event it does open. When that button is pressed again, it does close. ...
1
vote
2answers
1k views

How to create a 'global event' in actionscript / flex?

What is the best way to create a 'global event' in flex/actionscript - preferably using a static class? I want to raise an event to indicate that a stylesheet is loaded in order to show components ...
0
votes
0answers
288 views

how to use GlobalEventListener to catch date change in blackberry?

im creating an uiapplication that to invoke a method on system date change. i used GlobalEventListener for that at first it shows "cross application permission" exception then i added checkPermission ...
0
votes
3answers
209 views

Event-based interaction between two custom classes

I have such problem: I have 2 custom components, which have their own nesting hierarchy ... One is container for another. I have to "familiarize them" with each other. The way I'm trying to achieve ...