Copy link to clipboard
Copied
We have build a PLug-In, which was notifyed abou the selection of the menu item "MAIN:&FILE:&SAVE by catching the kSaveActionID by our own action component two months ago.
But when building that PLUG-IN now the selection of then Save-Menu-Item is no more catched.
We have at our UIC.fr a ActionDef for our kUICMnuUSFActionComponentBoss
which containes:
//IDSave-Menu
kUICMnuUSFActionComponentBoss,
kSaveActionID,
"Save the USF-Production-Order",
kOtherActionArea,
kNormalAction,
kDisableIfLowMem,
kInvalidInterfaceID,
kUICDialogInvisibleFlag,
Our UICMnuUSFActionComponent has a switch at his DoAction(IActiveContext* ac, ActionID actionID, GSysPoint mousePoint, IPMUnknown* widget)
for the actionID and implements a case for kSaveActionID
case kSaveActionID:
But the label of the respective FILE sub item is no more changed and the kSaveAcionID is nor more catched.
The other (own) actionIDs handled by our ActionComponent are still catched.
What could be tha reason for that defect?
Kind regards
Jochen Seliger
Have something to add?