GDL Enthusiast
Enthusiast
since ‎2021-07-28
yesterday

User Statistics

  • 51 Posts
  • 0 Solutions
  • 30 Likes given
  • 3 Likes received

User activity

Hi, Is there a way to extract the parameters of a Surface/Texture from Archicad into GDL? My hope is one can see the parameters, somehow, of a surface texture and copy that detail to GDL code. It would enable a few more material definitions. An examp...
Hi, If I write and IF THEN statement, the editor sometimes returns an error if I add an ENDIF on the next line. Most of the time it seems to run without error if I don't even add the ENDIF statement when creating a list of logic. The editor seems to ...
Hi, I like ui_infield{3} visually with its drop-down pictures. An example is the AC sofa object, for selecting various options. I have had a go at coding it but the code bet me. I tried two ways here: Method 1:Values{2} list for the variable "bolts":...
Hi, I recently found the LP_​XMLConverter:https://gdl.graphisoft.com/tips-and-tricks/how-to-use-the-lp_xmlconverter-tool May I ask what it is used for? It looks like it is used for converting between XML and HSF. Could it be that some coders compose ...
Hi, I would like to provide interface weblinks that change based on a values{2} list i.e., values{2} "WbLnk", 0, `www.google.com:`, 1, `www.youtube.com:`, 2, `www.facebook.com:` UI_PICT_BUTTON UI_LINK, "", "Icon", 250, 100, 18, 18, 0, "WbLnk" But tha...