Could be a timing problem. Unfortunately, many lines of your Firebug output are abbreviated, so some information is missing. But check the callback function you are passing to PartLoader.require. I believe in the case of the part(s) already being loaded (as is the case with your re-login), it is executed immediately (maybe even synchronously). Maybe code in the callback relies on some state being established outside the callback (e.g. a widget being created), and is executed too fast when the part is already there.
T. > http://qooxdoo.678.n2.nabble.com/file/n7399359/firebug-console-layouterror.html > firebug-console-layouterror.html > > I finally got everything working like I hoped but I am still having 1 > problem and I thought I would run it by you before I look for a > work-around. > The Application extends Standalone and has 1 container added to > this.getRoot(). This is a Scroll container (qx.ui.container.Scroll) and > it > comes in very handy since it can only have 1 child widget -- in my case > these are screens for the user. Initially a login screen is added and > followed by that is a "profile" screen (overlaying the login screen) where > the user can choose various application-specific settings for the work > they > will be doing. Eventually they log off the system and the last code that > is > executed is to add the login screen again -- overlaying a menu screen. > This > all works fine except once you logoff and login again the profile screen > will not populate if parts have been enabled. If no parts are configured > everything works fine. With parts I get the error: > > 019492 Error in the 'Layout' queue:TypeError: container is null > http://phenom/qooxdoo/qooxdoo-1.6-sdk/framework/source/class/qx/log/appender/Native.js?nocache=0.2266776933274235 > Line 62 > > I have attached the entire expanded stack trace in case you have some > ideas. > Thanks again. > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Parts-question-tp7366844p7399359.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
