I guess your either stating it can't be done what im asking or you maybe you didn't see what i wrote i already know what you wrote?
Either way let me try and explain what im doing, I wont know the canvas name since and explaining why is beyond the scope of this question, so i know the tabnav's index number and would like to disable the tabnav based on that? --- In [email protected], "Willy Ci" <[EMAIL PROTECTED]> wrote: > > <mx:TabNavigator width="200" height="200"> > <mx:Canvas label="Tab 1" width="100%" height="100%"> > </mx:Canvas> > <mx:Canvas label="tab 2" width="100%" height="100%"> > </mx:Canvas> > <mx:Canvas label="tab 3 disabled" width="100%" height="100%" > enabled="false"> > </mx:Canvas> > </mx:TabNavigator> > > > > Willy > 617-606-3437 > ---------------------------------------------------------------------- > 6 X 9 = 42 > > Q: How do you spell "google"? > A: Why don't you google it? > ---------------------------------------------------------------------- > > > > On Mon, Sep 15, 2008 at 9:09 AM, Jason B <[EMAIL PROTECTED]> wrote: > > Is it possible to disable a tab inside a tab navigator? > > > > I know i can put it in a canvas or panel etc and do it that way but my > > question is it possible to disable tabs inside a tab nav, I would like > > to do this if possible. > > > > >

