Hi Ado,
I know you are still developing the 2.0 version of AvalonDock but I thought it might be helpful if I post some issues even if its not ready yet (it looks great by the way).
I am having an issue when I click on an hyperlink displayed in AvalonDock. It does not seem to make a difference whether the hyperlink is in a toolwindow or document or whether the hyperlink goes via NavigateUri into the Internet or via Command to some method - I am always getting a:
'System.Windows.Documents.Hyperlink' is not a Visual or Visual3D.
EXCEPTION
in Extensions.cs Line 81
I can workaround this by wrapping the code in the method into a try...catch block and returning null if an exception was caught. But more likely than not you have a better solution then that....
Thanks for this great project :)
I know you are still developing the 2.0 version of AvalonDock but I thought it might be helpful if I post some issues even if its not ready yet (it looks great by the way).
I am having an issue when I click on an hyperlink displayed in AvalonDock. It does not seem to make a difference whether the hyperlink is in a toolwindow or document or whether the hyperlink goes via NavigateUri into the Internet or via Command to some method - I am always getting a:
'System.Windows.Documents.Hyperlink' is not a Visual or Visual3D.
EXCEPTION
in Extensions.cs Line 81
I can workaround this by wrapping the code in the method into a try...catch block and returning null if an exception was caught. But more likely than not you have a better solution then that....
Thanks for this great project :)