Incompatible override Mac 2.0.1


i using mac beta months out issue (i have 2 projects built it) when upgraded final version getting following errors. not page error in can not sure error is. have pasted think problem page is.

severity , description path resource location creation time id
1144: interface method create in namespace mx.core:iflexmodulefactory implemented incompatible signature in class _vtscribe_mx_managers_systemmanager. vtscribe line 7 1168229850820 2078
1144: interface method create in namespace mx.core:iflexmodulefactory implemented incompatible signature in class _vtscribe_mx_managers_systemmanager. vtscribe line 7 1168229850819 2077
1023: incompatible override. vtscribe line 11 1168229850817 2076


package events
{
import flash.events.event;
import mx.collections.arraycollection;

public class loginclass extends event
{

public var usernameproperty:string;
public var passwordproperty:string;
public var useridproperty:string;
public var mtnameproperty:string;
public var facidproperty:string;
//public var logincollection:arraycollection;

public function loginclass(type:string, usernamepropertyparameter:string, passwordpropertyparameter:string, useridpropertyparameter:string, mtnamepropertyparameter:string, facidpropertyparameter:string){
super(type);
this.usernameproperty = usernamepropertyparameter;
this.passwordproperty = passwordpropertyparameter;
this.useridproperty = useridpropertyparameter;
this.mtnameproperty = mtnamepropertyparameter;
this.facidproperty = facidpropertyparameter;
//this.type = type;
}
override public function clone():event {
return new loginclass(type, usernameproperty, passwordproperty, useridproperty, mtnameproperty, facidproperty);
}
}
}



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

Thread: PKI Client 5.00 install (for eToken Pro)

ATmega2560-Arduino Pin Mapping

Crossfader Arduino Tutorial