Hi Alex,

As you have suggested to extend ButtonBar for creating TabLayout, I am doing
the same.
I found an example in DataGrid where ButtonBar has been used. I wonder if
there is any usage of <js:ButtonBar>? I am facing difficulties in showing a
simple ButtonBar in the UI. I must be missing some steps. Is there any other
reference?

here is a simple code which works for me if i want to add a text button in
the UI:
public class TextBtnComponentLayout extends TextButton 
        {
                public function TextBtnComponentLayout()
                {
                super();
                }
                
   }

MXML code:
 <layout:TextBtnComponentLayout text="myButton"/>

Is there any such thing for ButtonBar?

Thanks
Dhwani
My Apache Flex community contribution is working on the open source
Moonshine-IDE.com for FlexJS.



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-need-help-in-creating-reusable-tabBar-control-tp54492p54601.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to