New Post: Missing Assemblies Error
Hello, I have downloaded the AvalonDock source code and add version 1.3 as a project to my vs2010 Solution and added it is a reference in my "Common" project where I keep all my views. I am trying to...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
emartin wrote: I've made a quick test and it seems to work in the actual version of 2.0. If you can still reproduce the problem, try create an Issue and attach a sample app that reproduce the issue....
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
just use the latest version, it has the fix
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
Thanks for answering but your answer is just as ambiguous as those that I already quoted :-) Could you make it 'biguous? :-) I've been searching through the sources and could not find an IsCached,...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
It ended up being implemented completely differently, in a much more simple and efficient way. Its built in and you do not need to set a property to turn it on. If you use a version after changeset...
View ArticleNew Post: Missing Assemblies Error
Double check the actual name of your assembly. When I installed mine under NuGet, the assembly was "Xceed.Wpf.AvalonDock" If all else fails, you can use:<UserControl...
View ArticleNew Post: [Version 2.0] Empty LayoutAnchorablePane gets garbage collected
I have this issue also. Is there any way to prevent empty panes from being cleaned up?
View ArticleNew Post: Missing Assemblies Error
Solved the issue. Needed to add the reference to another two of the projects in my solution. Thanks for you help.
View ArticleNew Post: [Version 2.0] Prevent LayoutDockablePane from being docked as document
BUMP Has anyone any information about that ? Thanks
View ArticleNew Post: [Version 2.0] Empty LayoutAnchorablePane gets garbage collected
Hello, even if it's not a "clean" solution I solved this issue by adding a "Dummy-Pane" that I never removed. So nothing is cleaned up and it works...
View ArticleNew Post: [Version 2.0.x] - Visibility property not updated when...
Hi, Using the latest version of the code, using the AvalonDock.MVVMTestApp test application, there is an issue when closing the "file stats" view if it's docked as a document: the "Properties" menu is...
View ArticleCommented Issue: Exception at DockingManager unload time...
By advance, excuse-me because I'm a new user of CodePlex (so I don't know how to report an issue), and because I'm... French, so my english can be bad very often !! YeWell, here's the issue:When a...
View ArticleCommented Issue: Exception at DockingManager unload time...
By advance, excuse-me because I'm a new user of CodePlex (so I don't know how to report an issue), and because I'm... French, so my english can be bad very often !! YeWell, here's the issue:When a...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
drake2k wrote: It ended up being implemented completely differently, in a much more simple and efficient way. Its built in and you do not need to set a property to turn it on. If you use a version...
View ArticleNew Post: Why is AvalonDock abandoned again?
In May 2013, AvalonDock project has been transfered in possession to Xceed. And what did Xceed do to AvalonDock? They made it closed-source. Release 2.1 of theirs toolkit features many improvements and...
View ArticleNew Post: Why is AvalonDock abandoned again?
I am also waiting for some bug fixes but nothing really happens. Seems like Xceed does not want us to use the open source one. This is really a bad thing they did. If they wanted to do a commercial one...
View ArticleNew Post: Why is AvalonDock abandoned again?
If you take a look into source history of the open source version you see that BoucherS has commited a lot of code on last friday, also concerning AvalonDock. Unfortunately he did not leave a comment,...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
Unload/Load will still get called, since the Anchorable controls will be attached/detached from the presentation source. The control itself is not destroyed and re-created tho, for example if you tab...
View ArticleNew Post: having problems getting started
Have a look at my tutorial, it should be full proof ;-) as far as basics go:http://www.codeproject.com/Articles/483507/AvalonDock-2-0-Tutorial-Part-1-Adding-a-Tool-Windo
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
Yes I can confirm the preservation of the Caret position. So, I am thinking a control gets loaded as soon as it becomes available. Once it is loaded, the unloaded event is triggered but the control is...
View Article