--- In [email protected], "Michael Schmalle" 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> You have a brace mismatch in your class/package. :)

Still trying to troubleshoot this.  Even just this throws the same 
error:

package com.magnoliamultimedia.views
{
        import flash.display.DisplayObject;
        
        import mx.charts.LegendItem;
        import mx.core.UITextField;

        public class WrappingLegendItem extends LegendItem
        {
                public function WrappingLegendItem()
                {
                        super();
                }
                
        }
        override protected function createChildren():void{
                
        }
}

Reply via email to