Mark, thank you for your quick response. I removed the comments from line 66
and added the __ (double underscore). I also commented out line 65 making
that section of read like:


//mainContainer.show();
this.__add(mainContainer);
this.debug("a170");

This now does not hit the final debug line nor does it display. I have also
tried: 
this.getRoot().add(mainContainer); 
   and 
this.getRoot().__add(mainContainer);

both which also terminate prior to the "a170" debug line.

Is it possible that I because I do not have a container in application.js
that it is being prevented from being displayed?

Thank you for the help.

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Widget-not-displaying-tp6479234p6479367.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to