Silverlight 5 beta 的 DragDockPanel 问题?

发布于 2024-11-07 02:07:04 字数 510 浏览 0 评论 0原文

有人在使用带有背光的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘虞初梦 2024-11-14 02:07:04

我创建了一个简单的 Silverlight 5 测试项目,并将以下内容添加到主页中:

<Grid x:Name="LayoutRoot" Background="White">
    <blacklight:DragDockPanelHost>
        <blacklight:DragDockPanel>
        </blacklight:DragDockPanel>
        <blacklight:DragDockPanel>
        </blacklight:DragDockPanel>
    </blacklight:DragDockPanelHost>
</Grid>

在 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:

<Grid x:Name="LayoutRoot" Background="White">
    <blacklight:DragDockPanelHost>
        <blacklight:DragDockPanel>
        </blacklight:DragDockPanel>
        <blacklight:DragDockPanel>
        </blacklight:DragDockPanel>
    </blacklight:DragDockPanelHost>
</Grid>

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文