--- In flexcoders@yahoogroups.com, "Michael Schmalle" 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> You Do have a mismatch brace
> 
> 
> 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();
> }
> 
> } <--------------- WRONG !!! :)
> override protected function createChildren():void{
> 
> }
> }
> 
> Right where the wrong is.
> 
> Should be...

I see it now.  I put the override outside the class.  Stupid girl 
bangs shoulders with head...

Thanks!


Amy

Reply via email to