GDL
About building parametric objects with GDL.
SOLVED!

Custom-made MVO

Anonymous
Not applicable
HI!

I follow :
https://gdl.graphisoft.com/tips-and-tricks/custom-made-model-view-options-object
And wrote this code :
! ------------------------------------------------------------
! set basic variables
! ------------------------------------------------------------
_yCurr = 5
_dy = 25 ! generic line spacing

_totalWidth = 600 ! fixed value to match the exisiting panels
_totalHeight = 4* _dy ! calculate the height from line spacing
_stDialogTitle = "My own (GDL 23)"

! ------------------------------------------------------------
! set title and height for the custom MVO panel
! ------------------------------------------------------------
ui_dialog _stDialogTitle, _totalWidth, _totalHeight
But I still got :


Is there any changes made in ArchiCad 23 so I need more code?

/Tobias
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
Barry Kelly
Moderator
It works just fine.
You just need to start adding some commands to the interface script.

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

View solution in original post

1 REPLY 1
Solution
Barry Kelly
Moderator
It works just fine.
You just need to start adding some commands to the interface script.

Barry.
One of the forum moderators.
Versions 6.5 to 27
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!