<?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: Pop-Up Dynamic Indication in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8740434#M42959</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Dear Jorge,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query, and thanks to mastjaso for jumping in with a helpful suggestion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, just like in the blog post he points out, the Windows API enables you to implement all those things you mention.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The blog post also shows how to translate the cursor coordinates from the Windows screen device coords to the Revit model coords, which is important to determine what Revit element is under (or at) the cursor position.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 16:17:09 GMT</pubDate>
    <dc:creator>jeremytammik</dc:creator>
    <dc:date>2019-04-18T16:17:09Z</dc:date>
    <item>
      <title>Pop-Up Dynamic Indication</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8738148#M42957</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a while, I've been wondering if there is a way to create a pop-up indication in Revit like there is in AutoCAD:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PopUp-Indication.gif" style="width: 741px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/627480i3F94A5C07DD5402F/image-size/large?v=v2&amp;amp;px=999" role="button" title="PopUp-Indication.gif" alt="PopUp-Indication.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wonder, is it possible to create this object anyhow through the API, so the end-user could see more precisely the actions needed to continue with the program? This is to avoid the user to constantly see the lower bar of the screen that shows what "transaction" is on:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 931px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/627482i561E5660B28944D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this on youtube,&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=d2-BkSuVVIY" target="_blank"&gt;https://www.youtube.com/watch?v=d2-BkSuVVIY.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is a Radial Menu that follows the cursor and you can assign to it some actions. If this is possible, maybe what I'm looking for is not that far, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any tip of advice will be very well received.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 19:07:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8738148#M42957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-17T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-Up Dynamic Indication</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8738490#M42958</link>
      <description>&lt;P&gt;Jeremy implemented a tooltip similar to this quite a while back that you can find a slightly updated version of here:&lt;BR /&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2017/01/uiview-windows-coordinate-referenceintersector-tooltip.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2017/01/uiview-windows-coordinate-referenceintersector-tooltip.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 22:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8738490#M42958</guid>
      <dc:creator>mastjaso</dc:creator>
      <dc:date>2019-04-17T22:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-Up Dynamic Indication</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8740434#M42959</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Jorge,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your query, and thanks to mastjaso for jumping in with a helpful suggestion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, just like in the blog post he points out, the Windows API enables you to implement all those things you mention.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The blog post also shows how to translate the cursor coordinates from the Windows screen device coords to the Revit model coords, which is important to determine what Revit element is under (or at) the cursor position.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 16:17:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8740434#M42959</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-04-18T16:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pop-Up Dynamic Indication</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8740439#M42960</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1058186"&gt;@mastjaso&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll give it a try following your recommendations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 16:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/pop-up-dynamic-indication/m-p/8740439#M42960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T16:20:41Z</dc:date>
    </item>
  </channel>
</rss>

