Responsive Menu does not search items

The Items are dynamics create with sc_appmenu_add_item macro.
Hi, i did a responsive menu with items dynamics and the option search not found nothing.

Other bug is when i rename this menu, the new menu generated does not show items.

remember, when you change the name … inside the menu items code you have to change too !!
if the name of the menu is menu_gpal the code is

sc_appmenu_reset (“menu_gpal”)
sc_appmenu_create(“menu_gpal”);

sc_appmenu_add_item (menu_gpal, 2,,  "02. Seminare",,,, "Seminare", "_self");
    sc_appmenu_add_item (menu_gpal, 201,2, "01. Seminarausschreibung-Kalender","calender_view_gpal",,,"Seminarausschreibung-Kalender");	

if you change the name of the menu … menu_gpal must be changed to the new name.

Hope this helps

Cheers Uwe

Thak you for your help.

I forgot change the code. with the macro.
that is my error.

I hope other issue be fixed soon.

A question, you know how create Shortcuts dynamic in this menu? are there macros?

I never needed this … so I don’t know …

Cheers Uwe