Hello all. The IDE doesn't start correctly -- the main form isn't
displayed -- if a package is declared in the anchordocklayout.xml
file. Steps to reproduce:

- head (updated few minutes ago) and 1.0 branch
- install anchordockingdsgn package
- dock some forms into the IDE (sample attached)
- open any package -- doesn't need to dock into the IDE
- tool | save window layout as default
- close and reopen the IDE
- All forms are displayed, except the main form and its docks

Bug or misuse?

Joao Morais
<?xml version="1.0"?>
<CONFIG>
  <MainConfig>
    <Nodes ChildCount="1">
      <Item1 Name="MainIDE" Type="CustomSite" WindowState="Maximized" ChildCount="1">
        <Bounds Width="1280" Height="747">
          <WorkArea>
            <Rect Right="1280" Bottom="776"/>
          </WorkArea>
        </Bounds>
        <Item1 Name="AnchorDockSite6" Type="Layout" ChildCount="9">
          <Bounds Top="62" Width="1280" Height="662" SplitterPos="58"/>
          <Anchors Align="Bottom"/>
          <Item1 Name="SourceNotebook" Type="Control">
            <Bounds Left="209" Width="1071" Height="501"/>
            <Anchors Left="AnchorDockSplitter3" Bottom="AnchorDockSplitter2"/>
          </Item1>
          <Item2 Name="AnchorDockSplitter2" Type="SplitterHorizontal">
            <Bounds Top="501" Width="1280" Height="4"/>
          </Item2>
          <Item3 Name="MessagesView" Type="Control">
            <Bounds Top="505" Width="638" Height="157"/>
            <Anchors Top="AnchorDockSplitter2" Right="AnchorDockSplitter5"/>
          </Item3>
          <Item4 Name="AnchorDockSplitter3" Type="SplitterVertical">
            <Bounds Left="205" Width="4" Height="501"/>
            <Anchors Bottom="AnchorDockSplitter2"/>
          </Item4>
          <Item5 Name="ObjectInspectorDlg" Type="Control">
            <Bounds Width="205" Height="229"/>
            <Anchors Right="AnchorDockSplitter3" Bottom="AnchorDockSplitter4"/>
          </Item5>
          <Item6 Name="AnchorDockSplitter4" Type="SplitterHorizontal">
            <Bounds Top="229" Width="205" Height="4"/>
            <Anchors Right="AnchorDockSplitter3"/>
          </Item6>
          <Item7 Name="ProjectInspector" Type="Control">
            <Bounds Top="233" Width="205" Height="268"/>
            <Anchors Top="AnchorDockSplitter4" Right="AnchorDockSplitter3" Bottom="AnchorDockSplitter2"/>
          </Item7>
          <Item8 Name="AnchorDockSplitter5" Type="SplitterVertical">
            <Bounds Left="638" Top="505" Width="4" Height="157"/>
            <Anchors Top="AnchorDockSplitter2"/>
          </Item8>
          <Item9 Name="PseudoTerminal" Type="Control">
            <Bounds Left="642" Top="505" Width="638" Height="157"/>
            <Anchors Left="AnchorDockSplitter5" Top="AnchorDockSplitter2"/>
          </Item9>
        </Item1>
      </Item1>
    </Nodes>
  </MainConfig>
</CONFIG>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to