if you want know if a panel is visible the code is :

Code:
if(is(panel,SHOW))
{
//code here
}



or not visible

Code:
if(!is(panel,SHOW))
{
//code here
}



Last edited by djfeeler; 06/06/11 11:24.