I am absolutely stumped.
I have migrated several widgets over to 2.4 from 1.3 and now I am stuck on this one that seems to be more of a Flex SDK issue than anything else.
I am getting "access of undefined property" on simple catch (error:Error) statements as well as MouseEvents.
Example:
catch (error:Error)
{
showMessage("A problem occured while parsing the WCSService." + error.message, false);
}
I have these 1120 errors littered throughout the widget code and no idea what is wrong.
I have attached the source code. It's quite lengthy but I didn't write it I'm just trying to get it running on 2.4.
Any help is much appreciated.