Hi Alex, I think I see what the problem is now. It's happening because of the way I've replaced FlexGlobals.
I have done this by creating a static class with all the global variables, but this means that instead of the AlertPopup pointing directly to a public var set by the mxml in Main before the Views are reached by the builder, I now have to set this static var in Main.init() and then point AlertPopup to the static class. Not sure yet how to solve this, but for the moment I can move forward and come back to this later. Doug -- Sent from: http://apache-royale-users.20374.n8.nabble.com/
