Hi,
I can tell you what i have done with my requirement.I had applied skin to
the TabBar using the Style(CSS) tag to the TabBar.Following is the snippet
you have to put in the Style tag for the TabBar component..Hope this works
for you.
Any image can be shown instead of the normal Button looking TabBar.You can
draw the image in photoshop etc and give its path inside the Style tag.
Snippet..


TabBar
{
upSkin : Embed('myImagelooking like tabbar.jpg/png/bmp');
}

You can embed any image over there but i wud suggest you to use PNG file.

Regards,
Rajesh Bhadra
Magnet Technologies Pvt Ltd.




On 11/23/06, dmiramontesval <[EMAIL PROTECTED]> wrote:

  Hello i am trying to extend the TabBar control so it would use a
custom Button class that i did, so i wonder how to do this.
Accordion components for example, have a headerRenderer property which
is the Button class to use, but the TabBar doesn't seem to have this
property.
Any ideas on how to do this? tell the TabBar which Button class to use
for its tabs?

Thanks

Diego

Reply via email to