Advanced Forum Search Results
-
Yes, I have a button to toggle in/out of Full Screen mode. The issue isn't how to toggle in/out. The problem is to eliminate the confusion caused by Silverlight behavoir which prompts the user to "Press ESC to Exit Full Screen" and then it doesn't work.
-
Yes, hosting SL in the WinForms Browser appears in every way the same as hosting in any other web browser. With the exception of course that the ESC key doesn't work to exit Full Screen mode.
Does anyone who actually has any experience with hosting SL in WinForms have any information/workarounds/suggestions?
-
Well, that is the point of this whole post. It DOES seem to matter where Silverlight is hosted. This issue does not occur when hosted in a normal web-browsers. It only occurs when hosted in the Windows.Forms.WebBrowser.
-
Thanks for the link, but the article doesn't mention any limitations when hosting SL in WinForms. Since the user will be explicitly prompted to press "ESC to exit" full screen, they will be confused when it doesn't work.
-
There seems to be an issue with SL when hosted in WinForms via the .NET System.Windows.Forms.WebBrowser. The SL App will go enter into FullScreen mode just fine. However, the "ESC" key has no effect to escape out of full screen as one would expect.
Is there a work-around available?
-
Could you elaborate on the actual technique. Is this a matter of explicitly setting the StrokeThickness to it original * Inverse of the Scale? Or is there some magical NegativeScale property? Do you just iterate through this children on the Panel?
-
Is there a way or even workaround technique to be able to scale an elements on a Canvas without scaling everything? For example, I have a Canvas with an Ellipse. Lets say when I scale the Canvas, I dont want to change the stroke thickness on the Ellipse. Is this possible?
-
Thanks for the reply, but that isn't really the question. I am aware of how to jiggle the reference (Add/Drop) for a quick fix. However, the problem and real question, is how to make the path to that assembly use an environment variable so that I don't have to jiggle the reference every time we do a "Get latest" from ...
-
How do you add a variable in the path in the assembly refresh file. This is needed for cases of multiple developer support where not everyone will have the System.Silverlight.Web assembly located exact location. We now have experiencing developers stepping on each other with code check-ins of the refresh file. The result being you have ...
-
Fired this off too soon. Just saw the warning (below). I guess (SL) System.Window.Point != (CLR) System.Windows.Point
Warning 5 Custom tool warning: Cannot import wsdl:portType
Detail: An exception was thrown while running a WSDL import extension: ...