[MonoDevelop] Monodevelop.Dock is there a later version?

Lluis Sanchez Gual lluis at novell.com
Mon Sep 14 19:33:10 EDT 2009


El dv 11 de 09 de 2009 a les 21:39 +0100, en/na alan battersby va
escriure:
> Hi,
> I am using Monodevelop.Doc  Assembly version 1.0.0.0 in my program.
> Things have changed greatly since I downloaded this (Ive forgotten where
> from) so is there a more recent version and where do I get it?

The latest version of MonoDevelop.Dock is in the MonoDevelop SVN
repository:

svn://anonsvn.mono-project.com/source/trunk/monodevelop/main/src/core/MonoDevelop.Dock


> 
> Also Im just changing my code so that a particular docking frame is
> optional according to a user configuration. When I change from frame to
> no frame everything is fine. However when changing from noframe to
> frame, the frame in question doesn't appear. 

I don't understand what you mean by changing from noframe to frame. Can
you please elaborate?

> I realize that when the
> layout was saved in noframe mode the visible property was set to false
> in the layout file (If I set this manually to true all is ok the frame
> is where it should be).  So I tried loading in the layout, getting the
> frame in question and setting its visibility property true but this
> doesnt seem to work. Can someone tell me where I am going wrong. What I
> want is to re-layout after setting the visibility property so how do I
> do that?
> 
> Thanks
> 
> Alan
> 
> Code is
> string layout =
> System.IO.Path.Combine(_myconfig.RootFolderPath,Keys.LAYOUT);
>         if ( File.Exists( layout ) )
>         {
>             df.LoadLayouts( layout);
>         }
>         else
>         {
>             df.CreateLayout(layout , true );
>         }
>         if ((_myconfig.ToolDisplayMode == TOOLDISPLAYMODE.FULLVIEW) ||
>             (_myconfig.ToolDisplayMode == TOOLDISPLAYMODE.QUICKVIEW))
>         {
>             // make sure that ToolDisplay is visible
>             doc_item =  df.GetItem("Toolpath");
>             doc_item.Visible = doc_item.DefaultVisible = true;
>         }
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list