I have a constant pane for a tab which is VLayout (lets say 'Layout-A'). Since it takes time to create this layout each time, i create only once. A Tab (lets say "Tab-A") displays this Vlayout. But it is closable. When tab is opened for the first time, it is ok. I can see Layout-A. But when i close and reopen this tab, i create Tab-A using 'new' and set its pane to Layout-A. Tab is empty.
Do i have to create my Layout-A each time when i open the Tab-A? Thanks...