<?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: DockablePane hosting chromium browser in WPF page breaks desired functionality in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9810878#M31082</link>
    <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree that the problem is rather tricky to pin, that is why I was hoping to get support from Autodesk Revit API team. As I have documented, the problem does not manifest when WPF is used outside a DockablePane context. I don't know what is happening inside the DockablePane implantation, it's a bit of a black box to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try testing against Windows&amp;nbsp; Forms to see if that gets any results. Another test I will perform is hosting inside a modeless Window rather than DockablePane. I will inform you of my findings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Mon, 19 Oct 2020 14:39:24 GMT</pubDate>
    <dc:creator>deyannWXBAT</dc:creator>
    <dc:date>2020-10-19T14:39:24Z</dc:date>
    <item>
      <title>DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9804954#M31080</link>
      <description>&lt;P&gt;We are developing a simple markdown solution for a client. The attempt is to host the markdown (mkdocs in this case) inside a DockablePane. We are hosting a ChromiumWebBrowser inside a WPF Page which points to the location of the mkdocs website. The solution is really very simple at this stage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WPF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;Page x:Class="RevitAddin1.Pane"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
             xmlns:local="clr-namespace:RevitAddin1"      
             xmlns:cefSharp="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf"
             mc:Ignorable="d" 
             d:DesignHeight="300" d:DesignWidth="300"
             Title="Test Panel"&amp;gt;
    &amp;lt;Grid Background="white"&amp;gt;
        &amp;lt;Grid Margin="5"&amp;gt;
            &amp;lt;Grid.RowDefinitions&amp;gt;
                &amp;lt;RowDefinition Height="Auto"&amp;gt;&amp;lt;/RowDefinition&amp;gt;
                &amp;lt;RowDefinition Height="*"&amp;gt;&amp;lt;/RowDefinition&amp;gt;
            &amp;lt;/Grid.RowDefinitions&amp;gt;
            &amp;lt;cefSharp:ChromiumWebBrowser Grid.Row="1" 
Address="https://facelessuser.github.io/pymdown-extensions/"/&amp;gt;
        &amp;lt;/Grid&amp;gt;            
    &amp;lt;/Grid&amp;gt;
