Hi,
I'm having an issue with an visio overview.
I'm generating an view based on a table with a childview. This is working all fine, to add an extra option i want to have two buttons triggering an automation script with as parameter the [tableindex]
When i add an button in the child group and give it an shapedata of:
Execute = Script:AudioLiveIncDecDelay|AliveServer=[var:AL_SelectedMatrixElement]|incdec=dec;row=[tableindex]||Decrease delay by 1ms|NoConfirmation
However this is not working, if i add Enabled = true as an shapedata the script get executed, however my cube also jumps to my element configured in the dummy.
How can i execute just the script without jumping to an element?
Hi Gerwin,
This is caused by the inheritance system that's used in the Visual Overview. Child shapes of a shape that is linked to an element will automatically link to the parent element. To prevent this, you can add one of the following options: 'NoCopyElemementProperty' or 'AllowInheritance=False'.
Thanks! that did fixed it indeed