Silverlight 5 beta 的 DragDockPanel 问题?
有人在使用带有背光的 DragDockPanel 的 Silverlight 5 时遇到问题吗?
当我有DragDockPanel或者在DragDockPanelHost中添加一个DragDockPanel时,会出现java script错误:
Line: 56
Error: Unhandled Error in Silverlight Application
Code: 2028
Category: ParserError
Message: The name already exists in the tree: PART_TopLeftClip.
File:
Line: 0
Position: 0
不知道是否有人也有这个问题?
我正在开发一个新项目,打算使用 DragDockPanel 作为主显示菜单...但据我所知 Backlight 项目已停止,我想知道是否有任何替代品?
预先感谢,
国王
Has anyone have problem with using Silverlight 5 with backlight's DragDockPanel?
When I have DragDockPanel or add a DragDockPanel in the DragDockPanelHost, there will be java script error :
Line: 56
Error: Unhandled Error in Silverlight Application
Code: 2028
Category: ParserError
Message: The name already exists in the tree: PART_TopLeftClip.
File:
Line: 0
Position: 0
I wonder if anyone also have this problem?
I am developing a new project and was going to use the DragDockPanel for the main display menu... But as I know the Backlight project had been stopped, I wonder if there is any replacement for this control?
Thanks in advance,
King
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我创建了一个简单的 Silverlight 5 测试项目,并将以下内容添加到主页中:
在 Windows 7 Professional x86 上的 FF4 和 IE8 中运行良好。显示了 2 个停靠面板,并且可以拖动和最大化/最小化。您使用什么版本的黑光库?我正在使用2.5.0.0。我假设您将 blacklight 项目的目标 silverlight 版本更改为 Silverlight 5。
I created a simple Silverlight 5 test project, and added the following to the MainPage:
And that worked in fine in FF4 and IE8 on Windows 7 Professional x86. The 2 dock panels were displayed and could be dragged and maximized/minimized fine. What version of the blacklight library are you using? I am using 2.5.0.0. I assume you changed the target silverlight version of the blacklight project to be Silverlight 5.