Hey,
you want to change the title bar of what? Sorry but I don't get it. A regular 
composite does not have a title bar? Or do you speak of the browsers title bar?


>                 var main_container = new qx.ui.container.Composite();
>                 main_container.setWidth(qx.bom.Viewport.getWidth());
>                 main_container.setHeight(qx.bom.Viewport.getHeight());
Btw. You don't need that...


>                 var layout_manager = new qx.ui.layout.VBox();
>                 main_container.setLayout(layout_manager);
> 
>       main_container.set({
>        backgroundColor: "black",
>        //decorator: border,
>    decorator: "main",
> 
>      });
> 
>                 main_container.add(new qx.ui.form.Button("SWC CONTROL"));
> 
>                 var application_root =
> qx.core.Init.getApplication().getRoot();
>                 application_root.add(main_container);
... if you add your main container with {edge: 0}, as second argument.

Regards,
Martin
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to