2011-05-12 2 views
0

Quelqu'un a-t-il des problèmes avec l'utilisation de Silverlight 5 avec DragDockPanel de rétroéclairage?Problème de DragDockPanel avec Silverlight 5 beta?

Quand j'ai DragDockPanel ou ajouter un DragDockPanel dans le DragDockPanelHost, il y aura erreur de script java:

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  

Je me demande si quelqu'un a aussi ce problème?

Je développe un nouveau projet et j'allais utiliser le DragDockPanel pour le menu d'affichage principal ... Mais comme je sais que le projet Backlight a été arrêté, je me demande s'il y a un remplacement pour ce contrôle?

Merci à l'avance,

roi

Répondre

0

J'ai créé un projet simple test Silverlight 5, et a ajouté ce qui suit à la MainPage:

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

Et cela a fonctionné dans bien dans FF4 et IE8 sur Windows 7 Professionnel x86. Les 2 panneaux de quai étaient affichés et pouvaient être déplacés et maximisés/minimisés. Quelle version de la bibliothèque blacklight utilisez-vous? J'utilise 2.5.0.0. Je suppose que vous avez changé la version silverlight cible du projet blacklight en Silverlight 5.

Questions connexes