<?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: Hidden parameter in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210511#M15804</link>
    <description>Have you changed the value and THEN set the Parameter Value?&lt;BR /&gt;
&lt;BR /&gt;
lined_back = 0&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS lined_back=lined_back&lt;BR /&gt;
&lt;BR /&gt;
If you just set the PARAMETERS value, The parameter value changes, but it doesn't change the value for the rest of the scripts. It would take another run through all the scripts for the vaule to change.</description>
    <pubDate>Mon, 05 Dec 2011 22:08:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-05T22:08:14Z</dc:date>
    <item>
      <title>Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210509#M15802</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am writing a simple (ish) library part that I am using in an element schedule.&lt;BR /&gt;
&lt;BR /&gt;
It is a rectangular panel that can be open to 0°, 45° or 90°.  When open to 45 or 90, the panel is lined front and back.  When it is at 0, it is only lined on one side.&lt;BR /&gt;
&lt;BR /&gt;
I have created a parameter called lined_back (Lined both sides) as a boolean, which is meant to turn on or off depending on the opening angle chosen.&lt;BR /&gt;
&lt;BR /&gt;
Two problems:  &lt;BR /&gt;
1.  As a boolean, when I try to change the value in either the Master Script, Parameter Script or 3D script, I get a "unititialized variable" error (strangely enough, only in the ELSE portion of my IF statement).  I can get around this by defining it as text, and changing from "yes" to "no".  Clumsy, but it works - I would rather use a boolean.&lt;BR /&gt;
&lt;BR /&gt;
2.  I don't want the user to change this value, so I have hidden it.  Problem is, if it's hidden, you can't list it in a schedule.&lt;BR /&gt;
&lt;BR /&gt;
Ideas anyone?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Dec 2011 20:54:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210509#M15802</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2011-12-05T20:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210510#M15803</link>
      <description>To add to the previous post:  I can use the LOCK command to grey it out...but I still can't change the value of the parameter by code (can't figure out why).&lt;BR /&gt;
&lt;BR /&gt;
I've tried it in the Master, Parameter, Interface &amp;amp; 3D scripts - no luck.  And if I can't change the parameter value, it won't change in the schedule.</description>
      <pubDate>Mon, 05 Dec 2011 21:14:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210510#M15803</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2011-12-05T21:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210511#M15804</link>
      <description>Have you changed the value and THEN set the Parameter Value?&lt;BR /&gt;
&lt;BR /&gt;
lined_back = 0&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS lined_back=lined_back&lt;BR /&gt;
&lt;BR /&gt;
If you just set the PARAMETERS value, The parameter value changes, but it doesn't change the value for the rest of the scripts. It would take another run through all the scripts for the vaule to change.</description>
      <pubDate>Mon, 05 Dec 2011 22:08:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210511#M15804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-05T22:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210512#M15805</link>
      <description>Champion - that's it!&lt;BR /&gt;
&lt;BR /&gt;
Thanks muchly.</description>
      <pubDate>Mon, 05 Dec 2011 22:22:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210512#M15805</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2011-12-05T22:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210513#M15806</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
If you hide the parameter with command &lt;BR /&gt;
hideparameter it is available in the &lt;BR /&gt;
schedule and not visible to the user. &lt;BR /&gt;
(So do not use the hiding check box).&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Tue, 06 Dec 2011 15:03:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210513#M15806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210514#M15807</link>
      <description>Point 2:&lt;BR /&gt;
I don't know If it works, but try r´this:&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT # 6 THEN HIDEPARAMETER "lined_back"&lt;BR /&gt;
&lt;BR /&gt;
6 is the context of list generation.</description>
      <pubDate>Tue, 06 Dec 2011 15:06:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210514#M15807</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2011-12-06T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210515#M15808</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I think it is not mandatory - hideparameter &lt;BR /&gt;
does not hide parameters in schedules, &lt;BR /&gt;
only the hiding check box does.</description>
      <pubDate>Tue, 06 Dec 2011 15:23:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210515#M15808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T15:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden parameter</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210516#M15809</link>
      <description>More excellent tips - thank you very much!</description>
      <pubDate>Tue, 13 Dec 2011 22:04:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hidden-parameter/m-p/210516#M15809</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2011-12-13T22:04:24Z</dc:date>
    </item>
  </channel>
</rss>

