I get a compile time error if i do this

            _renamedir = new RenameDirectory
            //add modal window
            PopUpManager.addPopUp(_renamedir,Application.application,true);
            //center modal window
            PopUpManager.centerPopUp(_renamedir);


*** Implicit coercion of a value with static type object to possibly
undefined type flash.display.DisplayObject

Reply via email to