<?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: Hyperlink for ArchiCAD objects? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93717#M7486</link>
    <description>&lt;BLOCKQUOTE&gt;Anne wrote:&lt;BR /&gt;Probably not! I never install updates &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
But I "solved" the problem by just putting the link in as a text.&lt;BR /&gt;
So then "people" can copy the address.&lt;/BLOCKQUOTE&gt;

Ok annoying that it isn't working as it should though!</description>
    <pubDate>Tue, 31 May 2011 22:41:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-31T22:41:05Z</dc:date>
    <item>
      <title>Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93697#M7466</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I can't find a hyperlink property for ArchiCAD objects (other CAD applications like AutoCAD, Revit, Triforma, etc. have them). Does such a thing exist in ArchiCAD?&lt;BR /&gt;&lt;BR /&gt;thanks in advance, Chuck&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Sep 2024 08:58:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93697#M7466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-09T08:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93698#M7467</link>
      <description>&lt;BLOCKQUOTE&gt;csh wrote:&lt;BR /&gt;I can't find a hyperlink property for ArchiCAD objects (other CAD applications like AutoCAD, Revit, Triforma, etc. have them).  Does such a thing exist in ArchiCAD?&lt;/BLOCKQUOTE&gt;

No.  There is no hyperlinking tech in GDL objects other than the special hyperlink in the Comment script that is accessed from the object settings dialog only.  No hyperlinking from any model views.&lt;BR /&gt;
&lt;BR /&gt;
I believe Kimon Onuma or someone else was implementing an add-on to create hyperlinking effects.&lt;BR /&gt;
&lt;BR /&gt;
Karl</description>
      <pubDate>Sat, 07 Jul 2007 19:02:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93698#M7467</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2007-07-07T19:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93699#M7468</link>
      <description>Thanks for the quick reply.  I've contacted ONUMA, Inc. about the hyperlink add-on.  If I don't get a reply, I'll probably implement it myself unless anyone has any better ideas.&lt;BR /&gt;
&lt;BR /&gt;
thanks, Chuck</description>
      <pubDate>Sun, 08 Jul 2007 07:47:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93699#M7468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-08T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93700#M7469</link>
      <description>Thanks to Akos for pointing out:&lt;BR /&gt;
&lt;BR /&gt;
ACAPI_Database(APIDb_GetElementURLRefID, &amp;amp;elemHead, &amp;amp;elemURLRef);&lt;BR /&gt;
ACAPI_Database(APIDb_SetElementURLRefID, &amp;amp;elemHead, &amp;amp;elemURLRef);&lt;BR /&gt;
&lt;BR /&gt;
One solution leads to another question though:&lt;BR /&gt;
&lt;BR /&gt;
In looking at the menu-related API, it doesn't look like you can modify the right-click context menu, right?  It would be nice to add "Follow Hyperlink..." to this menu for an element that has a hyperlink...</description>
      <pubDate>Thu, 12 Jul 2007 05:49:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93700#M7469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-12T05:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93701#M7470</link>
      <description>&lt;BLOCKQUOTE&gt;Karl wrote:&lt;BR /&gt;No. There is no hyperlinking tech in GDL objects other than the special hyperlink in the Comment script that is accessed from the object settings dialog only. No hyperlinking from any model views.&lt;/BLOCKQUOTE&gt;

Does the situation with hyperlinking remains the same for the time being?</description>
      <pubDate>Thu, 16 Apr 2009 18:42:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93701#M7470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-16T18:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93702#M7471</link>
      <description>You can place one Hyperlink in the comment script.&lt;BR /&gt;
&lt;BR /&gt;
#http://.......&lt;BR /&gt;
&lt;BR /&gt;
Then the button with te earth changes from the default webpage to the user defined page. But you can just create one link</description>
      <pubDate>Mon, 20 Apr 2009 08:53:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93702#M7471</guid>
      <dc:creator>Holger Kreienbrink</dc:creator>
      <dc:date>2009-04-20T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93703#M7472</link>
      <description>&lt;BLOCKQUOTE&gt;Holger wrote:&lt;BR /&gt;You can place one Hyperlink in the comment script.
&lt;/BLOCKQUOTE&gt;
Sorry, Holder, I cannot find place in AC12 where this comment script is situated &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;. Could you point out the menu entry?</description>
      <pubDate>Mon, 20 Apr 2009 14:55:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93703#M7472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-20T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93704#M7473</link>
      <description>&lt;BLOCKQUOTE&gt;I cannot find place in AC12 where this comment script is situated &lt;/BLOCKQUOTE&gt;
It is the Comment Script of the GDL objects. You can access it when editing Library parts.</description>
      <pubDate>Mon, 20 Apr 2009 20:12:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93704#M7473</guid>
      <dc:creator>rocorona</dc:creator>
      <dc:date>2009-04-20T20:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93705#M7474</link>
      <description>Ok, I select some object, open it in the library object editor, click on the Comment  button and fill the right text area with some URL.&lt;BR /&gt;
But I cannot see anywhere the Earth icon to follow this URL! Please, help!</description>
      <pubDate>Tue, 21 Apr 2009 11:46:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93705#M7474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-21T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93706#M7475</link>
      <description>Vladimir:&lt;BR /&gt;
