hi i'm back...
i have a new problem:

how can i start a view/flag2 object in runtime ?

Code
- ptr_remove(element_on_screen);  // in mini_panel();


works grin ...

backtime when i starts my window panel again +
Code
set(element_on_screen, SHOW)  // in maxi_panel


there comes an error message in my program , after minisize and pop it up to normal size:
Invaild function arguments in ...(bla bla bla function() ) // <-he_info()


...

Code
ent_create(element_on_sceen,NULL,NULL)


doesn't work .. whats wrong