How do I add menu item into the existing menu ?

Hello,

I’m trying to add menu items into the my existing menu, but i couldn’t be able to,
I’ve tried macro “sc_appmenu_add_item”, but if im not wrong, this macro works for only the menus which is created by another dynamic macro.

Is it possible what i want? If so, how?

[QUOTE=egercek;34326]Hello,

I’m trying to add menu items into the my existing menu, but i couldn’t be able to,
I’ve tried macro “sc_appmenu_add_item”, but if im not wrong, this macro works for only the menus which is created by another dynamic macro.

Is it possible what i want? If so, how?[/QUOTE]

you’ve not made it clear if your root menu is dynamically created by a macro or if you are attempting this on a statically created one.

Look into the security application, that is changing the menu dynamically. Also you can watch this movie:

https://www.youtube.com/watch?v=8nUacFw1yMY

Static one

That’s no difference as the static menu is also created dynamic. But if you need to modify a static menu I would add all the items to it and hide them when not needed.

Hi,
I’m trying to create a favorites menu which is include users favorite and all users has personal favorites. So i tried to fill my favorite menu with data from db. Imho, in this case your opinion (hiding menu) is not a solution.
Sorry if i didn’t express myself clearly. Thanks for your attention.

[QUOTE=egercek;34357]Hi,
I’m trying to create a favorites menu which is include users favorite and all users has personal favorites. So i tried to fill my favorite menu with data from db. Imho, in this case your opinion (hiding menu) is not a solution.
Sorry if i didn’t express myself clearly. Thanks for your attention.[/QUOTE]

Mmm, it still is not clear to me. You can create your menu dynamic and I refered to a video that shows it. If you mean favorites, then I can image that you mean the toolbar beneath the menu. Those are not menuitems, but buttons and thus need a different approach. These cannot be created dynamically, but what you can do is to call a blank application which does the job for you.