If ( userLogged == false )
myPanel.enabled = false;
You could also take it completely out of view by setting the visible
property false... Is there something more you are trying to accomplish?Rick Winscot On 4/2/09 11:40 AM, "christophe_jacquelin" <[email protected]> wrote: > > > > Hello, > > I have a tab navigator with Panels. > I want that the user access some panel only if he is logged. > How to unvalidate the access to a Panel ? > > Thank you, > Christophe, > > > > >>

