Created Issue: [Build 2.0.0858] VS2010 Style Auto Hide Header Color [15263]
For docked windows in auto hide mode the header text color is currently black in the VS2010 theme. It should be white for improved readability.
View ArticleCreated Issue: [Build 2.0.0858] VS2010 Style: Icon Highlight Color [15264]
The 3 icons on docked windows in the VS2010 style are grey but stay grey on mouse-over. The icons should be black in the mouse-over state.
View ArticleCommented Issue: Missing borders on floating window (latest Build 2.0.0832)...
- Open the TestApp- Drag e. g. the "Document 1" window outside the app so that it gets a Floating window- Maximize the window- See missing bordersTried that on Windows 8 Release Preview and Visual...
View ArticleNew Post: [Version 2.0] Prism Region Adapter
Does anyone have sample code on how to create a Region Adapter for AvalonDock's LayoutDocumentPane and LayoutAnchorablePane?
View ArticleCommented Issue: [Build 2.0.0858] VS2010 Style: Icon Highlight Color [15264]
The 3 icons on docked windows in the VS2010 style are grey but stay grey on mouse-over. The icons should be black in the mouse-over state.Comments: ** Comment from web user: adospace ** I'm just...
View ArticleCommented Issue: [Build 2.0.0858] Restore Layout exceptions in MVVMTestApp...
Thank you for this great library -- it is very appreciated and working well for us except for a couple of issues.We have been experiencing problems with restoring the layout and managed to re-create...
View ArticleCommented Issue: [Version 2.0] Restoring Of layout Not working. [15260]
I now fixed my app so i can Serialize the Layout, but when I restore it, i have a blank Windows.And also on the shipped Example AvalonDock.TextApp, after restoring only the WinForms Host windows is...
View ArticleNew Post: [Version 2.0] Weird docking problem
It appears to be an issue with the dual monitor, I knew that debuggig it would have been a pain (even because I don't have a 2 monitor :). Do you have a different resolution on the secondarty monitor?...
View ArticleCommented Issue: [Build 2.0.0858] Restore Layout exceptions in MVVMTestApp...
Thank you for this great library -- it is very appreciated and working well for us except for a couple of issues.We have been experiencing problems with restoring the layout and managed to re-create...
View ArticleCreated Issue: [AvalonDock 2.0.0858] AnchorablesSource not support...
public class DockingManagerService{...public ObservableCollection<ToolPaneVMBase> Tools { get; private set; }...}<a:DockingManager AnchorablesSource="{Binding Path=Tools}" >When add item to...
View ArticleNew Post: "This visual is not connected to a PresentationSource."
I've just had this issue. I was initializing my DockingManager on a non-visible tab page. The error is saying you can't compute a PointToScreen on something that's not on the screen, which seems...
View ArticleCommented Issue: Missing borders on floating window (latest Build 2.0.0832)...
- Open the TestApp- Drag e. g. the "Document 1" window outside the app so that it gets a Floating window- Maximize the window- See missing bordersTried that on Windows 8 Release Preview and Visual...
View ArticleCreated Issue: [Build 2.0.0858] Binding Error on Auto Hide Tools [15268]
This is more of a background bug :)When a docked tool is in Auto Hide mode and you click on the tab, then the following error occurs:System.Windows.Data Error: 40 : BindingExpression path error:...
View ArticleNew Post: "This visual is not connected to a PresentationSource."
Thanks for the issue reporting, I'll integrate it in coming releases
View ArticleCreated Issue: [Build 2.0.0858] Auto Hide does not work with...
If you set the AllowsTransparency property to true for the window the auto hide feature stops working.The docked tool can be hidden, but will not show up anymore.Tested in the MVVM test app with...
View ArticleNew Post: Hi, integrate with d3dimage
http://forums.create.msdn.com/forums/p/45425/271389.aspx I have meet the same problem with link above, in the same propose of creating game editor using your tool. I could display 2 d3dimage...
View ArticleCommented Issue: [Version 2.0] Restoring Of layout Not working. [15260]
I now fixed my app so i can Serialize the Layout, but when I restore it, i have a blank Windows.And also on the shipped Example AvalonDock.TextApp, after restoring only the WinForms Host windows is...
View ArticleNew Post: LayoutRoot.LeftSide, LayoutRoot.RightSide,... miss important...
I think that LayoutRoot.LeftSide, LayoutRoot.Right, Bottom, and Top should have the new properties: Width and Height when the panels are set as "NotAutoHidden". Now, the first time you pin the panels...
View ArticleSource code checked in, #92197
Build 2.0.0911 - Fixed #15267, #15264, #15263, #15260, #15259
View ArticleCommented Issue: [Build 2.0.0858] VS2010 Style: Icon Highlight Color [15264]
The 3 icons on docked windows in the VS2010 style are grey but stay grey on mouse-over. The icons should be black in the mouse-over state.Comments: ** Comment from web user: adospace ** Fixed in latest...
View Article