<?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 Betreff: Inventor 2018 and Dockable Windows in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008491#M71532</link>
    <description>&lt;P&gt;Is there a sample code for the dockable window for 2018?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 08:06:05 GMT</pubDate>
    <dc:creator>GeorgK</dc:creator>
    <dc:date>2017-04-11T08:06:05Z</dc:date>
    <item>
      <title>Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008118#M71526</link>
      <description>&lt;P&gt;The improvements to the behavior of dockable windows in Inventor 2018 are mostly welcome. There is one rather big issue though. Dockable windows that contain a winform as the child control are severely hampered because they are no longer resizable by the user when the window is undocked. You can get temporary control by switching to a dockable window containing a user control (i.e iLogic) and resizing that window. You can then resize the winform based dockable window as long as you have no interaction with the form itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Converting to user control as the child solves the resizing issue. However, a user control means there are all kinds of issues with the user interface when compared to using a windows form, mostly involving a large amount of work to fix navigation and keyboard issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dockable windows with a winform child control worked without issue in at least the last four Inventor versions. Can we get this fixed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Neil&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 02:16:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008118#M71526</guid>
      <dc:creator>nmunro</dc:creator>
      <dc:date>2017-04-11T02:16:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008491#M71532</link>
      <description>&lt;P&gt;Is there a sample code for the dockable window for 2018?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:06:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008491#M71532</guid>
      <dc:creator>GeorgK</dc:creator>
      <dc:date>2017-04-11T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008857#M71546</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/241746"&gt;@GeorgK&lt;/a&gt;: &lt;A href="http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-4DF8BFFC-3D90-48E7-AAA5-1535DA99F940" target="_self"&gt;DockableWindows Object&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/35568"&gt;@nmunro&lt;/a&gt;:&amp;nbsp;I've been working on an add-in that contains a DockableWindow with a child UserForm that displays textboxes for "Live" iProperties inside Inventor 2017; are you saying it doesn't work inside Inventor 2018** then or simply that it doesn't behave "normally" once undocked? I'm asking because I've also been investigating using a UserControl with little success.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1654400"&gt;@Boorda&lt;/a&gt;&amp;nbsp;has a working example with a UserControl &lt;A title="Autodesk-Inventor-WPF-Dockable-Window" href="https://github.com/Futemire/Autodesk-Inventor-WPF-Dockable-Window" target="_blank"&gt;here&lt;/A&gt;; I wonder if he has had a chance to test it inside the new release yet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**during what little I have used 2018 so far, I noticed a small bug with the way the built-in DockableWindows behave when you snap/(stack?) them to/on the edge of a monitor, but have yet to properly document/log it; when I've finished my current tranche of project work I'll stick a Screencast together showing the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 11:05:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7008857#M71546</guid>
      <dc:creator>AlexFielder</dc:creator>
      <dc:date>2017-04-11T11:05:59Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7011044#M71609</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/88414"&gt;@AlexFielder&lt;/a&gt;, thanks for the mention. I haven't had a chance to play around in 2018 yet, but I will do so soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll run my example dockable window add-in in 2018 and see how it acts. I'm also still working on the WPF Add-in template I promised.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/35568"&gt;@nmunro&lt;/a&gt;&amp;nbsp;what kind of issues are you experiencing with navigation and keyboard when using the UserControl?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:21:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7011044#M71609</guid>
      <dc:creator>Boorda</dc:creator>
      <dc:date>2017-04-12T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7534327#M76719</link>
      <description>&lt;P&gt;I have an issue with the dockable window in an Inventor Add-in. I have created a WPF user control inside windows Form and that works fine in Inventor 2017. Now, In 2018, I'm unable to write directly in text boxes. I can copy,&amp;nbsp;paste and delete, but not to insert text directly from the keyboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody have a solution&amp;nbsp;to this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaime Pacheco&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7534327#M76719</guid>
      <dc:creator>jaipac</dc:creator>
      <dc:date>2017-11-10T15:07:01Z</dc:date>
    </item>
    <item>
      <title>Betreff: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7538242#M76756</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1206542"&gt;@jaipac&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please provide AddIn source code to test?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please make sure that source code is non confidential one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 07:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7538242#M76756</guid>
      <dc:creator>chandra.shekar.g</dc:creator>
      <dc:date>2017-11-13T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2018 and Dockable Windows</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7637230#M78237</link>
      <description>&lt;P&gt;I found this and it worked:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/706358/net-how-to-convert-a-windows-form-to-a-windows-control" target="_blank"&gt;https://stackoverflow.com/questions/706358/net-how-to-convert-a-windows-form-to-a-windows-control&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just open the .Designer.vb file and change the inheritance from 'Form' to 'UserControl' and fix the few errors that show up (for me it was commenting out the 'FormBorderStyle', 'ShowInTaskBar', and 'ShowIcon').&amp;nbsp; Totally worked great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH - Lanny&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 05:41:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2018-and-dockable-windows/m-p/7637230#M78237</guid>
      <dc:creator>lando7189</dc:creator>
      <dc:date>2017-12-20T05:41:17Z</dc:date>
    </item>
  </channel>
</rss>

