On 06/15/2011 06:12 PM, hortence wrote: > Thank you Thron, I am now been able to see all of my debug comments > in the log (F7) and the application background is no longer grey but > is now white. > > While referring back to the twitter tutorial I noticed a main.open() > in the applicaiton.js, I added that and recompiled. Upon running, it
Why would you want to add "main.open"? "main" is a Window object in the twitter app, and ".open" is an API on the Window class. As far as I can see you are not using this class in your app, so what will you call .open on? > terminated at that line. I then tried main.show() (in application.js) > and it hits all debug lines but does not display any of the > VBox/HBox/Buttons that are in the widget class. It's not much use pasting various method invocations on arbitrary objects. You should always ask yourself which kind of object you are looking at (ie. which class it belongs to), and then look up the API for that class before invoking any method. The Apiviewer application is your friend here :-). T. ------------------------------------------------------------------------------ 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