Quote:
How do I properly hide each element? I tried resetting the SHOW flag and WF_SHOW but neither work to make the window invisible.


For the parent window win->panel->flags &=~SHOW; As for the children. I think it was something about going through link-list to see if thier 'parent' is that window and the respectively resetting the acknex panel 'show' flag for their 'panel' like elements.

I'd show you code but I haven't tried it yet as I haven't had a need.

Code:
win->panel->flags &=~SHOW;
reset(win->panel,SHOW);


Last edited by Malice; 05/27/13 20:15.