We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-07-22 07:57 PM
! interface script
! =============================================================================
! Tabpage Structure Definition
! =============================================================================
TABID_Root = -1
_idxTab = 1
TABID_Settings = _idxTab : _idxTab = _idxTab + 1
TABID_WindowStyles = _idxTab : _idxTab = _idxTab + 1
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
! ==============================================================================
How to set up tabpage navigation in UI? | Graphisoft GDL Center
Solved! Go to Solution.
2022-07-23 08:22 AM
I should have clicked on “Hierarchical pages”. ^^
“Hierarchical pages”
2022-07-23 08:22 AM
I should have clicked on “Hierarchical pages”. ^^
“Hierarchical pages”