Select to view content in your preferred language

Upgrade to 2.4 "Access of undefined property" on legacy (1.3) widgets

576
0
09-20-2011 12:22 PM
AaronGilliland
Regular Contributor
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.
Tags (2)
0 Kudos
0 Replies