sc_appmenu_create("Menu_Name")

This macro initializes the array used in the dimanically creation of the menu application. It must be informed the menu application name as parameter.

This macro must be used in control events or onload menu event.


Ex. 1:

sc_appmenu_create('menu_main');