Hey - I've got a singleton class that I was going to use as data class with a debug function to display popup titlewindows with text when need be.
However something as simple as this won't work as the data class isn't a displayObject class so it can't call PopUpManager and pass a ref as this to display the titleWindow. When I have the data class extend displayObject, then all the data functions don't work. I've even tried passing a reference to the stage instead of 'this' but nothing appears and it dies. Any ideas?

