If tab2 is selected then you should see the content of tab2. If you are seeing the content of tab1, then it seems like after refresh you are putting the data of tab1 in tab2. What happens when you select the other tabs when you are in this situation after refresh? Are the tabs displaying the correct data? How are you creating the tabs and what are you doing on refresh?
Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Sat, Jan 24, 2009 at 7:30 AM, Jaswant <jaswant...@gmail.com> wrote: > I am developing an AIR application with dynamic tab using > TabNavigator. Each Tab is rendered by using repeater. Suppose my > repeater has 3 items then application would have 3 tabs let Tab1 Tab2, > Tab3. > > My application gets refreshed automatically after each 5 seconds. Its > working very well. Now the problem is suppose I have selected tab 2 > and application gets refreshed, then tab2 will be selected, yes it is > okay. But in tab 2 the data of tab1 is being displayed. so what should > I do so if tab2 is selected on application refresh then the data of > only tab two should be displayed. That is if tab index 2 is selected > than repeater index should also be 2. > > Please help!! > > jaswant > > >