Re: GWT designer and widgets with visibility = false

2011-01-22 Thread Eric Clayberg
GWT Designer intentionally ignores the visibility flag at design time. The correct solution here would be to use a DeckPanel to hold all of the overlapping widgets. This is exactly the job it was designed for. -Eric On Jan 21, 4:16 pm, musawir ali wrote: > Hello, > > I'm designing an app that h

GWT designer and widgets with visibility = false

2011-01-21 Thread musawir ali
Hello, I'm designing an app that has a lot of dynamic content, where the widgets are displayed or hidden quite frequently. I'm using GWT designer Eclipse plugin to do my interface design. The issue that I'm facing is that if I have a spot in which either widget A or widget B will be visible, the d