Hi, I would consider using ViewStates.
Create a base state with general controls that must be available to all roles. Add a viewstate for each role, with the changes related to the base state. Makes it easy to maintain and you don't have to build a complete custom solution. Regards, Frank --- In [email protected], "ilikeflex" <ilikef...@...> wrote: > > Hi > > I am developing role based GUI. Can anybody please point to best > practices or any flex article which can help to achieve this. > > Thanks > ilikeflx >

