Advanced Forum Search Results
-
I'd like to push data to Silverlight clients. Currently, the WCF duplex service is the only way I know of to do that: http://weblogs.asp.net/dwahlin/archive/2008/06/16/pushing-data-to-a-silverlight-client-with-wcf-duplex-service-part-i.aspx. However, it isn't very intuitive or straight forward about how to implement and trouble shoot ...
-
Thanks. That works fine. Why doesn't the browser detect that something is out of its viewing area and provide scroll bars?
-
I've created a Silverlight 2 app and added a default web app. The web app has all of the default SL control settings, which put height at 100%. The problem is that I have a large SL control. When I run the app, the browser height has to be manually increased to see all of the SL control. Browser scrollbars ...
-
I've found the problem. Just needed to remove the user control's hieght and width. They were two large to display in the Silverlight control area.
-
I'd like to nest several user controls in a StackPanel. However, only one user control ever shows. Is it not possible?
//Page.xaml
<UserControl x:Class="SilverlightApplication1.Page"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
-
Yes - that's basically what I did.
-
It seems you can do this by starting with a gradiant color. Just slide them both to one side with the dominant poking out enough that you can later grab it. Now go to 1/2 seconds, grab the slider that you left poking out and slide it all the way over so that both sliders are now fartherest apart. That gives the final ...
-
I have a new Silverlight 2 project Blend 2.5. It only has a rectangle with a background. I want to animate the rectangle's background color to a gradiant on MouseEnter. I add a new storyboard with keyframe 0 as the original rectangle color. I add a new keyframe at 1/2 seconds that has the ...
-
semradj,
Creating a Silverlight application is one of the options after you have install Silverlight tools for VS.NET 2008. Uri can be assign to Image.Source in Silverlight but not a Winform WPF project.
-
Ok, I changed that and am making a little progress. I'm getting this error now:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load file or ...