<?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: Editable Hotspots and GLOB_CONTEXT in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40396#M39573</link>
    <description>&lt;BLOCKQUOTE&gt;Rowan wrote:&lt;BR /&gt;I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.&lt;BR /&gt;
&lt;BR /&gt;
ie, in the following case&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 4 THEN&lt;BR /&gt;
  HOTSPOT2 0,0,0,leftext,1&lt;BR /&gt;
  HOTSPOT2 -leftext,0,0,leftext,2&lt;BR /&gt;
...&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The hotspots will display in the section window, but I cannot use them to edit the parameter.&lt;BR /&gt;
&lt;BR /&gt;
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
The HOTSPOT/HOTSPOT2 statement has been chenged since AC 8. Now it requires more statement to define an editable hotspot. &lt;BR /&gt;
For example, to edit a length type parameter, three hotspots must be defined. To edit an angle type parameter, four hotspots must be defined.&lt;BR /&gt;
&lt;BR /&gt;
You can find detailed introduction in Help file.&lt;BR /&gt;
&lt;BR /&gt;
Good luck.&lt;BR /&gt;
&lt;BR /&gt;
Wolf</description>
    <pubDate>Tue, 16 Nov 2004 13:26:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-11-16T13:26:40Z</dc:date>
    <item>
      <title>Editable Hotspots and GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40393#M39570</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.&lt;BR /&gt;
&lt;BR /&gt;
ie, in the following case&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 4 THEN&lt;BR /&gt;
  HOTSPOT2 0,0,0,leftext,1&lt;BR /&gt;
  HOTSPOT2 -leftext,0,0,leftext,2&lt;BR /&gt;
...&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The hotspots will display in the section window, but I cannot use them to edit the parameter.&lt;BR /&gt;
&lt;BR /&gt;
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:49:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40393#M39570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspots and GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40394#M39571</link>
      <description>&lt;BLOCKQUOTE&gt;Rowan wrote:&lt;BR /&gt;I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.&lt;BR /&gt;
&lt;BR /&gt;
ie, in the following case&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 4 THEN&lt;BR /&gt;
  HOTSPOT2 0,0,0,leftext,1&lt;BR /&gt;
  HOTSPOT2 -leftext,0,0,leftext,2&lt;BR /&gt;
...&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The hotspots will display in the section window, but I cannot use them to edit the parameter.&lt;BR /&gt;
&lt;BR /&gt;
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?&lt;/BLOCKQUOTE&gt;

I don't think so because the HOTSPOT2 is a 2D GDL command, it applies to the Floor Plan. So Hotspots you see in a S/E Window are actually 3D Hotspots. (I might be wrong).</description>
      <pubDate>Sun, 17 Oct 2004 00:01:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40394#M39571</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2004-10-17T00:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspots and GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40395#M39572</link>
      <description>I'm not referring to the 3d HOTSPOT command, which would produce different hotspots visible in the section window, but an entirely 2d object which will show different information depending on the view the object is placed into.</description>
      <pubDate>Tue, 19 Oct 2004 08:40:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40395#M39572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-10-19T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspots and GLOB_CONTEXT</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40396#M39573</link>
      <description>&lt;BLOCKQUOTE&gt;Rowan wrote:&lt;BR /&gt;I'm trying to write an object which will display different information in the Plan and Section/Elevation windows. I have successfully used the GLOB_CONTEXT to differentiate between the two, and display the two variations successfully. However, any editable hotpots which are set to display in only one view become un-editable.&lt;BR /&gt;
&lt;BR /&gt;
ie, in the following case&lt;BR /&gt;
&lt;BR /&gt;
IF GLOB_CONTEXT = 4 THEN&lt;BR /&gt;
  HOTSPOT2 0,0,0,leftext,1&lt;BR /&gt;
  HOTSPOT2 -leftext,0,0,leftext,2&lt;BR /&gt;
...&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
The hotspots will display in the section window, but I cannot use them to edit the parameter.&lt;BR /&gt;
&lt;BR /&gt;
Is there some way around this problem, or must editable hotspots display for all cases of the 2D script?&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
The HOTSPOT/HOTSPOT2 statement has been chenged since AC 8. Now it requires more statement to define an editable hotspot. &lt;BR /&gt;
For example, to edit a length type parameter, three hotspots must be defined. To edit an angle type parameter, four hotspots must be defined.&lt;BR /&gt;
&lt;BR /&gt;
You can find detailed introduction in Help file.&lt;BR /&gt;
&lt;BR /&gt;
Good luck.&lt;BR /&gt;
&lt;BR /&gt;
Wolf</description>
      <pubDate>Tue, 16 Nov 2004 13:26:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Editable-Hotspots-and-GLOB-CONTEXT/m-p/40396#M39573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-11-16T13:26:40Z</dc:date>
    </item>
  </channel>
</rss>

