Not adding menu item 'MenuName' because it has been suppressed by the IMenuCustomizationData
Hi!
I inserted a new new popup menu item before the last popup menu item.
I definied the new menuitem on the standard way and I don't understand why hided always this menu item? ... and why only this menu item?
Before I never had problem with menu definitions.
I get always

.. but it should be

Declaration in the header file:
DECLARE_PMID(kActionIDSpace, kPnlTrvDownloadOutputTemplateActionId, kPnlTrvPrefix + 53)
Definitions in the .fr file:
// Set as root node template with component
kPnlTrvSetAsRootNodeActionID,
kPnlTrvComponentTreeMenuPath,
7.0,
kSDKDefIsNotDynamicMenuFlag,
// Download template
kPnlTrvDownloadOutputTemplateActionId,
kPnlTrvComponentTreeMenuPath,
8.0,
kSDKDefIsNotDynamicMenuFlag,
DKDefIsNotDynamicMenuFlag,
//Set as root node
kPnlTrvActionComponentBoss,
kPnlTrvSetAsRootNodeActionID,
kPnlTrvSetAsRootNodeKey, // Key to the name of this action
kOtherActionArea,
kNormalAction,
kCustomEnabling,
0,
kFalse,
kPnlTrvActionComponentBoss,
kPnlTrvDownloadOutputTemplateActionId,
kPnlTrvDownloadOutputTemplateKey, // Key to the name of this action
kOtherActionArea,
kNormalAction,
kCustomEnabling,
0,
kFalse,
// Update selected OutputTemplate
I traced Menubuild action and I got:
BuildListOfUpdatedMenuItems for menu ComponentTree:HelpNode:RtMouseDefault, found 10 items
Found 0 dynamic menu items
BuildListOfSubmenus for menu ComponentTree:HelpNode:RtMouseDefault, found 1 possible submenus
Not adding menu item 'Download selected template' because it has been suppressed by the IMenuCustomizationData
Which parameter can generate this fail.
I used before IMenuCustomizationData.h header file but i deleted the all references and doublechecked it.
I cleaned application and rebuilded again but not helped.
Thanks in advance
Regards
Karoly