Hi !

I'm using qooxdoo 4.0.1.

I need to have a background with transparent png so : 

/*object extend : qx.ui.window.Window*/

var mybackground = new qx.ui.container.Composite();
var mybackground_deco = new qx.ui.decoration.Decorator();
mybackground_deco.setBackgroundImage("infos.png"); <--- png with corner
transparent for example
mybackground.set({decorator : mybackground_deco});
this.add(mybackground, {edge : 0});

but the window displays a white background and suddenly my image is
rectangular instead of being rounded

Need your help please 

Thanks




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Window-with-png-transparent-for-background-tp7586203.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to