<?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 Active X Clicked Events: Predefined vs Dynamic in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3602372#M7412</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am curious to know if there is a way to generate a link between an object in the model to some database information without having the link being predefined? &amp;nbsp;For example, as I am viewing my model on a website and click on a beam in the model I can have a defined link to show some information regarding that beam. &amp;nbsp;Is it possible to create that link through some UI on the webpage itself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2012 23:15:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-30T23:15:10Z</dc:date>
    <item>
      <title>Active X Clicked Events: Predefined vs Dynamic</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3602372#M7412</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am curious to know if there is a way to generate a link between an object in the model to some database information without having the link being predefined? &amp;nbsp;For example, as I am viewing my model on a website and click on a beam in the model I can have a defined link to show some information regarding that beam. &amp;nbsp;Is it possible to create that link through some UI on the webpage itself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 23:15:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3602372#M7412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T23:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Active X Clicked Events: Predefined vs Dynamic</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3605514#M7413</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The way I can think of is to monitor the mouse clicking event of the control, get the current selection, read the properties (if it stores the hyperlink info), or read the info from a database (if you have mapped the element with the info in the database), finally show the info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I still prefer to the predefined hyperlink attached to the elements. Thus the user can click the URL directly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2012 06:28:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3605514#M7413</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2012-09-04T06:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Active X Clicked Events: Predefined vs Dynamic</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3721674#M7414</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be possible to show some example VBscript of how to get the properties from an object that has been clicked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I too would be very interested in acccessing this information via a web browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;PM&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3721674#M7414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-04T13:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Active X Clicked Events: Predefined vs Dynamic</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3747796#M7415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is a blog on how to use event of Navisworks ActiveX control within a web page.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/aec/2012/08/enable-event-of-activex-control.html" target="_blank"&gt;http://adndevblog.typepad.com/aec/2012/08/enable-event-of-activex-control.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to getting object's property, I'd suggest you refer to the SDK sample in&amp;nbsp;&amp;lt;Navisworks Manage 2012&amp;gt;\api\COM\examples\AUTO_06. It is a sample of automation, but the core code could be borrowed to the web page application, using VBS.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 05:46:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/active-x-clicked-events-predefined-vs-dynamic/m-p/3747796#M7415</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2013-01-08T05:46:47Z</dc:date>
    </item>
  </channel>
</rss>

