Re: [flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-24 Thread justSteve
The API at docs at http://puremvc.org/component/option,com_wrapper/Itemid,160/ From the API docs at http://puremvc.org/component/option,com_wrapper/Itemid,160/ public function notifyObserver(notification:INotification):void Notify the interested object. Parameters

[flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-23 Thread justSteve
Im attempting to override a function where I've verified that: 1) I'm importing the correct package 2) The method I'm trying to override is public 3) The signatures match. Some other condition is causing the error message: 1020: Method marked override must override another method. Where should

Re: [flexcoders] Error message is unclear: 1020: Method marked override must override another method.

2008-03-23 Thread Doug McCune
$10 says either 1, 2, or 3 aren't quite true ;) paste some code of the method and tell us which class you're extending. Doug On Sun, Mar 23, 2008 at 5:57 PM, justSteve [EMAIL PROTECTED] wrote: Im attempting to override a function where I've verified that: 1) I'm importing the correct