> if (myPanel != null) > myPanel.title = "TEST";
That did the trick! So it looks like the resize event *is* being fired as soon as the application is being loaded, before the panels have even been instantiated? Thanks for the help :) Keith
> if (myPanel != null) > myPanel.title = "TEST";
That did the trick! So it looks like the resize event *is* being fired as soon as the application is being loaded, before the panels have even been instantiated? Thanks for the help :) Keith