<?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: Custom parameter values in preview and poition field in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202554#M13373</link>
    <description>You are truly a genius Barry. Thank you! &lt;BR /&gt;
 The reason i needed this, is for bimx. It looks to me that bimx reeds dimension from the the preview and position field.  &lt;BR /&gt;
 That way my object parameter will show the right values in bimx.</description>
    <pubDate>Wed, 09 Oct 2013 21:59:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-09T21:59:30Z</dc:date>
    <item>
      <title>Custom parameter values in preview and position field</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202552#M13371</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Does anybody know if there is a way so that Your custom parameter values (height and width) will be the same as in the preview and position Field?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:16:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202552#M13371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T13:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom parameter values in preview and poition field</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202553#M13372</link>
      <description>If I am understanding your problem correctly you could alter your scripts to used the "A" &amp;amp; "B" parameters instead of your custom height and width.&lt;BR /&gt;
This way a user can alter them directly from the info box rather than opening the settings.&lt;BR /&gt;
&lt;BR /&gt;
Or on the parameter script you will need ...&lt;BR /&gt;
&lt;BR /&gt;
A=custom_width&lt;BR /&gt;
B=custom_height&lt;BR /&gt;
PARAMETERS A=A, B=B&lt;BR /&gt;
LOCK "A", "B"&lt;BR /&gt;
&lt;BR /&gt;
You will need to lock A &amp;amp; B so the users don't think they can use them to alter the sizes.&lt;BR /&gt;
If you don't lock them then you will also need to add in your script  that whenever they are altered then your custom parameters get altered as well.&lt;BR /&gt;
&lt;BR /&gt;
i.e.&lt;BR /&gt;
if GLOB_MODAR_NAME = "A" then&lt;BR /&gt;
custom_width=A&lt;BR /&gt;
PARAMETERS custom_width=custom_width&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
if GLOB_MODAR_NAME = "B" then&lt;BR /&gt;
custom_height=B&lt;BR /&gt;
PARAMETERS custom_height=custom_height&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 09 Oct 2013 01:34:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202553#M13372</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2013-10-09T01:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom parameter values in preview and poition field</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202554#M13373</link>
      <description>You are truly a genius Barry. Thank you! &lt;BR /&gt;
 The reason i needed this, is for bimx. It looks to me that bimx reeds dimension from the the preview and position field.  &lt;BR /&gt;
 That way my object parameter will show the right values in bimx.</description>
      <pubDate>Wed, 09 Oct 2013 21:59:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Custom-parameter-values-in-preview-and-position-field/m-p/202554#M13373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-09T21:59:30Z</dc:date>
    </item>
  </channel>
</rss>

