<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: missing global functions in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704249#M8475</link>
    <description>&lt;P&gt;Thanks Barry, that's really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of interest, is there any reference documentation for the new MVO parameters and other global macros?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2026 03:17:04 GMT</pubDate>
    <dc:creator>Ben D</dc:creator>
    <dc:date>2026-06-03T03:17:04Z</dc:date>
    <item>
      <title>missing global functions</title>
      <link>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704162#M8473</link>
      <description>&lt;P&gt;Does anyone know if some global functions have been renamed,. changed or lost between the old style monolithic libraries and the new global libraries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a few custom objects that call the function"&lt;SPAN&gt;GetPlanViewGlobals" that have broken since we shifted to the global libraries - this function doesnt appear to exist any more, or if it does, I'm not sure in which of the libraries it is in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the particular line in the object's 2D script is:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;EM&gt;call "GetPlanViewGlobals" parameters all returned_parameters gs_symbtype_2D_m&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;any suggestions as to how to resolve this much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Mac Apple Silicon 15.7.5 Sequoia&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 01:35:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704162#M8473</guid>
      <dc:creator>Ben D</dc:creator>
      <dc:date>2026-06-02T01:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: missing global functions</title>
      <link>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704175#M8474</link>
      <description>&lt;P&gt;&lt;EM&gt;"GetPlanViewGlobals" is a macro from your old library.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;It may not exist in the new global libraries as the MVO global commands in 28/29 may have changed.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The old macro still uses the old globals from the old MVO.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;So you need to load the old library (or parts of it) that control the old MVOs.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1780381536736.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/101731iDA5CB7B40CB25FF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1780381536736.png" alt="BarryKelly_0-1780381536736.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here you can see I have done this with my old library, so those old parts can use the old MVO global parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_1-1780381664891.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/101732i648D4AE329526053/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_1-1780381664891.png" alt="BarryKelly_1-1780381664891.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means you will have 2 places in the MVO to change settings, until you update your old objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Or you need to re-write your old objects (or that&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;GetPlanViewGlobals macro)&lt;/EM&gt;&lt;EM&gt;&amp;nbsp;so they use the new MVO global parameters.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;You would need to look into that macro to find what parameters it is using and then swap them fro the equivalent 28/29 ones.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I haven't looked that far into it all yet.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Barry.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 06:29:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704175#M8474</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2026-06-02T06:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: missing global functions</title>
      <link>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704249#M8475</link>
      <description>&lt;P&gt;Thanks Barry, that's really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Out of interest, is there any reference documentation for the new MVO parameters and other global macros?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 03:17:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/missing-global-functions/m-p/704249#M8475</guid>
      <dc:creator>Ben D</dc:creator>
      <dc:date>2026-06-03T03:17:04Z</dc:date>
    </item>
  </channel>
</rss>

