The problem is, every Panel has his own function. So, I tried this in the Panel-function:
if(stopper==1) test_pan.flags=NULL;
But the function gets stuck... It must be another function but I can't understand it... How can a function get stuck groundless? If I know how a function can get stuck, I can find the fail, perhabs.