Thanks for your reply...I tried do something similar. As a test case, I just tried to add a label after the tabs have been created. I tried the following:
var l:Label = new Label(); l.text = "TEST"; myTabs.addChild(l); This compiled fine...but when I ran it, nothing showed up. Where would I add the spacer? Thanks. --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > http://livedocs.adobe.com/flex/3/langref/mx/controls/Spacer.html > > > --- In [email protected], "gmoniey22" <gmoniey22@> wrote: > > > > Hi, > > > > I am rather new to flex, so I apologize in advance if the answer is obvious. > > > > I have a TabNavigator and I want to place a textinput box all the way to > > the right. This will be a small search box that will help filter the > > contents of the currently selected tab. > > > > Is this possible? > > > > Thanks. > > >

