I did JUST what you suggested, but it is NOT showing up on the menu. Do I need some sort of refresh or ???
Thanks Bruce --- In [email protected], "camlinaeizerous" <[EMAIL PROTECTED]> wrote: > > It is already a separate component so take advantage of that and don't > even add it to the view stack unless the user has access. This will > also prevent the button form showing unless they have access. > > private function CallMeAfterUserValidation():void > { > if(UserCredentials.AllowedToAccesCustomers) > { > var temp:CustSearchForm = new CustSearchForm; > myViewStack.addChild(temp); > } > }

