Advanced Forum Search Results
-
I do not remember the names correctly. All of them were submitted in August, all of them are located (in different places) on http://dancesportinfo.net. One was a photo surface, one zoomable calendar, and also one (or both of them) zoomable map and zoomable graph.
-
When I tried to create a new thread, the full yellow screen error poped up. Please modify your webconfig
-
I know that not all sites will appear in the showcase. However I have submitted at least three components (although used on the same site) in August and none of them appeared in the Showcase.
Maybe all of them were cr*p , but ... maybe you should have send some notification at least - we reject your submission because it is ugly.
-
Something like that:
<navigation:Page
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
...
-
It seems that any rotation distorts text completely. Try the following XAML (even in Blend):
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
-
Anyone with an idea how to turn panel by 180 degrees around Y axis without distorting the text?
-
The same rounding error happens when you just asign 180 to RotationY.
My main problem is that it distorts quality of the font in the text. I have been using before ScaleY==-1 to achieve the same and text was clear, now is quite blurry
With scale==-1 looks like that: scaled
With rotationY==180 looks like that: rotationY
You can check current ...
-
For RotationY=-180 (and similarly for +180) (after Storyboard) is:
{-1,0,8.74227765734759E-08,0,0,1,0,0,-8.74227765734759E-08,0,-1,0,0,0,0,1}
instead of
{-1,0,0,0,0,1,0,0,0,0,-1,0,0,0,0,1}
I understand this is a rounding error, but I think final step of storyboard could round the values
Unfortunately I do not know how to set values of ...
-
I have resolved my problem. It seems that I had multiple copies of System.Web.Silverlight. Overwriting all of them (and btw also clearing the cache) resolved the issue
-
I do not use <object> tag directly, and I set Minimum version to 2.0.31005.0, no change - works locally, does not from the server