PDA

View Full Version : [SOLVED] clicking tabs back and forth makes fields shown incorrectly



pepgrifell
26 Mar 2009, 12:37 AM
hi,

I have a window with a TabPanel and some TabItems with fields. If I click tabs back and forth, the fields (and labels) are printed correctly but the second time are printed incorrectly (see attached images). The third time it's ok again, the fourth appears incorrectly ...

Any help ?

Thanks !

pepgrifell
26 Mar 2009, 1:54 AM
This error was happening with tabs with FieldSet's with layout = ColumnLayout.

Now(ok):

- TabItem (FlowLayout)
--- FieldSet (without Layout)
----- LayoutContainer (ColumnLayout)
------- LayoutContainer (FieldLayout)
---------- Field

Before(no ok):

- TabItem (FlowLayout)
--- FieldSet (ColumnLayout)
----- LayoutContainer (FieldLayout)
------- Field