<?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: Hotspot generation in saving out a gsm in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159281#M24326</link>
    <description>&lt;BLOCKQUOTE&gt;racheliya wrote:&lt;BR /&gt;In Shanghai are is it easy to buy a cheap GSM phone that I can put a SIM card in and talk to people in the US?&lt;/BLOCKQUOTE&gt;

I do not know about Shanghai, but all the .GSM phones here are free for sure! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt;</description>
    <pubDate>Sun, 09 Aug 2009 10:59:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-08-09T10:59:28Z</dc:date>
    <item>
      <title>Hotspot generation in saving out a gsm</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159277#M24322</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I have recently saved out some 2D furniture layouts as library parts, I find this method good for when you receive a 2D furniture layout from a contractor and it has 50,000 elements! The problem I am having is it is now generating hundreds of hotspots in the gsm which is making it much slower to display or move the gsm. I made sure there were no hotspots in the selection (other than the one I wanted) before I saved it but they are still there. They seem to be placed quite randomly, like on the end nodes of some lines but not others. I could go into the script and remove all the hotspot lines of code but I can't be arsed.&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know why this has started to happen? I have the latest build of ArchiCAD 12 on a Mac.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jul 2009 07:43:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159277#M24322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-17T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot generation in saving out a gsm</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159278#M24323</link>
      <description>&lt;BLOCKQUOTE&gt;Steve wrote:&lt;BR /&gt;Does anyone know why this has started to happen? I have the latest build of ArchiCAD 12 on a Mac.&lt;/BLOCKQUOTE&gt;

I think Archicad has always generated hotspots in autoscripted objects.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Steve wrote:&lt;BR /&gt; I could go into the script and remove all the hotspot lines of code but I can't be arsed.&lt;/BLOCKQUOTE&gt;

I'm afraid you will have to be. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Instead of deleting them do a "Find &amp;amp; Replace" in the script.&lt;BR /&gt;
Find all &lt;FONT color="#ff0009"&gt;HOTSPOT2&lt;/FONT&gt; and replace with &lt;FONT color="#ff0009"&gt;!HOTSPOT2&lt;/FONT&gt;&lt;BR /&gt;
This will just comment out the line for the hotspots where ever thay are and saves you having to find them yourself.&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 17 Jul 2009 08:01:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159278#M24323</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2009-07-17T08:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot generation in saving out a gsm</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159279#M24324</link>
      <description>Thanks Barry, great bit of advice for adding the '!'s, I will do that.&lt;BR /&gt;
&lt;BR /&gt;
The reason I said, 'started to do this' is the gsms are replacements of ones I did two months ago that had just the five hotspots in! In my understanding, ArchiCAD will only add extra hotspots to a 2D library part where you place hotspots before saving out.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;Steve wrote:&lt;BR /&gt;Does anyone know why this has started to happen? I have the latest build of ArchiCAD 12 on a Mac.&lt;/BLOCKQUOTE&gt;

I think Archicad has always generated hotspots in autoscripted objects.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Steve wrote:&lt;BR /&gt; I could go into the script and remove all the hotspot lines of code but I can't be arsed.&lt;/BLOCKQUOTE&gt;

I'm afraid you will have to be. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_cry.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Instead of deleting them do a "Find &amp;amp; Replace" in the script.&lt;BR /&gt;
Find all &lt;FONT color="#ff0009"&gt;HOTSPOT2&lt;/FONT&gt; and replace with &lt;FONT color="#ff0009"&gt;!HOTSPOT2&lt;/FONT&gt;&lt;BR /&gt;
This will just comment out the line for the hotspots where ever thay are and saves you having to find them yourself.&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Barry.&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 17 Jul 2009 08:06:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159279#M24324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-17T08:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot generation in saving out a gsm</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159280#M24325</link>
      <description>racheliya i think you have the wrong forum.</description>
      <pubDate>Sun, 09 Aug 2009 01:08:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159280#M24325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-09T01:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hotspot generation in saving out a gsm</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159281#M24326</link>
      <description>&lt;BLOCKQUOTE&gt;racheliya wrote:&lt;BR /&gt;In Shanghai are is it easy to buy a cheap GSM phone that I can put a SIM card in and talk to people in the US?&lt;/BLOCKQUOTE&gt;

I do not know about Shanghai, but all the .GSM phones here are free for sure! &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sun, 09 Aug 2009 10:59:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Hotspot-generation-in-saving-out-a-gsm/m-p/159281#M24326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-09T10:59:28Z</dc:date>
    </item>
  </channel>
</rss>

