Try just passing Application.application as the owner (or parent, whatever it is).
If it's just debugging info, is there a reason you're not just using Alert.show() ? -Josh On Tue, Jun 17, 2008 at 7:44 PM, grimmwerks <[EMAIL PROTECTED]> wrote: > 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? > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

