From: Christian Schmidt
To: qooxdoo Development
Sent: Thu, December 17, 2009 2:17:11 PM
Subject: Re: [qooxdoo-devel] User defined event handler with special event data
Hi Balage,
It seems to me that you are fire the event on a wrong class. Could you
please check that this is called fro
Hi Balage,
It seems to me that you are fire the event on a wrong class. Could you
please check that this is called from the edemo.Request class.
var e = new edemo.RequestEvent( this.__xhReq, this.__context );
this.fireEvent( "statusChanged", edemo.RequestEvent, [ this.__xhReq,
this.__context ]
Hi everyone!
I would like to use the built-in event mechanism for my own classes as well,
but I lost trail somewhere:
I would like to send additional data to the event handler (listener) so I made
a class:
qx.Class.define("edemo.RequestEvent", {
extend : qx.event.type.Event,
members :