[flexcoders] Re: Setting the resize event handler for Application?

2009-03-04 Thread Keith Hughitt
> 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 h

[flexcoders] Re: Setting the resize event handler for Application?

2009-03-03 Thread valery_j
--- In flexcoders@yahoogroups.com, "Keith Hughitt" wrote: > > Hi all, > > I am getting run-time errors in strange situations and was wondering if > anyone might be able to provide some insight as to what is going on. > > If I try to attach a "resize" event handler to the Application class, >