Hi Sandeep, I recently replied to a similar requirement. Just check if that would help you. My reply was not specific to Flex 4... so you may need to make some slight changes to the code... but the approach should work.
http://groups.google.com/group/flex_india/browse_thread/thread/2ae8d65058310966 Regards, Venkat On Mar 12, 8:33 pm, sandeep reddy <[email protected]> wrote: > Hi , > > I am using a the spark tabbar and gave a view stack as dataprovider.....in > the view stack there are n elements ...and each element has a panel.... > > my code would be some thing like this.... > > <s:tabbar dataprovider = {viewstck-id} height="100%" width="100%"/> > <viewstack id="viewstck-id"> > <navigatorContent > > <s:panel title="title - 1"/> > </navigatorContent > > <navigatorContent > > <s:panel title="title - 2"/> > </navigatorContent >\ > <navigatorContent > > <s:panel title="title - 3"/> > </navigatorContent > > </viewstk> > > My requirement is something like this......initially the panel of the select > tab should show the its own title..suppose if we are on tab-1 the title > should be title-1 ...but when we roll over our mouse on tab-2 the title of > the panel in tab-1 should be changed to tittle-2 and if the mouse is on > tab3 the title of the panel in tab-3 should be changed to tittle-3 and on > roll out it should be changed to selected tab's panel's title , i.e. > title-1....and in similar way it should work for all the tabs..... > > So is there any way to get the get the rollOverIndex of the tab Or some one > please provide me a solution. > > -- > Thanks > Sandeep -- 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.

