I want to change the title of the parameter dialog
according to the calling menu item.
I tried this code in the method " Main" the controller
but it did not work for me...
if(_args.menuItemName() == menuitemoutputstr(menuitem1))
{
controller.parmDialogCaption("caption1");
}
else
{
controller.parmDialogCaption("caption2");
}
Regards,