<?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: Edit dropdown box using 2D Dynamic Hotspot in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222700#M1391</link>
    <description>@jGoode Thank you a ton&lt;BR /&gt;
&lt;BR /&gt;
And for that person that created that script&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Apr 2020 11:18:38 GMT</pubDate>
    <dc:creator>Nader Belal</dc:creator>
    <dc:date>2020-04-09T11:18:38Z</dc:date>
    <item>
      <title>Edit dropdown box using 2D Dynamic Hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222696#M1387</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I've come across an object that has a dropdown box that you can select using a dynamic hotspot.&lt;BR /&gt;
I was just wondering how you could do this?&lt;BR /&gt;
&lt;BR /&gt;
Here's a link to the gif of it in use.&lt;BR /&gt;
&lt;A href="http://www.masterscript.nl/WebRoot/StoreNL2/Shops/78066077/MediaGallery/Total_Keynote/SelectKeynoteName.gif" target="_blank"&gt;&lt;/A&gt;&lt;S&gt;&lt;A href="http://www.masterscript.nl/WebRoot/StoreNL2/Shops/78066077/MediaGallery/Total_Keynote/SelectKeynoteName.gif" target="_blank"&gt;&lt;/A&gt;&lt;A href="&amp;lt;/s&amp;gt;&amp;lt;LINK_TEXT text=&amp;quot;http://www.masterscript.nl/WebRoot/Stor ... teName.gif&amp;quot;&amp;gt;http://www.masterscript.nl/WebRoot/StoreNL2/Shops/78066077/MediaGallery/Total_Keynote/SelectKeynoteName.gif&amp;lt;/LINK_TEXT&amp;gt;&amp;lt;e&amp;gt;"&gt;&lt;/A&gt;&lt;/S&gt;&lt;LINK_TEXT text="http://www.masterscript.nl/WebRoot/Stor ... teName.gif"&gt;http://www.masterscript.nl/WebRoot/StoreNL2/Shops/78066077/MediaGallery/Total_Keynote/SelectKeynoteName.gif&lt;/LINK_TEXT&gt;&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Feb 2020 10:30:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222696#M1387</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2020-02-26T10:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Edit dropdown box using 2D Dynamic Hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222697#M1388</link>
      <description>the parameter has to be defined with values{2} with corresponding text strings.&lt;BR /&gt;
If the hotspot has to be not movable - but changing the parameter by it - it has to be put as a "reference parameter"&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Wed, 26 Feb 2020 17:03:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222697#M1388</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2020-02-26T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit dropdown box using 2D Dynamic Hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222698#M1389</link>
      <description>Thanks Piotr, interesting!&lt;BR /&gt;
&lt;BR /&gt;
How would you use this script to do for example, if *parameter* = "Select value 1" then *do this* ?</description>
      <pubDate>Mon, 02 Mar 2020 11:20:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222698#M1389</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2020-03-02T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Edit dropdown box using 2D Dynamic Hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222699#M1390</link>
      <description>just plainly if... then&lt;BR /&gt;
of course GLOB_MODPAR_NAME can be used as well with it&lt;BR /&gt;
&lt;BR /&gt;
In the example I have placed the way that the hotspot will  go back to default (the other parameters is changed)&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Wed, 04 Mar 2020 11:35:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222699#M1390</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2020-03-04T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Edit dropdown box using 2D Dynamic Hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222700#M1391</link>
      <description>@jGoode Thank you a ton&lt;BR /&gt;
&lt;BR /&gt;
And for that person that created that script&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2020 11:18:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Edit-dropdown-box-using-2D-Dynamic-Hotspot/m-p/222700#M1391</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2020-04-09T11:18:38Z</dc:date>
    </item>
  </channel>
</rss>

