We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2020-03-24 02:38 PM
ui_infield{3} "existing", 0, 100, 100, 20, 5, "", 1, 1, 100, 100, 100, 100, 1, e1,e1 ui_infield{3} "existing", 0, 130, 100, 20, 5, "", 1, 1, 100, 100, 100, 100, 1, e2,e2 ui_infield{3} "existing", 0, 160, 100, 20, 5, "", 1, 1, 100, 100, 100, 100, 1, e3,e3
2021-05-23 02:32 PM
2021-05-24 01:19 AM
ui_radiobutton "existing", e1, e1, xPOS, yPOS, 20, 16: xPOS = xPOS +20 ui_radiobutton "existing", e2, e2, xPOS, yPOS, 20, 16: xPOS = xPOS +20 ui_radiobutton "existing", e3, e3, xPOS, yPOS, 20, 16: xPOS = xPOS +20
ui_button ui_function, e1, xPOS, yPOS, 20, 16, 101: xPOS = xPOS +20 ui_button ui_function, e2, xPOS, yPOS, 20, 16, 102: xPOS = xPOS +20 ui_button ui_function, e3, xPOS, yPOS, 20, 16, 103: xPOS = xPOS +20
if GLOB_UI_BUTTON_ID = 101 then parameters "existing" = e1 if GLOB_UI_BUTTON_ID = 102 then parameters "existing" = e2 if GLOB_UI_BUTTON_ID = 103 then parameters "existing" = e3