Hello,
How can I set the $ parameter for a reference from another panel. Function setDollarParams may only be used under Windows (GEDI, reference configuration panel) (according to Help).
Context:
sShapeName = sModuleGedi+"."+pn_names+":"+dp_names;
if(shapeExists(sShapeName)) {
setDollarParams(sShapeName, makeDynString("$dp"), makeDynString(dp_names));
...
The purpose of this question is clear from the topic https://portal.etm.at/index.php?option= ... 4&id=10072
Setting the $ parameter through the script
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Setting the $ parameter through the script
Dollar parameters cannot be changed during runtime. They can only be passed to a panel with the function to load the panel.
From the other topic I assume you use the function 'addSymbol', where the argument for the $ parameters is called 'subst' (in the other functions it is called 'Parameters').
From the other topic I assume you use the function 'addSymbol', where the argument for the $ parameters is called 'subst' (in the other functions it is called 'Parameters').