Commented Issue: WP7: InvalidCastException at...
Hi there This code is not working: LongListSelectorControl.Dispatcher.BeginInvoke(() =>{ IEnumerable list = newFeed.Items.Where( i => i != null).ToList(); MainFeedListBox.ItemsSource = list;});...
View ArticleCommented Issue: can't open or create silverlight projects (VS2010 & VS2012)...
I developed a Silverlight Application (SL4), The application is already deployed (been working for last 3 months and still working in IIS). I can't open the solution anymore. VS2010 keeps promting to...
View ArticleCommented Issue: can't open or create silverlight projects (VS2010 & VS2012)...
I developed a Silverlight Application (SL4), The application is already deployed (been working for last 3 months and still working in IIS). I can't open the solution anymore. VS2010 keeps promting to...
View ArticleCommented Issue: can't open or create silverlight projects (VS2010 & VS2012)...
I developed a Silverlight Application (SL4), The application is already deployed (been working for last 3 months and still working in IIS). I can't open the solution anymore. VS2010 keeps promting to...
View ArticleCommented Issue: can't open or create silverlight projects (VS2010 & VS2012)...
I developed a Silverlight Application (SL4), The application is already deployed (been working for last 3 months and still working in IIS). I can't open the solution anymore. VS2010 keeps promting to...
View ArticleCreated Unassigned: How Do You install the Silverlight 5 Toolkit (May 2012)...
This question has been asked before, but no answer. CodePlex, do you copy and paste if so, where?
View ArticleCommented Issue: ContextMenu closes on MouseLeftButtonDown event and not...
The ContextMenu is closed on the MouseLeftButtonDown event, this appears to be inconsistent with standard contextmenu behaviour where the contextmenu is closed on the MouseLeftButtonUp event. I...
View ArticleCommented Issue: AutoCompleteBox automatically selects the first item when...
Example repro: AutoCompleteBox is populated with a list of similar strings - Bob- Bob Dylan- Bob Marley- Bob Marley and the Wailers If the user types the string 'Bob', then the first item is...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCreated Unassigned: How to get Silverlight event MouseMiddleButtonDown ? [11985]
Hi! I'm using Silverlight to render a map to the Web. Since I'm trying to drag a map in my projection by using event like "MouseMiddleButtonDown" ,I couldn't find the Silverlight event I want. I want...
View ArticleCommented Issue: Does anyone Still work on this Project? [11638]
Does anyonw still work on this Project?We have Bugs here that are open for years now, and nthing happens (for example the Memory Leaks in Context Menu). There are also still Patches in the Issues how...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCreated Unassigned: A first chance exception of type...
How can I resolve this exception?A first chance exception of type 'System.ArgumentException' occurred in System.Windows.dllAdditional information: The parameter is incorrect. OR"System.Windows.pdb not...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCommented Issue: Does anyone Still work on this Project? [11638]
Does anyonw still work on this Project?We have Bugs here that are open for years now, and nthing happens (for example the Memory Leaks in Context Menu). There are also still Patches in the Issues how...
View ArticleCommented Issue: Need a release for Visual Studio 2012 [11259]
Every time I wish to try Visual Studio 2012 I find that there is not Silverlight Toolkit for Visual Studio 2012, so I switch back to Visual Studio 2010 for new projects.Comments: ** Comment from web...
View ArticleCreated Unassigned: NullReferenceException in PagedCollectionView [12176]
When binding a DataGrid to an ObservableCollection<T> with null items and replacing one such item with a non-null item a NullReferenceException is thrown. The culprit seems to be the...
View ArticleCommented Issue: AutoCompleteBox focus issue when the Dropdown is Open [10449]
Hi Team,I am using Auto Complete box in my project. I have the below issue with the AutoCompleteBox I have a autocomplete box, and button. The user can select or search a value from the Autocompletebox...
View ArticleCommented Feature: WP7: DatePicker needs some globalization [7266]
Some wishes to make the control better:1. The control should have formatting settings as regular texbox (i.e. I would like to put the content in the middle).2. The text should be "convertable", i.e. I...
View ArticleCommented Issue: LayoutTransformer makes borders and images blurry [8551]
When I add a layout transformer - scaletransform to a listboxitem control the content appears blurry, even using a 1:1 transformation. I was adding a zoom functionality to my application. Without the...
View Article