Created Issue: Progress bar indeterminate CPU Usage even when collapsed [10286]
So, the following scenario:1) Windows Phone 7 Silverlight App2) The MainPage has a performance progress bar (I've tried even with the default one). I set the "IsIndeterminate=true"3) Show the progress...
View ArticleCommented Issue: Error building Silverlight 3d Application from VS2010...
When I try to build a new project from the Silverlight 3D application template I get the following error.Error 1 The project file "..\Silverlight3dAppContent\Silverlight3dAppContent.contentproj" was...
View ArticleCreated Issue: nullReferenceException Contextmenu [10299]
I attached the contextmenu to my browser, and in scriptnotify the holded-link-uris are catched. if ((App.Current as App).function == "" && e.Value.ToString() != null && (App.Current as...
View ArticleCreated Issue: CustomControl using ContextMenu: Icons placed in...
Hi,if I use the ContextMenu to extend my CustomControl no Images are shown when I launch the app.When I use a standard control (e.g. TextBlock) all Images are desplayed.I noticed the following whil I...
View ArticleCommented Issue: Source is missing .targets files [9938]
I just did a download of the latest source, and all the .targets files are missing, so various projects won't compile, and you can't use the Test Framework from source (because test projects need the...
View ArticleCommented Issue: DataGrid scrolling glitch where only some DataGridRows have...
I have a DataGrid with RowDetailsVisibilityMode set to Collapsed. In the DataGrids LoadingRow event, I look at a property of the DataRow's bound DataContext and choose to set the DetailsVisibility of...
View ArticleCreated Issue: Nested context menu support in grid [10313]
Hello - we are a financial organization and need to create a grid for our clients who would like to view their portfolio information. However while doing so we also need to provide the functionality to...
View ArticleCommented Issue: PhoneTextBox causes keyboard flicker. [9447]
PhoneTextBox flicker with the keyboard when tapping on the action icon, I could reproduce this with the included sample too.Another bug is that if you navigate back to the a page containing this...
View ArticleCommented Issue: Unit Testing Framework double runs first test when...
How to reproduce.1. Create a new unit testing silverlight project.2. in the app startup add the following code. var settings = new UnitTestSettings(); settings.TestHarness = new UnitTestHarness();...
View ArticleCreated Issue: Mouse events very slow after Navigation from control with...
If I navigate back from any page that has a GestureListener the mouse events on the new page become very slow to respond.This page does not have the Gesture Listener.I have tried many work around...
View ArticleCommented Issue: Mouse events very slow after Navigation from control with...
If I navigate back from any page that has a GestureListener the mouse events on the page I navigate back to become very slow to respond.This page I navigate back to does not have aGesture Listener.I...
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View ArticleCommented Issue: ContextMenu causes memory leak [7089]
ContextMenu subscribes MouseMove event in ContextMenu.InitializeRootVisual, but it won't unsubscribe it, and it don't use WeakEvent. So it won't be GCed after it is unloaded. I verified the leak in...
View ArticleCommented Issue: LockablePivot restores pivot headers so that they overlay on...
The problem occures when you lock the pivot during the transition (in my case I lock pivot during the pinch event, and pinch can start before pivot transitioning animation is over). I suspect originalX...
View ArticleCreated Issue: AutoCompleteBox issue in SLXNA Project [10370]
Hi All,I`m using Windows Phone Toolkit - November 2011 edition, and Windows Phone SDK 7.5 which supports a new kind of Project called SLXNA (Windows Phone Silverlight and XNA Application)If I use an...
View ArticleCreated Issue: Toolkit not compileable [10373]
When ever I try to compile the Toolkit by myself, I got the error that the Assembly "System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" could not be found. I think there...
View ArticleCreated Issue: Versionnumber of System.Windows.Controls.Toolkit.Internals...
The Version of System.Windows.Controls.Toolkit.Internals in the Silverlight Toolkit 5 of Dezember should be higher than the version of the same assembly in Silverlight Toolkit 4 of April 2010.Version...
View ArticleCommented Issue: ChildWindow allow reentrant calls to Close, leading to...
Repro:1) Create a ChildWindow2) Add a handler for Closed (ClosedHandler) that calls Close again on the ChildWindowExpected: the 2nd close would error out or be a no-optActual: since _isOpen = false is...
View ArticleCreated Issue: 2 minor fixes [10380]
2 fix I had to do..1. ListPicker, when navigating to a page with a list picker setup with databing I got a spurious error 'selected item must be valid'even though ItemsSource and SelectedItem where set...
View ArticleCreated Issue: Viewbox not in toolbox [10387]
Hi there I am trying to find the view box but just can't find it. I'm working with Visual Studio 2010.I tried :choose items/ checking the Viewbox item, but it just isn't in my Toolbox(Am I Missing an...
View Article