Re: [qooxdoo-devel] R: fit screen width with 0.8x

2009-09-08 Thread Riccardo-Maria BIANCHI
Hi thron7 and Christian, thanks a lot for your kind answers. After a period busy with other things I started again developing our tool in Qooxdoo. Now with your suggestions I succeded to fix the layout manager. Have a nice day! Ric. Christian Schmidt wrote: > Hi Ric, > > your first exam

Re: [qooxdoo-devel] R: fit screen width with 0.8x

2009-07-30 Thread Christian Schmidt
Hi Ric, sorry I meant remove this line: "main_container.set( {allowStretchX: true} );" Cheers, chris Christian Schmidt schrieb: > Hi Ric, > > your first example looks good. The root container has per default the > canvas layout and this is your problem. If you add the container to the > root

Re: [qooxdoo-devel] R: fit screen width with 0.8x

2009-07-30 Thread Christian Schmidt
Hi Ric, your first example looks good. The root container has per default the canvas layout and this is your problem. If you add the container to the root (without layout information). The container only use his width and height. If you add the container with "edge:0" (a shot way to set top, l

[qooxdoo-devel] R: fit screen width with 0.8x

2009-07-30 Thread Riccardo Maria Bianchi
Thanks again Thron :-) Actually I tried with Canvas, and with a combination of VBox and HBox, but I did not succeed. The only way I suuceeded is using the qx.bom.Vieport.getWidth() (example taken from http://www.muhuk.com/2009/04/using-layouts-in-qooxdoo-part-5-basic-canvas/), but I gue