<?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: How to get a scripted value update the variable value in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187416#M23836</link>
    <description>Juha is correct. But if you are collecting data (integer or text) that is dependent upon multiple parameters (scripted or not) will have inconsistent IS listing results. This happens because the object requires the settings dialog to be activated (opened) to update the sequenced parameter values.</description>
    <pubDate>Tue, 15 Sep 2009 22:13:18 GMT</pubDate>
    <dc:creator>David Larrew</dc:creator>
    <dc:date>2009-09-15T22:13:18Z</dc:date>
    <item>
      <title>How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187411#M23831</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm just wondering how I get a scripted value (a combination of a element ID, zone number etc.) to update the value of the variable so I can get it to schedule?&lt;BR /&gt;
&lt;BR /&gt;
Any help greatly appreciated, Thanks.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Sep 2009 03:29:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187411#M23831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T03:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187412#M23832</link>
      <description>Hi Phil,&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure of what you are trying to achieve...  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Could you please elaborate it?...</description>
      <pubDate>Mon, 14 Sep 2009 08:48:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187412#M23832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T08:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187413#M23833</link>
      <description>If you want to pull a value from an Object to schedule with the IS, you need to use the "PARAMETERS" command to fill in the desired value into a parameter field. Unfortunately, the parameter field will not update until you activate (open) the Object to allow for the values to update the parameter field. So the scheduled field will sometimes seem to not update.</description>
      <pubDate>Mon, 14 Sep 2009 10:56:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187413#M23833</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2009-09-14T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187414#M23834</link>
      <description>David,&lt;BR /&gt;
&lt;BR /&gt;
Thats exactly what i was trying to do, had had a quick play with the PARAMETERS command but obviously gave up to quickly, working well now. Thanks&lt;BR /&gt;
&lt;BR /&gt;
Any chance you have found a cunning way to get the Parameter field to update automatically or with a plan refresh like the 2D symbol?&lt;BR /&gt;
Having to open each individual instance of the object to get the correct value through to the IS is quite a pain. Takes all the fun out of what i was trying to do.. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 15 Sep 2009 06:51:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187414#M23834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-15T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187415#M23835</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
This has been discussed many times before, but here it is again;&lt;BR /&gt;
&lt;BR /&gt;
If you have only the PARAMETERS command then you are updating only the setting/user value of the object, not the value for the rest of the GDL. This especially is the case if the command is placed in the value script and not in the master script.&lt;BR /&gt;
&lt;BR /&gt;
So might be worth testing to;&lt;BR /&gt;
- place the script in the master script AND&lt;BR /&gt;
- declare the value before setting the user value&lt;BR /&gt;

&lt;PRE&gt;myParam =  5
parameters myParam= myParam&lt;/PRE&gt;

Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Juha</description>
      <pubDate>Tue, 15 Sep 2009 07:30:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187415#M23835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-15T07:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a scripted value update the variable value</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187416#M23836</link>
      <description>Juha is correct. But if you are collecting data (integer or text) that is dependent upon multiple parameters (scripted or not) will have inconsistent IS listing results. This happens because the object requires the settings dialog to be activated (opened) to update the sequenced parameter values.</description>
      <pubDate>Tue, 15 Sep 2009 22:13:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-to-get-a-scripted-value-update-the-variable-value/m-p/187416#M23836</guid>
      <dc:creator>David Larrew</dc:creator>
      <dc:date>2009-09-15T22:13:18Z</dc:date>
    </item>
  </channel>
</rss>

