Browse By Tags

  • Can I Save and Load Layout for a part of the layout in DockManager?

    I have document panes (only in document host area), dockable contentpanes (can docking in document host), floating contentpanes. 

    In my issue, I want to only save and load only a part of layout that is: dockable contentpanes (can docking in document host…

  • DockManager, Saving/Restoring Layouts and MEF

    Hello,

    I am a technical lead for a project, and I am considering using your XamDockManager component.  Befeore heading down this route, could you let me know:

    1. How to best load a TabGroupPane at runtime with a collection of ContentPane objects.  (I see…
  • LoadLayout while Minimized.

    A bug was recently entered for our XBAP product where users launch the product and immediately minimize the browser window its running inside.

    When I call LoadLayout on a XamlDockManager while the product is minimized, causes events to fire differently…

  • Do not name the TabGroupPane on the XamDockManager!

    There is a problem that occurs with the layout persistence of the XamDockManager when the TabGroupPane has a name.  If LoadLayout is called and it makes all panes be undocked (I had two panes), redocking the panes in the center of the DocumentContentHost…

  • Crash when loading layout

    I'm getting crashes when loading layouts with xamDockManager.  The layout has lots of windows in it.  Stack trace points to ToolWindow and Transparency.

    exception:
    The thread tried to read from or write to a virtual adress for which it dos not have…

  • LoadLayout exception if location=”Unknown”

    After calling SaveLayout, I get the resulting xml:

     

      <?xml version="1.0" encoding="utf-8" ?>

    - <xamDockManager version="10.2.20102.1014">

    - <contentPanes>

      <contentPane name="LogPrimaryPane" location…

  • LoadLayout() failure: Specified element is already the logical child of another element.

    I have a XamDockManager control with MDI-style ContentPanes.  My tabs are bound.  I am using Attached Properties to manage the tabs.  I am using using Dependency Properties to handle loading and saving the layout. 

    On start up everything works as expected…

  • LoadLayout with unpinned panes

    Here is the scenario that leads to situation that seems to be bug in XamDockManager.

    1) There is some application with XamDockManager as the content of the window.

    2) There are several panes docked.

    3) Two of those panes, are dragged to the bottom…

  • Re: Exception "Hwnd of zero is not valid" when loading layout.

    We are having a similar problem.  Our users save workspaces and then can move things around and reload the saved workspace.  When they move a pane to floating and attempt to load a basic layout that brings the pane back to the dock manager the error "Hwnd…

  • LoadLayout fails when using the result of SaveLayout, includes DocumentHost

    I'm sure I'm misusing the XamDockManager but need some guidance. I have the task of persisting the state of all panes and thought using SaveLayout and LoadLayout would serve the purpose.

    I've created a sample application with static layout, but…

  • Tabbed MDI UI and layout persistence

    Hi,

    I am working on a tabbed, MDI UI that needs to have persistent layouts.  The user will be able to create an arbitrary number of tabs and each table will contains its own MDI layout which will allow them to dock windows, pin, unpin etc.  All standard…