pramod.gampa
9 Feb 2012, 2:39 AM
Hi Team,
I am using gwt version 2.4.0 and gxt version 2.2.5. I am facing a strange problem with BorderLayout.
Please go through the following scenario:
Assume, I have
BorderLayout obj= new BorderLayout();
Assuem i have set all regions with respective data. EAST region contains ContentPanel.
The following code is not working:
obj.collapse(LayoutRegion.EAST);
neither it is throwing any exception nor performing collapse event.
Please help me in this regards.
Regards,
Pramod
I am using gwt version 2.4.0 and gxt version 2.2.5. I am facing a strange problem with BorderLayout.
Please go through the following scenario:
Assume, I have
BorderLayout obj= new BorderLayout();
Assuem i have set all regions with respective data. EAST region contains ContentPanel.
The following code is not working:
obj.collapse(LayoutRegion.EAST);
neither it is throwing any exception nor performing collapse event.
Please help me in this regards.
Regards,
Pramod