We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-11-26 09:52 AM - last edited on 2021-09-15 09:29 AM by Noemi Balogh
And wrote this code :But I still got :
! ------------------------------------------------------------
! 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
Solved! Go to Solution.
2020-11-26 10:13 AM
2020-11-26 10:13 AM