<?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: Window &amp;amp; Door Markers in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140444#M25452</link>
    <description>Hi Doug,&lt;BR /&gt;
&lt;BR /&gt;
Did you do an ENDIF afterwards?&lt;BR /&gt;
&lt;BR /&gt;
IF AC_WIDO_TYPE=1 THEN &lt;BR /&gt;
TEXT2 0,0,"Yada Yada"&lt;BR /&gt;
ENDIF</description>
    <pubDate>Tue, 16 Dec 2008 20:34:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-12-16T20:34:18Z</dc:date>
    <item>
      <title>Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140442#M25450</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I've been going through the script of these markers (the LHS Marker in particular). What I'd like to do is have the marker know whether it is being used for a window or a door. Then I will use the "Parameters" function to place the text where I want it for each of these objects. I've tried GLOB_ELEM_TYPE but I'm not sure how to use it to find the object that the marker is being placed with.&lt;BR /&gt;
&lt;BR /&gt;
Any thoughts?&lt;BR /&gt;
thanks,&lt;BR /&gt;
&lt;BR /&gt;
Doug&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:41:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140442#M25450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140443#M25451</link>
      <description>Well, after some more searching I found the AC_ parameters. I added the following to the 2D script as a test. The screenshot shows the error message I got. &lt;BR /&gt;
&lt;BR /&gt;
IF AC_WIDO_TYPE=1 THEN&lt;BR /&gt;
TEXT2 0,0,"Yada Yada"&lt;BR /&gt;
&lt;BR /&gt;
Can anyone tell me the correct way to use this parameter?&lt;BR /&gt;
&lt;BR /&gt;
Doug&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11294iE1BCE2D71772009D/image-size/large?v=v2&amp;amp;px=999" border="0" alt="2D Script Error.PNG" title="2D Script Error.PNG" /&gt;</description>
      <pubDate>Tue, 16 Dec 2008 20:24:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140443#M25451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T20:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140444#M25452</link>
      <description>Hi Doug,&lt;BR /&gt;
&lt;BR /&gt;
Did you do an ENDIF afterwards?&lt;BR /&gt;
&lt;BR /&gt;
IF AC_WIDO_TYPE=1 THEN &lt;BR /&gt;
TEXT2 0,0,"Yada Yada"&lt;BR /&gt;
ENDIF</description>
      <pubDate>Tue, 16 Dec 2008 20:34:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140444#M25452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140445#M25453</link>
      <description>Thanks for the reply Peter,&lt;BR /&gt;
&lt;BR /&gt;
Yes I put the endif in there (just forgot to show it here). &lt;BR /&gt;
&lt;BR /&gt;
Doug</description>
      <pubDate>Tue, 16 Dec 2008 20:39:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140445#M25453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T20:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140446#M25454</link>
      <description>id love to know how to make the window and door markers to be able to be placed where i want them.. i hate having a bunch of windows next to eachother and unable to use the markers cos they all overlap eacheother. and unable to move them</description>
      <pubDate>Tue, 16 Dec 2008 22:15:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140446#M25454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T22:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Window &amp; Door Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140447#M25455</link>
      <description>Well, it looks as though, after more digging I'm going to answer my own post again(believe me, I'm not doing this on purpose, I just hate to give up and wait for an answer &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; . I found that the AC_WIDO_TYPE parameter had been set to array in the LHS marker.(I assume this caused the array warning ) This set it's value to [1], with the brackets. I looked at a few other markers and found that they weren't set to array and had a value of 0. I made the changes to the LHS marker and Voila! If I placed a new door then it showed the text...a new window did not. I'll tell you what...If you've run out of challenges in life (and you're not a gdl guru already), then Dive In!! (I would suggest making a backup copy of your libraries first though)&lt;BR /&gt;
&lt;BR /&gt;
I'll be back!&lt;BR /&gt;
&lt;BR /&gt;
Doug</description>
      <pubDate>Tue, 16 Dec 2008 23:23:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Window-amp-Door-Markers/m-p/140447#M25455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T23:23:52Z</dc:date>
    </item>
  </channel>
</rss>

