Issue with addin command
Posted: Sun Apr 04, 2021 6:51 am
Hi all,
I have problem with creating add-in for string objects using the addin command. Specifically, I run following command, that works for equation and VAR objects fine, but for string object it creates add-in that says the type is string, but the Menu/Procedure type says global, see attached picture.
addin(type="STRING",menu="Specifiation(s) evaluation",proc="speceval",docs=".\documentation\specificatio_evaluation.pdf",desc="performs evaluation of (forecasting properties of) identity(ies) and prepares report summarizing the results.",url="https://github.com/CrisisStudent/SpecEv ... rsion="1.0") ".\specification_evaluation.prg"
This is simply issue of the addin command, as I can create the add-in correctly manually.
Kamil
I have problem with creating add-in for string objects using the addin command. Specifically, I run following command, that works for equation and VAR objects fine, but for string object it creates add-in that says the type is string, but the Menu/Procedure type says global, see attached picture.
addin(type="STRING",menu="Specifiation(s) evaluation",proc="speceval",docs=".\documentation\specificatio_evaluation.pdf",desc="performs evaluation of (forecasting properties of) identity(ies) and prepares report summarizing the results.",url="https://github.com/CrisisStudent/SpecEv ... rsion="1.0") ".\specification_evaluation.prg"
This is simply issue of the addin command, as I can create the add-in correctly manually.
Kamil