u can make an HTML element invisible by setting its "display:none" OR "visible:false" in GWT when you do setVisible(false),it is using one of these method. u may have to change that using setHideMode() method, check the options. let us know if this works.... thanks
On Jan 14, 10:54 pm, leo_BsAs <[email protected]> wrote: > Hi, > perhaps you can use CardLayout... > Look an example of it, here:http://gwt-ext.com/demo/#cardLayout > > I hope it helps you... > > Leo > > On Jan 14, 6:59 am, DH <[email protected]> wrote: > > > Hello, > > > My problem starts with IE. I am using IE 7 for my application. > > I have 4 panel in my page. At a time only one should be visible. And i > > am doing so as well. > > But in IE 7 invisible panels occupy the space. You can easily identify > > that there is some thing on container. > > But want to make things in such a way that its seems one panel. > > > Albeit it works fine in inbuilt GWT hosted browser. > > > Any help will appricate . > > > Thanks, > > Dh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
