Re: [flexcoders] How can I block a TabNavigator ?

2006-09-18 Thread Paul Andrews
- Original Message - From: javier_mza2003 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 18, 2006 2:44 PM Subject: [flexcoders] How can I block a TabNavigator ? Hello everybody ... I'm having a little problem .. The thing is that I have an application that

RE: [flexcoders] How can I block a TabNavigator ?

2006-09-18 Thread Deepa Subramaniam
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

Re: [flexcoders] How can I block a TabNavigator ?

2006-09-18 Thread Paul Andrews
- 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

RE: [flexcoders] How can I block a TabNavigator ?

2006-09-18 Thread Deepa Subramaniam
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Monday, September 18, 2006 12:45 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How can I block a TabNavigator ? - Original Message - From: Deepa Subramaniam [EMAIL PROTECTED]com

Re: [flexcoders] How can I block a TabNavigator ?

2006-09-18 Thread Paul Andrews
LOL tell that to the 'good UI practice' judge - you're an accomplice! ;-) Paul - Original Message - From: Deepa Subramaniam To: flexcoders@yahoogroups.com Sent: Tuesday, September 19, 2006 12:18 AM Subject: RE: [flexcoders] How can I block a TabNavigator