Is there any way to not show the default values of the FunctionParameter setting in the Edit Studies dialog ? I want to set the default, but not display it...
Thanks-
Jennifer
Jennifer
You could set the default as fpX.setDefault(""); and then in main you would have if(variable==null)variable=10;
This way the default is applied but does not show in Edit Studies.
Alex
Comment