Advanced Forum Search Results
-
Thank you for the kind remarks. Glad you like XAML Power Toys.
Have a great day!
-
Download here: http://karlshifflett.wordpress.com/xaml-power-toys/
Introduction
XAML Power Toys is a Visual Studio 2008 SP1 Multi-AppDomain Add-In that empowers WPF & Silverlight developers while working in the XAML editor. Its Line of Business form generation tools, Grid tools, DataGrid and ListView generation really ...
-
Are you on Beta 2 yet? If not, start using this.
I have seen some strange things in Beta 2 also. I noticed that the LostFocus event fires once for the control that looses focus and the next control in the the tab order.
I'm also having some binding update issues too.
I have not had time to send these to Microsoft yet but will ...
-
Silverlight Team: I have posted blog entry here : http://karlshifflett.wordpress.com/2008/04/12/silverlight-2-lostfocus-and-data-binding-bugs/ that has two videos, source code and a short write up.
Here are the links to the same two videos on my blog.
Silverlight 2 LostFocus Bugs Video
Silverlight 2 Data Binding Bugs ...
-
I have found the problem to the below question. TabNavigation is found in System.Windows.Controls.Control class.
So you can set this on your UserControl, but not any panels like StackPanel or Grid.
SUGGESTION: In a future release, please add TabNavigation to the SystemWindows.Controls.Panel class or possibly the ...
-
Thank you for the information. Glad it's getting sorted out.
-
I've looked at the Silverlight system.windows.data.binding class and can see that it has been stripped down pretty good as compare to the features of WPF binding.
Does anyone know how to receive notification if an exception is thown during the binding operation? Is there a hack?
Example: User enters a letter in a TextBox bound to ...
-
Solution
I found the solution to the problem. If you remove the default .aspx page that hosts the Silverlight control AND you create sub folders and host your controls in those sub folders, you can prevent the root client bin directory from showing if you right click on the web site, select the Silverlight Links tab, select ...
-
That is what I thought, just wanted to make sure before I went off and did it manually.
Thank you!
-
Is there an establishted pattern for data validation in Silverlight 2?
I use the IDataErrorInfo interface with WPF 3.5 but SL 2 does not support this.
Thank you!