<?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: Label for opening codes in GDL in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287247#M3485</link>
    <description>I had a quick play.&lt;BR /&gt;
I couldn't get the 'ac_wido_reveal_side_2' parameter to work.&lt;BR /&gt;
But I used the global 'WIDO_REVEAL_SIDE' and then set a parameter to say 'Inside' or 'Outside'&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;if WIDO_REVEAL_SIDE = 0 then
	window_open_side = "Outside"
else
	window_open_side = "Inside"
endif
PARAMETERS window_open_side = window_open_side&lt;/PRE&gt;

&lt;BR /&gt;
Then I used that in the label ... rrr=REQUEST ("ASSOCLP_PARVALUE", "window_open_side", name_or_index, type, flags, dim1, dim2, p_values) &lt;BR /&gt;
&lt;BR /&gt;
Seems to work OK.&lt;BR /&gt;
Add in the orientation (left, right) and you should be good to go.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Mon, 26 Jul 2021 04:14:12 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2021-07-26T04:14:12Z</dc:date>
    <item>
      <title>Label for opening codes in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287245#M3483</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;How do I create a label to show these codes. (the 4 codes inRED)&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2021 06:58:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287245#M3483</guid>
      <dc:creator>David Shorter</dc:creator>
      <dc:date>2021-09-14T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Label for opening codes in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287246#M3484</link>
      <description>The Right and Left is simply the orientation.&lt;BR /&gt;
But I don't think doors have any concept of what is inside or outside - at least as far as autotext goes.&lt;BR /&gt;
&lt;BR /&gt;
The schedules have a 'view from reveal side' and 'view from opening side', but I don't see any autotext values for opening side.&lt;BR /&gt;
&lt;BR /&gt;
There is a parameter for 'ac_wido_reveal_side_2'&lt;BR /&gt;
0 = opens to same side as reveal side.&lt;BR /&gt;
1 = opens to side opposite reveal side.&lt;BR /&gt;
&lt;BR /&gt;
So if your reveal is always on the outside and your door has that parameter, you should be able to use this in a scripted label by using ...&lt;BR /&gt;
&lt;BR /&gt;
rrr=REQUEST ("ASSOCLP_PARVALUE", "ac_wido_reveal_side_2", name_or_index, type, flags, dim1, dim2, p_values)&lt;BR /&gt;
&lt;BR /&gt;
if p_values is 1 then it opens inside otherwise it is outside.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Mind you I have not tried to create a label that does this so just a theory on my part at the moment.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 26 Jul 2021 03:18:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287246#M3484</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-07-26T03:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Label for opening codes in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287247#M3485</link>
      <description>I had a quick play.&lt;BR /&gt;
I couldn't get the 'ac_wido_reveal_side_2' parameter to work.&lt;BR /&gt;
But I used the global 'WIDO_REVEAL_SIDE' and then set a parameter to say 'Inside' or 'Outside'&lt;BR /&gt;
&lt;BR /&gt;

&lt;PRE&gt;if WIDO_REVEAL_SIDE = 0 then
	window_open_side = "Outside"
else
	window_open_side = "Inside"
endif
PARAMETERS window_open_side = window_open_side&lt;/PRE&gt;

&lt;BR /&gt;
Then I used that in the label ... rrr=REQUEST ("ASSOCLP_PARVALUE", "window_open_side", name_or_index, type, flags, dim1, dim2, p_values) &lt;BR /&gt;
&lt;BR /&gt;
Seems to work OK.&lt;BR /&gt;
Add in the orientation (left, right) and you should be good to go.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 26 Jul 2021 04:14:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287247#M3485</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-07-26T04:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Label for opening codes in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287248#M3486</link>
      <description>Use the globals described &lt;A href="http://gdl.graphisoft.com/gdl-basics/simple-doors-and-windows" target="_blank"&gt;here at flipping&lt;/A&gt;. WALL_FLIPPED is also needed if you want to match it to the wall's inside/outside.</description>
      <pubDate>Thu, 29 Jul 2021 10:05:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Label-for-opening-codes-in-GDL/m-p/287248#M3486</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2021-07-29T10:05:29Z</dc:date>
    </item>
  </channel>
</rss>

