3 weeks ago
I've found that in some gdl objects there's no way to set some parameters. Because the custom interface script lacks some parameters, and there is no option to show all the parameters (without custom ui script). I could edit the gdl script, but I cannot find ready-made scripts for that.
Operating system used: Windows 11 24H2
Solved! Go to Solution.
3 weeks ago
If you have access to the script just delete the "hideparameter all" line in the parameter script.
Last UI page then will show all available parameters.
3 weeks ago
If you have access to the script just delete the "hideparameter all" line in the parameter script.
Last UI page then will show all available parameters.
3 weeks ago
- last edited
3 weeks ago
by
Laszlo Nagy
It would be best if you could upload the file you wish to modify here, so that everyone can assist you more effectively.
As for hidden parameters, they usually fall into one of the following three cases:
Case 1:
Select the "red X" icon in the parameter list.
Case 2:
There is a command "hideparameter all", which hides all parameters within the Object.
Case 3:
There is a command "hideparameter "parameterName"", which hides a specific parameter.
Please check which case applies to your Object, and simply remove the corresponding setting.
3 weeks ago
Actually, I've used the "hideparamater" command only to hide individual parameters; and didn't come to my mind that the "all" does just what I'm looking for. THX!