Hello there,
I use PML function !!loadUserCommands() to load my own commands but it seems that E3D calls !!loadUserCommands() at startup of Model & Draw modules only.
So, how do I load my commands in PARAGON at startup?
Hello there,
I use PML function !!loadUserCommands() to load my own commands but it seems that E3D calls !!loadUserCommands() at startup of Model & Draw modules only.
So, how do I load my commands in PARAGON at startup?
I noticed that Aveva doesn't call !!loadUserCommands() in the macload file of PARAGON, unlike in DESIGN & DRAW.
Add the execution of function !!loadUserCommands() to macload file:
For Paragon: \PMLUI\cat\admin\macload
Could you please elaborate it further.