I have two questions about customized event handling in Systembuild:
1- The SystemBuild Utility "sysbldEvent" can bo used to specify additional actions for the "openblock" and "navigate" events. However, it will be applied to all systembuild blocks.
Is there a way to limit its scope to a specific block or block type?
This has been done for the Altia block (which is a customized UCB block) - a double-click will open a special dialog box. Is this feature implemented using publicly available systembuild features or there are other special features used?
2- Is there any way to assign callbacks to other type of block events: copy, paste, etc ...
Thanks.