I figured it out, I had to set the panels to flags=VISIBLE, I dont know why, maybe a difference between c-script and lite-c, IM using lite-c. Works ok now I guess..
The code export has the functions open_menu, open_global and open_menu_1 ... 10 to show the panels. So you can open the menu when you need it.
Example of one of this function:
void open_global()
{
close_menu();
SET(pa_0,VISIBLE);
SET(pa_1,VISIBLE);
}
Just call this functions. More you can find at the download site, section "Code Implementation".
I hope I could help you.
Regards
TSGames