License delivery maintenance is planned for Saturday, July 26, between 12:00 and 20:00 CEST. During this time, you may experience outages or limited availability across our services, including BIMcloud SaaS, License Delivery, Graphisoft ID (for customer and company management), Graphisoft Store, and BIMx Web Viewer. More details…

GDL
About building parametric objects with GDL.
SOLVED!

I think two settings should be shown, but only one is shown. What did I do wrong?

LeeJaeYoung
Virtuoso

! interface script

! =============================================================================
! Tabpage Structure Definition
! =============================================================================

TABID_Root = -1
_idxTab = 1

TABID_Settings = _idxTab : _idxTab = _idxTab + 1
TABID_WindowStyles = _idxTab : _idxTab = _idxTab + 1

LeeJaeYoung_0-1658512590772.png

 


ui_dialog `Settings`

ui_current_page gs_ui_current_page

ui_page TABID_Settings, TABID_Root, `Stamp Display Settings`
gosub "SettingsPage"

ui_page TABID_WindowStyles, TABID_Root, `sSettings`
gosub "typesPage"

! ==============================================================================
end ! end ! end ! end ! end ! end ! end ! end ! end ! end ! end ! end ! end ! en
! ==============================================================================

 

 

LeeJaeYoung_1-1658512654973.png

 

How to set up tabpage navigation in UI? | Graphisoft GDL Center

 

AC27 on window 11
1 ACCEPTED SOLUTION

Accepted Solutions
Solution
LeeJaeYoung
Virtuoso

I should have clicked on “Hierarchical pages”. ^^

Hierarchical pages

LeeJaeYoung_0-1658557266735.png

 

AC27 on window 11

View solution in original post

1 REPLY 1
Solution
LeeJaeYoung
Virtuoso

I should have clicked on “Hierarchical pages”. ^^

Hierarchical pages

LeeJaeYoung_0-1658557266735.png

 

AC27 on window 11