Events
drockon
Any idea about custom event processing?
Have tried 
wade.processEvent('gbe',0);
with 
wade.addEventListener(this.owner,'gbe');
already present.
And a function 
this.gbe = function()
    {
        console.log('internal');
    };
Maybe i have misunderstood usage of this but it doesn't work somehow ...

 

All 3 Comments
drockon

Sorry, seems my bad and it isn't used that way. Than may be as Suggestion a custom event processing system?

Taddeus

I think this is not supported, I think it can be usefull too

Gio
Yeah it wasn't really designed to be used that way - it's more of a case of something happening that causes an event to fire, rather than you having to call processEvent(). 
 
But if you feel it would be useful to you, we can certainly add support for it. We just hadn't thought about it.
Post a reply
Add Attachment
Submit Reply
Login to Reply