Hi all
I am working on a application, where i show a view after i authenticate the user.
There are two actions one is login action and other is showview action.
Once a user is logged in i disable login action in Main Toolbar, but when a user directly calls showview action without any login it is diverted to login actionby calling run method.
But it disables the showview action instead of login action in main toolbar.
Both the actions implement IActionDelegate and its subtypes.
Can i disable login action in Main Toolbar when i call showview action directly?
Thanks in advance for your help