My main applications uses menu system. I have options from main menu to call different modules (UI's). Now, when certain condition is met in one of the UI(subVi),i have to enable/disable certain option in main menu. What is the best way to do this?.
I think you have to use "Set Menu Item Info" function for enabling/disabling the menus. you can find this function in functions pallet> All function> Application Control> Menu. You can find a boolean option "enable". All you have do is to set it true/false depending upon what you want its state to be.