<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.
>
> 

Reply via email to