&lt;BR /&gt;
In the Object dialog box, the Comment option of the Preview must be selected for the Comment and www link to appear (most users never select this option).&lt;BR /&gt;
&lt;BR /&gt;
David&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/17149i28D76E45878C2CAC/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Object-www-link.gif" title="Object-www-link.gif" /&gt;</description>
      <pubDate>Tue, 21 Apr 2009 12:17:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93706#M7475</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2009-04-21T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93707#M7476</link>
      <description>Hi Vladimir&lt;BR /&gt;
&lt;BR /&gt;
When you open the object in the editor you must put the # in front of the URL in the comment script eg #http://.....&lt;BR /&gt;
&lt;BR /&gt;
Otherwise this will put a URL button in the interface script:&lt;BR /&gt;
&lt;BR /&gt;
UI_BUTTON UI_LINK, "Visit Website", 200,180, 100,20, 0, &lt;BR /&gt;
"&lt;A href="http://www.graphisoft.com" target="_blank"&gt;http://www.graphisoft.com&lt;/A&gt;"</description>
      <pubDate>Tue, 14 Jul 2009 03:55:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93707#M7476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-14T03:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93708#M7477</link>
      <description>&lt;BLOCKQUOTE&gt;csh wrote:&lt;BR /&gt;
One solution leads to another question though:&lt;BR /&gt;
&lt;BR /&gt;
In looking at the menu-related API, it doesn't look like you can modify the right-click context menu, right?  It would be nice to add "Follow Hyperlink..." to this menu for an element that has a hyperlink...&lt;/BLOCKQUOTE&gt;

I'm quite certain the right-click web link WAS there a couple of versions &lt;BR /&gt;
ago...possibly AC10 or AC9. Now obsolete for some odd reason.&lt;BR /&gt;
&lt;BR /&gt;
It should come back soonest and be scriptable and not static.&lt;BR /&gt;
&lt;BR /&gt;
Thanks GS, looking forward to it!</description>
      <pubDate>Fri, 24 Jul 2009 20:12:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93708#M7477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-24T20:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93709#M7478</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Checked and it is ArchiCAD 9 that has the right-click www-link for objects.</description>
      <pubDate>Sat, 25 Jul 2009 22:19:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93709#M7478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-25T22:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93710#M7479</link>
      <description>&lt;BLOCKQUOTE&gt;Juha wrote:&lt;BR /&gt;Checked and it is ArchiCAD 9 that has the right-click www-link for objects.&lt;/BLOCKQUOTE&gt;

Yes i agree, they should definitely bring this feature back!</description>
      <pubDate>Sun, 26 Jul 2009 05:18:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93710#M7479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-26T05:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93711#M7480</link>
      <description>In the Interface Script you can use hyperlink too.
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;UI_BUTTON UI_LINK, "Visit the website", 291,135, 100,20, 0,"http://www.masterscript.nl"&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Nov 2009 08:34:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93711#M7480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-26T08:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93712#M7481</link>
      <description>Has this feature been disabled in Ver 14? I can place the URL in the comment section proceeded with the # character and it displays correct next to the earth symbol....but nothing happens when I click it.</description>
      <pubDate>Thu, 26 Aug 2010 13:57:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93712#M7481</guid>
      <dc:creator>gdford</dc:creator>
      <dc:date>2010-08-26T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93713#M7482</link>
      <description>&lt;BLOCKQUOTE&gt;gdford wrote:&lt;BR /&gt;Has this feature been disabled in Ver 14? I can place the URL in the comment section proceeded with the # character and it displays correct next to the earth symbol....but nothing happens when I click it.&lt;/BLOCKQUOTE&gt;

Looks like it.&lt;BR /&gt;
I just tried and nothing happens.&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 27 Aug 2010 01:53:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93713#M7482</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2010-08-27T01:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93714#M7483</link>
      <description>I have no problem to access the site the url is pointing to, but I have AC12. But, my problem is: When I press Preview from the Interface  Script or I press the button when I'm using the GDL, I go to the site,&lt;BR /&gt;
but AC12 crashes every time I click in AC.&lt;BR /&gt;
This is a serious problem, naturally. Do someone have an idea?</description>
      <pubDate>Wed, 11 May 2011 09:51:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93714#M7483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-11T09:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93715#M7484</link>
      <description>&lt;BLOCKQUOTE&gt;Anne wrote:&lt;BR /&gt;I have no problem to access the site the url is pointing to, but I have AC12. But, my problem is: When I press Preview from the Interface  Script or I press the button when I'm using the GDL, I go to the site,&lt;BR /&gt;
but AC12 crashes every time I click in AC.&lt;BR /&gt;
This is a serious problem, naturally. Do someone have an idea?&lt;/BLOCKQUOTE&gt;

hmmm that sounds odd. is your AC12 up to date?</description>
      <pubDate>Tue, 31 May 2011 02:55:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93715#M7484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T02:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink for ArchiCAD objects?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93716#M7485</link>
      <description>Probably not! I never install updates &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
But I "solved" the problem by just putting the link in as a text.&lt;BR /&gt;
So then "people" can copy the address.</description>
      <pubDate>Tue, 31 May 2011 07:03:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hyperlink-for-ArchiCAD-objects/m-p/93716#M7485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-31T07:03:16Z</dc:date>
    </item>
  </channel>
</rss>

