----- Original Message ----- 
From: "Deepa Subramaniam" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Monday, September 18, 2006 6:52 PM
Subject: RE: [flexcoders] How can I block a TabNavigator ?


> What you can do is iterate through the TabNavigator's tabs and disable
> each of them. By disabling them, the change event will not get emitted.
> Use TabNavigator.getTabAt() and set the enabled property to false for
> each Tab.
>
> Now, when you disable a Tab, the Tab will assume the look of its
> disabled state (grayed out, etc). You probably want the Tab to look
> enabled even if it is disabled - in which case you'll have to change the
> Tab's disabledSkin.
>
> HTH -
> deepa

Horrors. It's really good making the user think (s)he can navigate the tabs,
then discover they can't. Is this really good practice?
Even with the disabled tabs - hey I completed the info, now it's become
invalid..

Paul




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to