<?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: External application with web UI in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9047294#M39709</link>
    <description>&lt;P&gt;Hello Jeremy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to use DotNetBrowser commercial component instead of CefSharp open source. I have tried CefSharp but unfortunately I ran into a frequent problem, that CefSharp.Core.dll could not be loaded. That means one of the components is missing. I had no time to investigate where the exact problem is. For me DotNetBrowser is more clear and well documented. They have really good examples and quite good interaction with JavaScript.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it would be really helpful for other developers to share a complete solution about this topic. Maybe a correct solution for CefSharp also would be useful. If you think I will be happy to share my experiences.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Balint&lt;/P&gt;</description>
    <pubDate>Wed, 25 Sep 2019 13:36:35 GMT</pubDate>
    <dc:creator>balintTX9QH</dc:creator>
    <dc:date>2019-09-25T13:36:35Z</dc:date>
    <item>
      <title>External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9034468#M39702</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create an External application which opens a dialog and do some stuff after it. My dialog would be a WebView or something like that. Is it possible? Could someone recommend a good example. Which direction is worth to follow? I search on Autodesk APP Store and found BimObject or ProdLib plugins, which have really nice UIs. Are they use WPF or some web framework?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:46:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9034468#M39702</guid>
      <dc:creator>balintTX9QH</dc:creator>
      <dc:date>2019-09-19T09:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9035554#M39703</link>
      <description>&lt;P&gt;Does your question have anything whatsoever to do with the Revit API?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, would you care to explain what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 16:53:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9035554#M39703</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-09-19T16:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9035762#M39704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7985148"&gt;@balintTX9QH&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Could someone recommend a good example.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The DockableDialogs example in the SDK is WPF.&amp;nbsp; It's good in that it shows the various API's necessary to build an external app, but it was not designed to be a great WPF reference.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 18:24:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9035762#M39704</guid>
      <dc:creator>BobbyC.Jones</dc:creator>
      <dc:date>2019-09-19T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9036614#M39705</link>
      <description>&lt;P&gt;I see some results seaching for 'revit api wpf sample':&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://duckduckgo.com/?q=revit+api+wpf+sample&amp;amp;atb=v180-1&amp;amp;ia=web" target="_blank" rel="noopener"&gt;https://duckduckgo.com/?q=revit+api+wpf+sample&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Haven't checked them out in detail myself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some are shared by The Building Coder as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/wpf/" target="_blank" rel="noopener"&gt;https://thebuildingcoder.typepad.com/blog/wpf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would indeed be great to have one single recommended best-practice starting point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked out Ali Asad's suggestion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2019/01/room-boundaries-to-csv-and-wpf-template.html#3" target="_blank" rel="noopener"&gt;https://thebuildingcoder.typepad.com/blog/2019/01/room-boundaries-to-csv-and-wpf-template.html#3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This StackOverflow thread discusses how to create one starting with the&amp;nbsp;&lt;SPAN&gt;DockableDialogs SDK sample:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/40096793/best-starting-point-for-wpf-revit-add-in" target="_blank"&gt;https://stackoverflow.com/questions/40096793/best-starting-point-for-wpf-revit-add-in&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:19:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9036614#M39705</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-09-20T06:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9036705#M39706</link>
      <description>&lt;P&gt;Hello Jeremy.&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Yes. Because I would like to start an ifc export process with revit API, then upload the created model to my server. It needs a quite nice UI. Have you checked the example plugins? BIMObject and Prodlibs. Do you think they develop UI with WPF? I suspect some web framework or something like that.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 07:47:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9036705#M39706</guid>
      <dc:creator>balintTX9QH</dc:creator>
      <dc:date>2019-09-20T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9046270#M39707</link>
      <description>&lt;P&gt;Hello Guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I find the solution. With DotNetBrowser I can integrate a Chromium-based browser into Revit app. I tried it and it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.teamdev.com/dotnetbrowser" target="_blank"&gt;https://www.teamdev.com/dotnetbrowser&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has experience with using this, please share. Thank you for your previous replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Balint&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 06:35:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9046270#M39707</guid>
      <dc:creator>balintTX9QH</dc:creator>
      <dc:date>2019-09-25T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9046592#M39708</link>
      <description>&lt;P&gt;Thank you for sharing your solution!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I shared it and out discussion for posterity here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2019/09/ui-top-forms-buttons-web-etc.html#4" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2019/09/ui-top-forms-buttons-web-etc.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you are using a commercial component?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is obviously simpler than the recent similar non-commercial DIY approach using CefSharp:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2019/04/set-floor-level-and-use-ipc-for-disentanglement.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2019/04/set-floor-level-and-use-ipc-for-disentanglement.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 09:12:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9046592#M39708</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-09-25T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9047294#M39709</link>
      <description>&lt;P&gt;Hello Jeremy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to use DotNetBrowser commercial component instead of CefSharp open source. I have tried CefSharp but unfortunately I ran into a frequent problem, that CefSharp.Core.dll could not be loaded. That means one of the components is missing. I had no time to investigate where the exact problem is. For me DotNetBrowser is more clear and well documented. They have really good examples and quite good interaction with JavaScript.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it would be really helpful for other developers to share a complete solution about this topic. Maybe a correct solution for CefSharp also would be useful. If you think I will be happy to share my experiences.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Balint&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 13:36:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9047294#M39709</guid>
      <dc:creator>balintTX9QH</dc:creator>
      <dc:date>2019-09-25T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: External application with web UI</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9047392#M39710</link>
      <description>&lt;P&gt;Dear Balint,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I totally understand your choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, I think a small working sample snippet showing how you use it might be interesting for all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The thread I pointed out above does explain how ton solve the problem you describe with CefSharp. S&lt;SPAN&gt;ample solution source code is provided.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2019 14:09:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/external-application-with-web-ui/m-p/9047392#M39710</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-09-25T14:09:19Z</dc:date>
    </item>
  </channel>
</rss>

