On 07/08/2011 08:22 PM, Simon White wrote:
> Hi
>
> I am new to QooxDoo and have been experimenting to learn more about this
> product. I created the following files and the Window displays but is
> missing the the title, icon and statusbar not to mention the tabview.
> But I have been unable to see the cause of the problem. No errors are
> shown in Firebug so I must be missing something simple. Can someone
> tell me what I have done wrong?
>
> MenuWnd.js
> <pre>
> qx.Class.define("kardpoll.MenuWnd",
> {
> extend : qx.ui.window.Window,
> members:
> {
> construct : function()
> {
> this.base(arguments,"Main
> Menu","./resource/kardpoll/dcmain.png");
This is a small one, but the icon should be referenced as
"kardpoll/dcmain.png". See the manual abour resource id's.
Did you check the Window demos in Demobrowser or Playground?
You're looking at the "source" version of your app, right?! (Because
this has much more error checking and reporting).
T.
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel