Hey,
> Is there an way to hide the qx.ui.window.Window header shown in the red box 
> here:
> <NWS EDD  PHI HWT .png>

Sure, thats easy:

win.getChildControl("captionbar").hide()

But I don’t think it’s a good idea because all controls are located in that 
caption bar which makes the window somehow useless as you can’t drag or close 
the window anymore. Maybe you are looking for a popup instead of a window?

Regards,
Martin
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to