GDL Enthusiast
Advocate
since ‎2021-07-29
Thursday

User Statistics

  • 105 Posts
  • 1 Solutions
  • 89 Likes given
  • 5 Likes received

User activity

Hi, Is it possible to turn off the User Interface Header (example from standard AC Bed below)? If I deselect Hierarchical pages, the header remains present but with "Custom Settings" as default header. Many thanks, Matt
Hi, I am hoping to reference the Sea Level height of the project in the elevation and section views. I have tried and searched without success. The best I have is ObjectHt = int(SYMB_POS_Y*1000) This returns the height of the object in the Y-axis rel...
Hi, I am hoping to be able to create hotspots in 3D that I can use in the elevation and section views. I have created and attached an object that displays 2 hotspots. The 2 hotspots move independent of each other in 3D. In elevation, the hotspots see...
Hi, In a separate post, Jochen and AllanP showed how to use switches for arrays: https://community.graphisoft.com/t5/GDL/Multiple-on-off-switches-via-array-for-switching-within-UI/m-p/647254#M7358 I wanted to do the same with text but for some weird ...
Hi, I have some code with a lot of on/off switches, each with a values{2} command and associated parameters i.e. !! Parameters Script values{2} "Switch_1", 0, `Off`, 1, `On` values{2} "Switch_2", 0, `Off`, 1, `On` !Etc... !! UI Script UI_INFIELD{3} S...