Tuesday, June 03, 2008

Error 1061

A Basic Error:

1061: Call to a possibly undefined method through a reference with static type Class.

Severity and Description    Path    Resource    Location    Creation Time    Id
1061: Call to a possibly undefined method addObject through a reference with static type FlexPrintJob.    FlexPrintJobExample/src    FlexPrintJob.mxml    line 11    1212473910669    732

Possible Reasons:

  • I named my MXML file as FlexPrintJob, but as its an internal class, so I got this error. Rename the file and error gets fixed.

 

Do you know any other possible reasons ?

No comments :

Post a Comment