Setting the $ parameter through the script

Discussion about recent product features & solutions!
2 posts • Page 1 of 1
akim
Posts:42
Joined: Wed Sep 16, 2015 10:48 am

Setting the $ parameter through the script

Post by akim »

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

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: Setting the $ parameter through the script

Post by Gertjan van Schijndel »

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').

2 posts • Page 1 of 1