Advanced Forum Search Results
-
Thanks Pete for the post, that is exactly what I needed!
-
I have a MouseOver event that calls this and a bunch of squares that have their color set dynamically. On the first MouseOver it works fine, but on the next one it bombs.
Any help?
// var startNum = sender.name.lastIndexOf('r');
// var endNum = ...
-
So this seems straight forward and it seems like there would be more examples of it, but I can't find anything. All I want to do is have a line start at X1=10 Y1=60 and animate it out to X2=350 Y2=60. Here is what I have tried to no avail.
Thanks for the help!
<Canvas ...
-
Nick,
This is the best place to go right now http://msdn2.microsoft.com/en-us/library/bb188743.aspx and look at the objects section to see what is available.
Hope that helps,
Russ
-
Mark,
I am having a similar problem when setting the Target of a Storyboard. The first time through it seems to work fine, but when I try to set it again it throws the AG_E_RUNTIME_SETVALUE : Storyboard.TargetName. See code below (hopefully the formatting isn't too confusing)
Thanksfunction onMouseEnter(sender, args)
{
var parent = ...