This content has been marked as final.
Show 2 replies
-
1. Re: CanEnableContextCommandHandler
Gang_Z Sep 28, 2011 4:45 AM (in response to Nathanvdk)Hi,
I cannot reproduce your issue on my side, for your case, I think you should make sure the parent menu command is always enabled in these two cases, even the parent menu command is just an anchor for the subcommands and no real action correlated with it. this is the limitation of Bridge code, the default status for a menu command is false, Bridge will hide all the subcommands in this case.
Gang
Thanks
-
2. Re: CanEnableContextCommandHandler
Nathanvdk Sep 28, 2011 6:34 AM (in response to Gang_Z)Turned out that a had a space inside my CommandId, when I changed it to a Id without space, everything works like a charm.

