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

2006-09-19 Thread Harish Sivaramakrishnan
Okay, Agree with many here that not allowing the tabs to be clickable in a tabNavigator is a little uncommon usecase, I have a solution for the problem. I have extended TabNavigator to make TabNavigatorX, which achieves exactly what the requirement here is . Use the following code:

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

2006-09-19 Thread Harish Sivaramakrishnan
PS: Deepa's method will work too, but that would mean the dev needs to write some code on to the main application __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

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

2006-09-19 Thread Tim Hoff
Nice component Harish! I could see where this could come in handy for self-guilded or step-based use cases. Perhaps a quiz that only allows you to move forward, but shows your progress via tabs. In fairness to Paul's suggestions though, traditionally people like to be able to navigate using

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

2006-09-18 Thread Tim Hoff
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How can I block a TabNavigator ? - Original Message - From: Deepa Subramaniam [EMAIL PROTECTED] mailto:dsubrama%40adobe.com To: flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com Sent: Monday, September 18, 2006

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

2006-09-18 Thread Paul Andrews
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How can I block a TabNavigator ? - Original Message - From: Deepa Subramaniam [EMAIL PROTECTED] mailto:dsubrama%40adobe.com To: flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com Sent: Monday, September 18

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

2006-09-18 Thread jnagle
[mailto:[EMAIL PROTECTED] 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] mailto:dsubrama%40adobe.com

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

2006-09-18 Thread Tim Hoff
an accordion and that can work well. I wonder if the OP has considered using that? Paul - Original Message - From: Tim Hoff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 19, 2006 12:47 AM Subject: [flexcoders] Re: How can I block a TabNavigator