Silverlight 5 runtime problems - Favour

2012-04-18 Thread Chui Tey
There is a bug in the Silverlight 5 runtime that may trigger
AccessViolationException, hosing the whole app when PropertyChanged event
is fired.

This occurs even if you compile the application for Silverlight 4 and the
client had upgraded to Silverlight 5.

Since PropertyChanged is literally everywhere, it is a matter of time
before it occurs on *your* application. (It happened to mine, and costed
a whole day working around it for a single screen) Could you please vote
this issue up?

https://connect.microsoft.com/VisualStudio/feedback/details/719572

Thanks.

Chui
___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight


Re: Storyboard crash

2012-06-25 Thread Chui Tey
Greg,

Try casting

Storyboard x:Key=StorySpinout Duration=0:0:1.0
BeginTime=0:0:0.2

DoubleAnimation Storyboard.TargetName=helpCtl

Storyboard.TargetProperty=(TransformGroup.RenderTransform).Children[0].Angle
 From=90 To=0

DoubleAnimation.EasingFunction

BackEase EasingMode=EaseOut Amplitude=0.5/

/DoubleAnimation.EasingFunction

/DoubleAnimation

DoubleAnimation Storyboard.TargetName=helpCtl
Storyboard.TargetProperty=(TransformGroup.RenderTransform).Children[1].ScaleX
From=0.0
To=1.0/

DoubleAnimation Storyboard.TargetName=helpCtl
Storyboard.TargetProperty=(TransformGroup.RenderTransform).Children[1].ScaleY
From=0.0
To=1.0/

/Storyboard

Chui Tey
___
ozsilverlight mailing list
ozsilverlight@ozsilverlight.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozsilverlight