5/20/2010 11:28:06 PM
Title:
Refresh Application
Hi,
I have a main application in that application have home, admin,help....
In home module i have tab bar like overview,summary......etc
So my question is, i have a datagird in home module, whenever i double click the datagrid
home tab bar will be displayed, by default tabbar is overview, i click the summary or etc.
Whenver i click the home page , and clicking the datagrid the tabbar is doesn't refresh,
so please share me the problem.
Kiney
Points: 530
Posts:0
5/21/2010 12:58:03 AM
you can refresh any component in flex using invalidateDisplayList() method
tabbar.invalidateDisplayList()