RE: [flexcoders] BUG: mx.controls.LinkBar - can somebody confirm?

2009-08-18 Thread Alex Harui
PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] BUG: mx.controls.LinkBar - can somebody confirm? bump On Thu, Jul 30, 2009 at 12:49 PM, fotis.chatzinikos mailto:fotis.chatzini...@gmail.com>> wrote: override protected function hiliteSelectedNavItem(index:int):void { var child:Bu

Re: [flexcoders] BUG: mx.controls.LinkBar - can somebody confirm?

2009-08-17 Thread Fotis Chatzinikos
bump On Thu, Jul 30, 2009 at 12:49 PM, fotis.chatzinikos < fotis.chatzini...@gmail.com> wrote: > > > override protected function hiliteSelectedNavItem(index:int):void > { > var child:Button; > > // Un-hilite the current selection. > if (selectedIndex != -1 && selectedIndex < numChildren) > { > ch