Hello all,
I tried to find some information in the forum on the mentioned topic, but I wasn't successfull.
If this topic was discussed before, just point me to the messages/threads.
I will create in the next future extensive scripts to handle ArchiMate modelling. Unfortunately EA support modelling, but falls short on analysis features. Hence, I have to create them ...
I played a bit with EA-Matic as I like the scripts approach more that going full in on DLL development.
Currently I have the following questions marks above my head:
- Why is EA-Matic complaining (not seeing the scripts) if I start using typed variables instead of just object?
For example: dim element as EA.Element
This would be helpful to use the suggestions in the editor.
- Only one script to handle the menu?
I tried to have multiple scripts contributing to the menu, but only the last script wins (has it's menu displayed).
So it seems as if I can only use one scripts to handle the menu for all scripts with functionality (and call them from the menu-script).
Is this correct?
Best regards
Boris