Commented Issue: WP7 page transition error when resuming app [9465]
It looks like using the below combination of transition, caused some glitches to the pages, when u switch to the application, using the Mango multi tasking. Can easily be recreated in the sample that...
View ArticleCreated Issue: "Sender" passed to PhoneTextBox.ActionIconTapped handler not...
I have a dynamically generated collection of PhoneTextBox objects that all share the same handler. The problem is that the "sender" passed to the handler is a Border object, and that cannot be used to...
View ArticleCreated Issue: PhoneTextBox uses wrong brush with hint and empty text [9945]
Just created a PhoneTextBox with a Hint and you can see this when you start typing into the text box. The text is drawn with the hint brush, not the standard foreground brush. I've worked around this...
View ArticleCommented Issue: PhoneTextBox uses wrong brush with hint and empty text [9945]
Just create a PhoneTextBox with a Hint and you can see this when you start typing into the text box. The text is drawn with the hint brush, not the standard foreground brush. I've worked around this...
View ArticleCreated Issue: About shader version!!! [9950]
We need higher versions of shader support.As you know,High performance web 3D game, need high versions of shader support!!!
View ArticleCreated Issue: About shader version!!! [9951]
We need higher versions of shader support.As you know,High performance web 3D game, need high versions of shader support!!!
View ArticleCommented Issue: WP7: AutoCompleteBox not working in Pivot and Panorama [7574]
AutoCompleteBox ceases to list items properly or select an item properly when it is placed in a PivotItem. Reproduced the bad behavior in the attached source code. To reproduce, simply put a...
View ArticleCommented Issue: WP7: AutoCompleteBox doesn't fire Enter in KeyDown when...
If the input scope on the AutoCompleteBox is set to "Search", the KeyDown event is never triggered, and therefore it's impossible to catch when the user hits the "Search/Enter" button on the...
View ArticleCommented Issue: WP7: AutoCompleteBox doesn't fire Enter in KeyDown when...
If the input scope on the AutoCompleteBox is set to "Search", the KeyDown event is never triggered, and therefore it's impossible to catch when the user hits the "Search/Enter" button on the...
View ArticleCommented Issue: Adding groups to LongListSelector on Link event [9422]
I dynamically add groups to a LongListSelector that is bound to an ObservableCollection. When the Link event for the last group is called, I add more groups to the ObservableCollection (that contain...
View ArticleCreated Issue: DataForm should not ignore ICustomTypeProvider [9972]
The DataForm class included in the Silverlight 5 Toolkit currently ignores custom Type declarations via the new ICustomTypeProvider interface, meaning that any dynamically created Properties in a...
View ArticleCommented Issue: WP7: LongListSelector group selection bug [8413]
Hi,I discovered a very strange behaviour: if you click on a group item and select a group, the LLS jumps to that group. But if you click on an item to display details, when you go back the LLS resets...
View ArticleCreated Issue: ListPicker in Expander view doesn't work [9979]
<toolkit:ExpanderView> <toolkit:ExpanderView.Items> <toolkit:ListPicker ItemsSource="..." </toolkit:ExpanderView.Items></toolkit:ExpanderView>When I taping on ExpanerView I...
View ArticleCreated Issue: TextBox.Header [9981]
Just a simple thing is going to drive me crazy.It looks like that the Header property isn't supported by System.Windows.Controls.TextBox! WHY?But the screen-shot at...
View ArticleCreated Issue: Confusion about Aug11, Oct11, Nov11 [9982]
http://silverlight.codeplex.com/ --> Big, red logo "November 2011 Silverlight for Windows Phone Toolkit" --> http://silverlight.codeplex.com/releases/view/75888 --> Silverlight for Windows...
View ArticleCommented Issue: Bug in LongListSelector InsertNewGroups [9764]
This issue currently applies Change set 70828 so please forgive if this bug has been fixed already. The reason I was using this change set is that I needed the bug fix for the LongListSelector not...
View ArticleCreated Issue: Expander transition [9987]
Expander should have at least couple of expanding/collapsing effects.
View ArticleCommented Issue: LockablePivot crashes when tapping on the invisible headers...
When the pivot control is locked, the additional headers fade out.However, if you tap on the blank space left behind, the control throws an unhanded exception and the app crashes.Comments: ** Comment...
View ArticleCreated Issue: WP7 SelectedItem error "SelectedItem must always be set to a...
Hello, I have a class in WCF: [DataContract] public class Usuario { [DataMember] public int ID { get; set; } [DataMember] public string Nombre { get; set; } [DataMember] public string Contraseña { get;...
View ArticleCommented Issue: WP7 SelectedItem error "SelectedItem must always be set to a...
Hello, I have a class in WCF: [DataContract] public class Usuario { [DataMember] public int ID { get; set; } [DataMember] public string Nombre { get; set; } [DataMember] public string Contraseña { get;...
View Article