--- In flexcoders@yahoogroups.com, Frederico Garcia <[EMAIL PROTECTED]>
wrote:

> Have a VBox as the top level container
(top=0;bottom=0;left=0;right=0).  
> Insert  one empty Canvas, then an HBox, then another empty Canvas. The 
> two Canvas' having width and height of 100% and the HBox the same
height 
> as your "Application Canvas". Now, inside the Hbox have one empty 
> canvas, your "Application Canvas" and finally another empty canvas. The 
> empty Canvas' with width=100% and height=100%;
> 
> The outline tree would look like:
> 
> Applicaton
> |-- VBox
>   |-- Canvas top
>   |-- HBox
>   |  |-- Canvas centerLeft
>   |  |-- Canvas main
>   |  |-- Canvas centerRight
>   |-- Canvas bottom
> 
> I'd only advise you to do this if you want alot of flexibility in your 
> layout. (I did this for http://www.sizemodels.com)
> 
> For the most cases it would be enough to have all your content inside a 
> Canvas, and set it's verticalCenter = 0 and horizontalCenter = 0.
>

Hi Garcia,

Thanks a lot for the tip. Muito obrigado mesmo.

I will give it a try. But that is a hell of a lot work for a simple
solution. :D 

Fidel.

Reply via email to