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> 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
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to