<?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 Door parameters in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212296#M13444</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I would like to place the door ID twice on my door schedule. Therefore, I would like to create a parameter called 'door_no' and in my parameter script be able to make my door_no parameter = the door id. When I write in the parameter script "parameters door_no=ID". It does not recognize the ID. Is there specific programming language to recognize the ID? Thanks.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 08:51:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T08:51:16Z</dc:date>
    <item>
      <title>Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212296#M13444</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I would like to place the door ID twice on my door schedule. Therefore, I would like to create a parameter called 'door_no' and in my parameter script be able to make my door_no parameter = the door id. When I write in the parameter script "parameters door_no=ID". It does not recognize the ID. Is there specific programming language to recognize the ID? Thanks.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:51:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212296#M13444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212297#M13445</link>
      <description>You need to refer to the GDL Reference Manual... and should be warned, that you would have to change the script for every door in your project, saving it out with a new name, perhaps in your embedded library... and that if a library update is posted, you would have to repeat your work on the updated library to get the bug fixes or new features.&lt;BR /&gt;
&lt;BR /&gt;
So... I recommend that you only pursue this is it is absolutely necessary  / no other way to achieve what you need.  (For example - do you need the ID twice because your schedule is so wide?  How about making two schedules and layout them out side by side.)&lt;BR /&gt;
&lt;BR /&gt;
The user ID field that you see in the Info Box / settings dialog is known within GDL as GLOB_ID.  Page 266, GDL Ref Manual (via Help menu), or:&lt;BR /&gt;
&lt;A href="http://helpcenter.graphisoft.com/guides/gdl-reference-guide/miscellaneous/" target="_blank"&gt;&lt;LINK_TEXT text="http://helpcenter.graphisoft.com/guides ... ellaneous/"&gt;http://helpcenter.graphisoft.com/guides/gdl-reference-guide/miscellaneous/&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 11 Nov 2013 17:47:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212297#M13445</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2013-11-11T17:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212298#M13446</link>
      <description>Thank you very much. I have to add parameters to all my doors anyway in order to get double doors to show up as (2) 3'-0"x7'-0". So it's no big deal. Thanks again.</description>
      <pubDate>Mon, 11 Nov 2013 18:16:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212298#M13446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T18:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212299#M13447</link>
      <description>Thanks for the help but I'm still having problems calling up the GLOB_ID in my parameters script.  I think it is the syntax that is the problem.  I set the parameter door_no as a text parameter.  I tried "parameters  door_no=GLOB_ID" and  also "parameters door_no=str(GLOB_ID) but neither of these worked.  Can you help me with the proper syntax?  Thanks</description>
      <pubDate>Mon, 11 Nov 2013 19:31:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212299#M13447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T19:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212300#M13448</link>
      <description>It's been a while for me since I got dirty with GDL... but I think  the Parameter script is only run during user interaction:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/TechnicalStandards.html#title4scripts" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/ftp/techsuppo ... le4scripts"&gt;http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/TechnicalStandards.html#title4scripts&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hopefully one of the GDL gurus here will suggest something.</description>
      <pubDate>Mon, 11 Nov 2013 20:42:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212300#M13448</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2013-11-11T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212301#M13449</link>
      <description>Thanks but I figured it out. "parameters door_no=(GLOB_ID)". This did the trick.</description>
      <pubDate>Mon, 11 Nov 2013 20:50:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212301#M13449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-11T20:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Door parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212302#M13450</link>
      <description>Glad you got it.  Would never have guessed the need for the parentheses.</description>
      <pubDate>Tue, 12 Nov 2013 00:40:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Door-parameters/m-p/212302#M13450</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2013-11-12T00:40:49Z</dc:date>
    </item>
  </channel>
</rss>

