On Thu, May 13, 2010 at 20:41, Jörg Sawatzki <[email protected]> wrote:

> Hey Derrell,
>
> you are a genius - it is almost solved. Firebug reported that
> qx.dev.Debug is not defined at that stage, so I just printed out mixin
> itself.
>
> The result:
> qx.Class.include(qx.ui.table.Table, qx.ui.table.MTableContextMenu);
>
> That is line of code in my app that causes the trouble - any idea why?
> It is in the main() function of my Application.js - does that matter?
>

It just occurred to me... You _are_ calling this.base(arguments) in main()
before calling qx.Class.include(), right? If not, that could certainly have
an effect.

Derrell
------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to