5/26/2010 11:01:44 PM
Title:
Error 1067
Hi all,
I am using flex 3.5 SDK. When i use an alert in my action script class(UserdetailsListActions) as below mentioned i am getting 1067 error as displayed below. can anybody help me to resolve this issue.
code snippet
Alert.show("123","Alert",Alert.OK,this, okAlertAlistener,null, Alert.OK);
Error
1067: Implicit coercion of a value of type com.cpt.dme.actions:UserdetailsListActions to an unrelated type flash.display:Sprite.
thanks
dme
5/27/2010 12:16:07 AM
If this error is caused by Alert class than its possible that you are using the class in a component which is not a part of displaylist.