&amp;lt;/Page&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revit&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;public Result Execute(UIApplication uIApplication)
        {
            var data = new DockablePaneProviderData();
            var page = new Pane();
                    
            data.EditorInteraction = new EditorInteraction(EditorInteractionType.KeepAlive);
            data.FrameworkElement = page as FrameworkElement;

            var starte = new DockablePaneState
            {
                DockPosition = DockPosition.Right,
            };

            var dpid = new DockablePaneId(new Guid("39FA492A-6F72-465C-83C9-F7662B89F62C"));
            uIApplication.RegisterDockablePane(dpid, "Architype Learn", page as IDockablePaneProvider);

            return Result.Succeeded;
        }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the most part, this runs OK. The problem arises when trying to use the built-in 'Search' functionality of the mkdocs platform. The expectation is to be able to query relevant information within the pages of the documentation. A separate page would show all the hits which the user will be able to navigate to straight from the Search results. When done inside Revit this process will 'break' returning to the current page and hiding the Search bar.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a short video demonstrating the problem. Firstly we show the desired functionality running correctly in WPF App and next to it the exact same setup hosted within a DockablePane inside Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FhvM9m43RR_w%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DhvM9m43RR_w&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FhvM9m43RR_w%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="112" scrolling="no" title="dock pane" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas as to why this is happening and how to solve the issue are very welcomed!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 14:39:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9804954#M31080</guid>
      <dc:creator>dnenovMXKU9</dc:creator>
      <dc:date>2020-10-15T14:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9810795#M31081</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Deyan,&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.&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;This sounds like a rather tricky problem that has little to do with the Revit API per se and is more related to how Revit interacts with the Windows OS, versus how the ChromiumWebBrowser interacts with the WPF page and the the mkdocs website.&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 have heard occasional reports about Revit add-ins running into issues when using WPF. Some of them were resolved by juggling a bit with the message routing and such stuff, as far as I can understand. Some such discussions were documented by The Building Coder in the WPF category:&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;&lt;A href="https://thebuildingcoder.typepad.com/blog/wpf" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/wpf&lt;/A&gt;&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;Other similar issues have been discussed here in the forum; please search here for threads related to WPF.&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 am sorry I cannot suggest anything more constructive, having no experience whatsoever with any of the three components that you list.&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 is of some use anyway, and wish you the very best of luck sorting this out.&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;Please do let us know how you end up solving this. Thank you!&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>Mon, 19 Oct 2020 14:12:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9810795#M31081</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-10-19T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9810878#M31082</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your prompt reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree that the problem is rather tricky to pin, that is why I was hoping to get support from Autodesk Revit API team. As I have documented, the problem does not manifest when WPF is used outside a DockablePane context. I don't know what is happening inside the DockablePane implantation, it's a bit of a black box to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try testing against Windows&amp;nbsp; Forms to see if that gets any results. Another test I will perform is hosting inside a modeless Window rather than DockablePane. I will inform you of my findings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 14:39:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9810878#M31082</guid>
      <dc:creator>deyannWXBAT</dc:creator>
      <dc:date>2020-10-19T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9811579#M31083</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Deyan,&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 update and further thought.&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;If I can prove that this issue has anything to do with a problem in Revit, I can certainly ask the development team to take a closer look.&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;Also, obviously, this issue needs to be assessed and prioritised against all other outstanding development requests.&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;So, the more information you can gather by testing the behaviour in other environments, the better.&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;Very often, that kind of narrowing down has actually simplified things enough to reach a solution.&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;Good luck in your testing and hopefully easily resolving the issue.&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>Mon, 19 Oct 2020 20:34:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9811579#M31083</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2020-10-19T20:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9816201#M31084</link>
      <description>&lt;P&gt;Dear Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now tested my case using a WPF modeless form, which has produced the same result. The issue is not isolated to DockablePane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried an alternative to the cefSharp ChromiumWebBrowser, the Microsoft WebViewControl, and interestingly enough reproduced the same issue outside of Revit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can only assume that some dependencies are missing - I will keep looking for an answer, but this is not a Revit API issue as you pointed out earlier. Thank you for your response regardless, it is much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deyan&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 19:24:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9816201#M31084</guid>
      <dc:creator>dnenovMXKU9</dc:creator>
      <dc:date>2020-10-21T19:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9918961#M31085</link>
      <description>&lt;P&gt;I have finally kinda-sorta figured a solution out. Using WebView2 seem to have fitted the bill in terms of displaying the desired content without breaking any functionality (HTML5 support issues most probably).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using WebView2 on the other hand raised a number of other interoperability issues that required another layer of workarounds. I have posted the current solution as part of this thread&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/revit-crashes-when-second-document-is-created-opened-and/m-p/9666882/highlight/false#M48779" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/revit-crashes-when-second-document-is-created-opened-and/m-p/9666882/highlight/false#M48779&lt;/A&gt;. If anyone is interested, they could potentially find some insights there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you once again for the support, Jeremy.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 13:28:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/9918961#M31085</guid>
      <dc:creator>dnenovMXKU9</dc:creator>
      <dc:date>2020-12-06T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: DockablePane hosting chromium browser in WPF page breaks desired functionality</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/11615561#M31086</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt; &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I&lt;/SPAN&gt; &lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;SPAN&gt; ha&lt;/SPAN&gt;&lt;SPAN&gt;vi&lt;/SPAN&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;g a&lt;/SPAN&gt;&lt;SPAN&gt; s&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;m&lt;/SPAN&gt;&lt;SPAN&gt;i&lt;/SPAN&gt;&lt;SPAN&gt;l&lt;/SPAN&gt;&lt;SPAN&gt;ar &lt;/SPAN&gt;&lt;SPAN&gt;issu&lt;/SPAN&gt;&lt;SPAN&gt;e wit&lt;/SPAN&gt;&lt;SPAN&gt;h a &lt;/SPAN&gt;&lt;SPAN&gt;CEFSHARP-&lt;/SPAN&gt;&lt;SPAN&gt;base&lt;/SPAN&gt;&lt;SPAN&gt;d do&lt;/SPAN&gt;&lt;SPAN&gt;ck able&lt;/SPAN&gt;&lt;SPAN&gt; window &lt;/SPAN&gt;&lt;SPAN&gt;t&lt;/SPAN&gt;&lt;SPAN&gt;h&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;t&lt;/SPAN&gt;&lt;SPAN&gt; I &lt;/SPAN&gt;&lt;SPAN&gt;am tr&lt;/SPAN&gt;&lt;SPAN&gt;ying to&lt;/SPAN&gt;&lt;SPAN&gt; c&lt;/SPAN&gt;&lt;SPAN&gt;reate. I&lt;/SPAN&gt;&lt;SPAN&gt;t works &lt;/SPAN&gt;&lt;SPAN&gt;fine &lt;/SPAN&gt;&lt;SPAN&gt;wi&lt;/SPAN&gt;&lt;SPAN&gt;th&lt;/SPAN&gt;&lt;SPAN&gt; a&lt;/SPAN&gt;&lt;SPAN&gt; d&lt;/SPAN&gt;&lt;SPAN&gt;ef&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;ult a&lt;/SPAN&gt;&lt;SPAN&gt;ddres&lt;/SPAN&gt;&lt;SPAN&gt;s, b&lt;/SPAN&gt;&lt;SPAN&gt;ut when&lt;/SPAN&gt;&lt;SPAN&gt; I tr&lt;/SPAN&gt;&lt;SPAN&gt;y &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;create &lt;/SPAN&gt;&lt;SPAN&gt;a W&lt;/SPAN&gt;&lt;SPAN&gt;PF even&lt;/SPAN&gt;&lt;SPAN&gt;t&lt;/SPAN&gt;&lt;SPAN&gt; for&lt;/SPAN&gt;&lt;SPAN&gt; the CEF&lt;/SPAN&gt;&lt;SPAN&gt; brow&lt;/SPAN&gt;&lt;SPAN&gt;ser o&lt;/SPAN&gt;&lt;SPAN&gt;r ass&lt;/SPAN&gt;&lt;SPAN&gt;ig&lt;/SPAN&gt;&lt;SPAN&gt;n a name&lt;/SPAN&gt;&lt;SPAN&gt; propert&lt;/SPAN&gt;&lt;SPAN&gt;y t&lt;/SPAN&gt;&lt;SPAN&gt;o i&lt;/SPAN&gt;&lt;SPAN&gt;t&lt;/SPAN&gt;&lt;SPAN&gt;, I &lt;/SPAN&gt;&lt;SPAN&gt;am &lt;/SPAN&gt;&lt;SPAN&gt;en&lt;/SPAN&gt;&lt;SPAN&gt;cou&lt;/SPAN&gt;&lt;SPAN&gt;ntering&lt;/SPAN&gt;&lt;SPAN&gt; a &lt;/SPAN&gt;&lt;SPAN&gt;missing&lt;/SPAN&gt;&lt;SPAN&gt; as&lt;/SPAN&gt;&lt;SPAN&gt;sem&lt;/SPAN&gt;&lt;SPAN&gt;b&lt;/SPAN&gt;&lt;SPAN&gt;ly err&lt;/SPAN&gt;&lt;SPAN&gt;or. &lt;/SPAN&gt;&lt;SPAN&gt;My c&lt;/SPAN&gt;&lt;SPAN&gt;od&lt;/SPAN&gt;&lt;SPAN&gt;e &lt;/SPAN&gt;&lt;SPAN&gt;is simil&lt;/SPAN&gt;&lt;SPAN&gt;ar &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5570274"&gt;@dnenovMXKU9&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;'s c&lt;/SPAN&gt;&lt;SPAN&gt;ode. Do y&lt;/SPAN&gt;&lt;SPAN&gt;o&lt;/SPAN&gt;&lt;SPAN&gt;u &lt;/SPAN&gt;&lt;SPAN&gt;hav&lt;/SPAN&gt;&lt;SPAN&gt;e any so&lt;/SPAN&gt;&lt;SPAN&gt;lu&lt;/SPAN&gt;&lt;SPAN&gt;tions fo&lt;/SPAN&gt;&lt;SPAN&gt;r this pr&lt;/SPAN&gt;&lt;SPAN&gt;oblem?&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Th&lt;/SPAN&gt;&lt;SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;SPAN&gt;k&lt;/SPAN&gt;&lt;SPAN&gt;s i&lt;/SPAN&gt;&lt;SPAN&gt;n &lt;/SPAN&gt;&lt;SPAN&gt;A&lt;/SPAN&gt;&lt;SPAN&gt;dva&lt;/SPAN&gt;&lt;SPAN&gt;nc&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;e&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eldho_Raju_0-1670883291616.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1151666i9F64A80C78BF83A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eldho_Raju_0-1670883291616.png" alt="Eldho_Raju_0-1670883291616.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Dec 2022 22:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/dockablepane-hosting-chromium-browser-in-wpf-page-breaks-desired/m-p/11615561#M31086</guid>
      <dc:creator>eldho_r</dc:creator>
      <dc:date>2022-12-12T22:15:03Z</dc:date>
    </item>
  </channel>
</rss>

