RE: t:sheet autostretching

2006-01-26 Thread Olexandr Zakordonskyy
Schnurpfeil [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 25, 2006 10:37 PM To: MyFaces Discussion Subject: Re: t:sheet autostretching Hi Olexandr, do you have a width and height in the tc:page tag? You may set it in almost all cases. (this might be required) The LayoutManager computes

t:sheet autostretching

2006-01-25 Thread Olexandr Zakordonskyy
Hi. Look at the example: t:panel t:sheet columns=25px;1*;90px;80px;80px;50px;80px forceVerticalScrollbar=false showHeader=true . The sheet is hiding. When is set the width and height in pixels: t:panel width=800 height=800

Re: t:sheet autostretching

2006-01-25 Thread Udo Schnurpfeil
Hi Olexandr, do you have a width and height in the tc:page tag? You may set it in almost all cases. (this might be required) The LayoutManager computes in the moment only fix sizes. If you want your application to autoresize to the browser-window you have to define the page like this: tc:page