> > var CurrentStatusWindow:ChangeCurrentStatus = > PopUpManager.createPopUp(this,ChangeCurrentStatus,true) as > ChangeCurrentStatus;
I am not sure what type your ChangeCurrentStatus class is but it must be of type IFlexDisplayObject (or extend that), because that is what PopUpManager.createPopUp returns. The error seems to suggest that that is not the case and your class is of a different type. Alternatively put the code that causes a problem into a simple snippet that you can post here so we can reproduce it. If you need to include dependent classes, upload a zip to somewhere so we can download and check. But cut it down to the bare minimum needed to reproduce the error. I've seen people upload whole projects before in which case I personally won't invest the time debugging it. Regards, Stefan > > This is the same code as I have done in other applications with just a > name change. This was working up until late afternoon when I tried to > pass a new variable to this ChangeCurrentStatus TitleWindow and now > if I > try to retype everything over, I can not get rid of this error message > so I can either Debug or Compile. Does anyone have suggestions as to > where I can look to sove this as I am a handson type of learner as > if I > can learn/understand than I can teach students how to do this. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:5465 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
