Hi Divya,

Well, you can disable all the tabs except the first two (assuming that the
user is on the first tab and he/she is allowed to clicked the second tab).
When the user clicks the second tab, enable the third one on the "show"
event of the container. Code to enable a particular tab:

(myTn.getTabAt(2) as Button).enabled = true;

And you can run a loop initially to disable all the required tabs using the
above code (and change *true* to *false*).

Regards,
Venkat
www.venkatv.com


On Mon, Dec 1, 2008 at 4:41 PM, Flexian_NGL ,@Bangalore
<[EMAIL PROTECTED]>wrote:

> Hi, Divya
>
> post the code, so that we could have an look into it.
>
> GK
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to