Hey Thomas,

yes, that is still there!
Have a look at bug #3709 - there you will find an Application.json and a
config.json that causes the error. Or just create a new app and try to
include qx.ui.table.MTableContextMenu into qx.ui.table.Table and you
will get the same trouble :o)

Jörg

Am Freitag, den 14.05.2010, 22:46 +0200 schrieb thron7:
> Just another little one: Do you still have the debug logging section in
> your main() method? The one entitled "// Enable logging in debug variant"
> in the standard gui skeleton? If not, you might want to re-add it, as it
> would bring issues to the light that are independent from source or build,
> but only become apparent in source if this is enabled.
> 
> You could also try and add
> 
>   "variants" : { "=qx.debug" : ["on"] }
> 
> to your build-script job, this might also shed some new light on the issue.
> 
> T.
> 
> 
> > Yes, sure I do. The this.base(arguments) call was already there after
> > creating the application with create-application.py
> >
> > Jörg
> >
> > Am Freitag, den 14.05.2010, 08:33 -0400 schrieb Derrell Lipman:
> >> 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
> >
> >
> >
> > ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > qooxdoo-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> >
> 
> 
> 
> ------------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------

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

Reply via email to