Gene Amtower wrote:
Ken,

Did you ever figure this out yesterday? From trying to find the answer in the manual, I think some additional knowledge and examples is needed in the section on events - it's rather concise to the point of not being helpful. Some examples in the manual would be helpful, as always. On the other hand, something in the demo area would also be nice, as there's nothing there in terms of programmatically firing an event.


The Portal application fires events programmatically.

T.


Anyone out there have example code of programmatically firing events on widgets, where you actually got it to work?

Thanks,

   Gene

On Wed, 2009-12-23 at 17:58 -0500, Ken MacDonald wrote:
Thanks Gene,
That gets rid of one bunch of errors. The event's init() method doesn't document what the array should contain, or if it's even necessary, as it has a null default - the fireEvent() doesn't toss errors now, but still doesn't appear to work..... the listener for the 'mouseup' event is still not getting called.
Ken

On Wed, Dec 23, 2009 at 5:25 PM, Gene Amtower <g...@pc-backup.com <mailto:g...@pc-backup.com>> wrote:

    Ken,

    Been messing around with this trying to help you sort it out, and
    in this case I think you need a third parameter in
    qx.eventRegistration.fireEvent() of qx.event.type.Mouse, as the
    default third parameter is qx.event.type.Event, per the API.

    However, at that point you'll get another error because you also
    need to provide an array of parameters for the event's Init()
    method, which I can't figure out.

    Maybe this will get you closer to working it out.

    HTH,

       Gene


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net <mailto:qooxdoo-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to