Adding Window Parameters
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-12-11
08:15 PM
- last edited on
2023-05-24
12:35 PM
by
Rubia Torres
2012-12-11
08:15 PM
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-12-12 02:37 AM
2012-12-12
02:37 AM
You will need to open the GDL object and add a new parameter in the parameter list.
Make sure it is a text type parameter so you can type in the name of any finish you want in the object settings parameter list.
You can also add a VALUE list in the parameter script so you can have a list of finishes to choose from to save typing and errors.
You are now getting into the realm of GDL scripting.
Barry.
Make sure it is a text type parameter so you can type in the name of any finish you want in the object settings parameter list.
You can also add a VALUE list in the parameter script so you can have a list of finishes to choose from to save typing and errors.
You are now getting into the realm of GDL scripting.

Barry.
One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-12-12 12:12 PM
2012-12-12
12:12 PM
Hello,
HTH
You can also add a VALUE list in the parameter script so you can have a list of finishes to choose from to save typing and errors.For example in the value script;
values "finish" "Paint A", "Paint B", "Paint C", customThe name of the parameter in this example is finish
HTH