try placing a debug point in the set style method of the linkbar class and
investigate.
Also check the set styleChanged method. I suspect an inherited style might
be a causing a problem here.

On Mon, Feb 22, 2010 at 2:42 PM, sharath reddy <[email protected]>wrote:

>
>
> Hi,
>
> We have a TabNavigator in our app, and we wanted to display a few links on
> the right of the Tab bar. I created a custom TabNavigator by extending it,
> and do the following:
> 1. over-ride 'createChildren', create my LinkBar
> 2. over-ride 'updateDisplayList', position my LinkBar to show up on the
> right of the Tab bar.
>
> The only problem is, I am trying to set the color of the separator:
>
> linkBar = new LinkBar();
> linkBar.setStyle("separatorColor", "..");
>
> This does not seem to have any effect. On a stand-alone LinkBar(), this
> works just fine....
>
> Any ideas? Thanks for the help!
>
> Regards,
> Sharath
>
>  
>

Reply via email to