Hi. I have a custom control (string control) with a custom run-time shortcut menu. This custom control is in a cluster, and the cluster is within an array of repeat cluster elements.
So this is a control within a cluster within an array.
When executed, the custom run-time shortcut menu does not come up for the custom string control. What comes up is the standard run-time shortcut menu for the control, with two additional items related to it being in an array : "Insert Element Before" and "Delete Element". Or, maybe what I am getting is just the standard run-time shortcut menu for the array.
Is there a way that I can have different custom run-time shortcut menus for different controls within my cluster within an array?
Thanks for any help.