<?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 Schedule mirrored modules in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238789#M3576</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Guys, &lt;BR /&gt;
Can anybody please tell me how could I possibly get the status of the"mirrired" tick box of modules into a schedule? &lt;BR /&gt;
Alternatively, the mirrored status of an object would do, but once the object is placed as part of a module, the parameter script does not run in schedules, so I could not make it report wether it is mirrored or not. &lt;BR /&gt;
Please, somebody!!!! &lt;BR /&gt;
&lt;BR /&gt;
It must be possible. The tick box is there and shows the correct info when the object is part of a module. How do I access that piece of data? &lt;BR /&gt;
Cheers &lt;BR /&gt;
Karoly&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 29 Aug 2018 15:59:47 GMT</pubDate>
    <dc:creator>Karoly Horvath</dc:creator>
    <dc:date>2018-08-29T15:59:47Z</dc:date>
    <item>
      <title>Schedule mirrored modules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238789#M3576</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Guys, &lt;BR /&gt;
Can anybody please tell me how could I possibly get the status of the"mirrired" tick box of modules into a schedule? &lt;BR /&gt;
Alternatively, the mirrored status of an object would do, but once the object is placed as part of a module, the parameter script does not run in schedules, so I could not make it report wether it is mirrored or not. &lt;BR /&gt;
Please, somebody!!!! &lt;BR /&gt;
&lt;BR /&gt;
It must be possible. The tick box is there and shows the correct info when the object is part of a module. How do I access that piece of data? &lt;BR /&gt;
Cheers &lt;BR /&gt;
Karoly&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:59:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238789#M3576</guid>
      <dc:creator>Karoly Horvath</dc:creator>
      <dc:date>2018-08-29T15:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule mirrored modules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238790#M3577</link>
      <description>Hi Karoly,&lt;BR /&gt;
I have always used the object method.&lt;BR /&gt;
Which object are you planning to schedule? Is it a standard ArchiCAD one?&lt;BR /&gt;
&lt;BR /&gt;
I usually do this with custom objects. We create a parameter in the object called "handed" (we don't use mirror in case the builder puts mirrors everywhere  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;  )&lt;BR /&gt;



In the parameter script I write&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;if symb_mirrored = 1 then&lt;BR /&gt;
	parameters handed =  1&lt;BR /&gt;
else&lt;BR /&gt;
	parameters handed =  0&lt;BR /&gt;
endif&lt;BR /&gt;
lock 'handed'&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
You can then schedule this parameter&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps&lt;BR /&gt;
Tom</description>
      <pubDate>Thu, 30 Aug 2018 01:28:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238790#M3577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-30T01:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule mirrored modules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238791#M3578</link>
      <description>Schedules don't have a field to give the mirrored status of an object that I can see (I checked in 21 but not 22 - I assume it is the same there and I see you are using 20 anyway).&lt;BR /&gt;
&lt;BR /&gt;
All I can think of is to add a parameter to the objects that will show if it is mirrored or not - one that mimics the mirrored status of the object.&lt;BR /&gt;
Then schedule that parameter.&lt;BR /&gt;
This is fine if the objects are yours and you can modify them - not so good if they are the standard Graphisoft library.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 30 Aug 2018 01:32:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238791#M3578</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-08-30T01:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule mirrored modules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238792#M3579</link>
      <description>Could you schedule the hotlink source perhaps? Then just have two versions of the hotlink, one mirrored one not.&lt;BR /&gt;
&lt;BR /&gt;
Wouldn't directly give you the objects mirrored state, but would tell you if it was part of a mirrored layout...&lt;BR /&gt;
&lt;BR /&gt;
Not sure if this is your intention though.&lt;BR /&gt;
&lt;BR /&gt;
Happy hunting!&lt;BR /&gt;
Jase.</description>
      <pubDate>Thu, 30 Aug 2018 02:20:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238792#M3579</guid>
      <dc:creator>JaseBee</dc:creator>
      <dc:date>2018-08-30T02:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Schedule mirrored modules</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238793#M3580</link>
      <description>Tom, &lt;BR /&gt;
&lt;BR /&gt;
Yeah, I had the same script in my object. &lt;BR /&gt;
The problem is:&lt;BR /&gt;
- once the object is part of a module,  the schedule doesn't  show the correct handing. &lt;BR /&gt;
It is because the schedule doesn't trigger running the parameter script, hence it always show the default value. &lt;BR /&gt;
This is why I was hoping to get access to the actual tick box value in the module setting. &lt;BR /&gt;
It seems I can't access the module source file name either, unless someone knows a secret there. &lt;BR /&gt;
The only option I know works is to "run parameter script... Manually fit the whole project. That takes hours... &lt;BR /&gt;
&lt;BR /&gt;
Any better idea?</description>
      <pubDate>Thu, 30 Aug 2018 07:18:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Schedule-mirrored-modules/m-p/238793#M3580</guid>
      <dc:creator>Karoly Horvath</dc:creator>
      <dc:date>2018-08-30T07:18:12Z</dc:date>
    </item>
  </channel>
</rss>

