My app enlarges a WebContainer when the user makes the browser window larger.
But when my app moves controls into the new space they vanish!
Setting control.visible = true doesn’t help, nor does changing their zindex. Likewise, WebContainer.show makes no difference.
Any clues as to how to get the moved controls to display in the new screen area?
[quote=209369:@Eric Wilson]My app enlarges a WebContainer when the user makes the browser window larger.
But when my app moves controls into the new space they vanish!
Setting control.visible = true doesn’t help, nor does changing their zindex. Likewise, WebContainer.show makes no difference.
Any clues as to how to get the moved controls to display in the new screen area?[/quote]
Chances are your controls are getting off the container displayable area. You want to check their left and top after the container is enlarged. Simply use System.Debuglog.