Hi.

Use a grid layout with 5 columns. Give the first and the last column a flex of 
1, and all other columns a flex of 0. Make sure that upon initial rendering the 
second and the fourth column have the same width. Upon resizing, only the first 
and the last column will be resized, since they are the only ones with a flex 
!= 0, and since their flex  is equal, they will be resized equally. Which will 
keep the three middle columns at the initial size and centered.

I didn't try it out, but essentially this is the direction in which you must 
dig.

br,

flj

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to