PDA

View Full Version : MultiField not printed correctly



pepgrifell
24 Mar 2009, 9:07 AM
hi,

I have a MultiField inside a TabPanel (TabPanel is in a Window). I have two TabItem's in the TabPanel. In the second one (not shown when the window is opened) I have a multiField (with a DateField and a TextField) and other fields. The first time I show this tab, the MultiField is not printed correctly (first image). If I go back to the first tab and then to second tab again, the MultiField panel is now printed correctly. (second image)

This happens with IE7 and emulated host. In FF3 is ok.

Any idea of what is happening ?

Thanks !

micgala
25 Mar 2009, 2:03 AM
Hi...

You could try setting setDeferredRender(false) to your TabPanel.

Maybe that will help you.

Regards,
Michel.

pepgrifell
26 Mar 2009, 4:26 AM
Thanks for your answer Michael, but it's not working ...

I'll Keep searching.

kolli
26 Mar 2009, 6:57 AM
have you tried calling .layout() when you open the tab?