Re: LayoutPanel question

2016-11-08 Thread vitrums
I stumbled upon this very interesting old topic today, when I tried to manipulate the *display* property of the container's element. I'm gonna demonstrate here, that this issue has few hard to deal with pitfalls. So, the first stumbling block I ran into, was a vain attempt to change the

Re: LayoutPanel question

2010-06-10 Thread Stefan Bachert
Hi Chris, it is not really clear to me. Did you switched of the added child, or the layer (div) containing the added child. The first is not suffient and will leave the layer (div). I think, the correct method to get the layer div of any child widgets is getWidgetContainerElement. Call this and

LayoutPanel question

2010-06-09 Thread Chris
Hi there I'm trying to hide a layer in my LayoutPanel. The idea is to have a layer act a bit like a popup, but it's not really a popup, and it makes it easier if it is a layer. I'm trying to hide it, so I toggle the layer child (a simplePanel)'s visibility property on/off, which seems to work