<?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 Movable hotspot in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59825#M30170</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Could anyone help.  Here is the GDL for a movable hotspot for moving text in an object.  Whenever I try to move the hotspot, the text jumps to unexpected locations. Why?&lt;BR /&gt;
&lt;BR /&gt;
2 parameters are inserted in the parameters window&lt;BR /&gt;
horz - length parameter, which is the horzontal location of the text&lt;BR /&gt;
verti - length parameter, which is the vertical location of the text&lt;BR /&gt;
&lt;BR /&gt;
it almost seems like the coordinates needs to be reset????&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
___________________________GDL&lt;BR /&gt;
unID=1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it horizontally&lt;BR /&gt;
hotspot2 horz,verti,unID,horz,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 -1,verti,unID,horz,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,horz,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it vertically&lt;BR /&gt;
hotspot2 horz,verti,unID,verti,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,-1,unID,verti,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,verti,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
define style 'identify' ft,fsize,1,0&lt;BR /&gt;
set style 'identify'&lt;BR /&gt;
&lt;BR /&gt;
text2 horz,verti,ID&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 10:03:41 GMT</pubDate>
    <dc:creator>rengarch</dc:creator>
    <dc:date>2023-05-24T10:03:41Z</dc:date>
    <item>
      <title>Movable hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59825#M30170</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Could anyone help.  Here is the GDL for a movable hotspot for moving text in an object.  Whenever I try to move the hotspot, the text jumps to unexpected locations. Why?&lt;BR /&gt;
&lt;BR /&gt;
2 parameters are inserted in the parameters window&lt;BR /&gt;
horz - length parameter, which is the horzontal location of the text&lt;BR /&gt;
verti - length parameter, which is the vertical location of the text&lt;BR /&gt;
&lt;BR /&gt;
it almost seems like the coordinates needs to be reset????&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
___________________________GDL&lt;BR /&gt;
unID=1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it horizontally&lt;BR /&gt;
hotspot2 horz,verti,unID,horz,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 -1,verti,unID,horz,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,horz,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it vertically&lt;BR /&gt;
hotspot2 horz,verti,unID,verti,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,-1,unID,verti,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,verti,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
define style 'identify' ft,fsize,1,0&lt;BR /&gt;
set style 'identify'&lt;BR /&gt;
&lt;BR /&gt;
text2 horz,verti,ID&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:03:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59825#M30170</guid>
      <dc:creator>rengarch</dc:creator>
      <dc:date>2023-05-24T10:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Movable hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59826#M30171</link>
      <description>Try this:&lt;BR /&gt;
&lt;BR /&gt;
unID=1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it horizontally&lt;BR /&gt;
hotspot2 0,verti,unID,horz,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 -1,verti,unID,horz,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,horz,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
!_________________________moving it vertically&lt;BR /&gt;
hotspot2 horz,0,unID,verti,1+128 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,-1,unID,verti,3 : unID=unID+1&lt;BR /&gt;
hotspot2 horz,verti,unID,verti,2+256 : unID=unID+1&lt;BR /&gt;
&lt;BR /&gt;
define style 'identify' ft,fsize,1,0&lt;BR /&gt;
set style 'identify'&lt;BR /&gt;
&lt;BR /&gt;
text2 horz,verti,ID&lt;BR /&gt;
&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sun, 14 Oct 2007 00:35:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59826#M30171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-14T00:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Movable hotspot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59827#M30172</link>
      <description>Thank you so much Peter, that did the trick.&lt;BR /&gt;
I finally understand how to script this movable hotspot.&lt;BR /&gt;
The manual is sooooooo cryptic.</description>
      <pubDate>Sun, 14 Oct 2007 07:25:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Movable-hotspot/m-p/59827#M30172</guid>
      <dc:creator>rengarch</dc:creator>
      <dc:date>2007-10-14T07:25:59Z</dc:date>
    </item>
  </channel>
</rss>

