<?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: Is it only me?  Problem with size of panels in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12793164#M19708</link>
    <description>&lt;P&gt;Left browser is more stable.&lt;/P&gt;&lt;P&gt;I have Vault there.&lt;/P&gt;&lt;P&gt;Right side is iLogic and ilogic log which doesn't open when IV start.&lt;/P&gt;&lt;P&gt;If you have another IV session open, good luck.&amp;nbsp; Everything will go crazy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLogic can set panel width.&lt;/P&gt;&lt;P&gt;It can set other but not consistent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Sub Main()
'kDockBottom	1	Dock To bottom.
'kDockLastKnown	32	Docking To the last know state.
'kDockLeft		2	Docking To left.
'kDockRight		4	Docking To right.
'kDockTop		8	Docking To top.
'kFloat 		16	floating.

Dim oDockingState As DockingStateEnum
Dim oDockToObject As Object
Dim ologgerWindow As DockableWindow
Dim otreeWindow As DockableWindow
Dim omodelWindow As DockableWindow
Dim ovaultWindow As DockableWindow

omodelWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("model")
'ovaultWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("vault")
'ovaultWindow.Visible = False
'omodelWindow.Visible = False
omodelWindow.Width = 300
'ovaultWindow.Width = 300
'omodelWindow.Height = 600
'ovaultWindow.Height = 312
'omodelWindow.Visible = True
'ovaultWindow.Visible = True

otreeWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("ilogic.treeeditor")
ologgerWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("ilogic.logwindow")

otreeWindow.GetDockingState(oDockingState, oDockToObject)
'otreeWindow.SetDockingState(kDockRight, oDockToObject)
'otreeWindow.Visible = False
'ologgerWindow.Visible = False
'otreeWindow.Height = 400
otreeWindow.Width = 230
ologgerWindow.Width = 230
'otreeWindow.Visible = True
'otreeWindow.Top = 115
'otreeWindow.Left = 1600

'ologgerWindow.SetDockingState(kDockRight, oDockToObject)
'ologgerWindow.Height = 694
'ologgerWindow.Width = 230
'ologgerWindow.Visible = True
'ologgerWindow.Top = 358
'ologgerWindow.Left = 1600
End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 14:41:08 GMT</pubDate>
    <dc:creator>Frederick_Law</dc:creator>
    <dc:date>2024-05-23T14:41:08Z</dc:date>
    <item>
      <title>Is it only me?  Problem with size of panels</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12792637#M19706</link>
      <description>&lt;P&gt;I have som problem with placement and size of the panels in Autodesk Inventor (2023).&lt;BR /&gt;When I restart the placement of the panels are different from when I closed Inventor.&lt;/P&gt;&lt;P&gt;The sizes of the Model Browser often changes.&lt;BR /&gt;The most irritating problem is my Vault panel as seen in my attached movie.&lt;/P&gt;&lt;P&gt;Grab some popcorn and watch my latest production.&lt;BR /&gt;&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6353513955112w960h540r681" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6353513955112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6353513955112w960h540r681');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6353513955112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 11:48:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12792637#M19706</guid>
      <dc:creator>tomas_wiklund</dc:creator>
      <dc:date>2024-05-23T11:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it only me?  Problem with size of panels</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12793100#M19707</link>
      <description>&lt;P&gt;What happens to these if you were to locate them in the left browser panel with the model tree?&lt;/P&gt;
&lt;P&gt;If and when you select the appropriate tab in the browser, do they still resize?&lt;/P&gt;
&lt;P&gt;Or even if you undock them and move them to another screen, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:20:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12793100#M19707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-23T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it only me?  Problem with size of panels</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12793164#M19708</link>
      <description>&lt;P&gt;Left browser is more stable.&lt;/P&gt;&lt;P&gt;I have Vault there.&lt;/P&gt;&lt;P&gt;Right side is iLogic and ilogic log which doesn't open when IV start.&lt;/P&gt;&lt;P&gt;If you have another IV session open, good luck.&amp;nbsp; Everything will go crazy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iLogic can set panel width.&lt;/P&gt;&lt;P&gt;It can set other but not consistent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Sub Main()
'kDockBottom	1	Dock To bottom.
'kDockLastKnown	32	Docking To the last know state.
'kDockLeft		2	Docking To left.
'kDockRight		4	Docking To right.
'kDockTop		8	Docking To top.
'kFloat 		16	floating.

Dim oDockingState As DockingStateEnum
Dim oDockToObject As Object
Dim ologgerWindow As DockableWindow
Dim otreeWindow As DockableWindow
Dim omodelWindow As DockableWindow
Dim ovaultWindow As DockableWindow

omodelWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("model")
'ovaultWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("vault")
'ovaultWindow.Visible = False
'omodelWindow.Visible = False
omodelWindow.Width = 300
'ovaultWindow.Width = 300
'omodelWindow.Height = 600
'ovaultWindow.Height = 312
'omodelWindow.Visible = True
'ovaultWindow.Visible = True

otreeWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("ilogic.treeeditor")
ologgerWindow = ThisApplication.UserInterfaceManager.DockableWindows.Item("ilogic.logwindow")

otreeWindow.GetDockingState(oDockingState, oDockToObject)
'otreeWindow.SetDockingState(kDockRight, oDockToObject)
'otreeWindow.Visible = False
'ologgerWindow.Visible = False
'otreeWindow.Height = 400
otreeWindow.Width = 230
ologgerWindow.Width = 230
'otreeWindow.Visible = True
'otreeWindow.Top = 115
'otreeWindow.Left = 1600

'ologgerWindow.SetDockingState(kDockRight, oDockToObject)
'ologgerWindow.Height = 694
'ologgerWindow.Width = 230
'ologgerWindow.Visible = True
'ologgerWindow.Top = 358
'ologgerWindow.Left = 1600
End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12793164#M19708</guid>
      <dc:creator>Frederick_Law</dc:creator>
      <dc:date>2024-05-23T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it only me?  Problem with size of panels</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12795387#M19709</link>
      <description>&lt;P&gt;They seems to be more sable when I place Vault-tab below Model-Panel.&lt;BR /&gt;The problem is that I WANT it to be to the right.&lt;BR /&gt;Thanks anyway!&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:32:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12795387#M19709</guid>
      <dc:creator>tomas_wiklund</dc:creator>
      <dc:date>2024-05-24T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it only me?  Problem with size of panels</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12795423#M19710</link>
      <description>&lt;P&gt;Thanks for your code&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5289378"&gt;@Frederick_Law&lt;/a&gt;. I solved it in another way.&lt;BR /&gt;I switched place of iLogic panel and Vault.&lt;BR /&gt;I will try this a few day.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 12:48:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-only-me-problem-with-size-of-panels/m-p/12795423#M19710</guid>
      <dc:creator>tomas_wiklund</dc:creator>
      <dc:date>2024-05-24T12:48:42Z</dc:date>
    </item>
  </channel>
</rss>

