Disabling Items, Buttons and Links on Main Menu and Tree Menu.

Hello,

I am developing an application in which there is a main menu, followed by tree menu and then a form. I want to disable links, buttons and items on main menu and tree menu and form during inputting some text from user. Is there any way to to disable main menu, tree menu and form buttons while working on some form? Also I have to enable these items once the task of input is completed.


Milind

[QUOTE=milind.wakale;26233]Hello,

I am developing an application in which there is a main menu, followed by tree menu and then a form. I want to disable links, buttons and items on main menu and tree menu and form during inputting some text from user. Is there any way to to disable main menu, tree menu and form buttons while working on some form? Also I have to enable these items once the task of input is completed.


Milind[/QUOTE]

Have you looked into the macro’s of scriptcase? You can en/disable menuitems with them.

I have been trying this very same thing. The “sc_menu_disable(item_ID);” macro does work. “onApplicationInit”