Advanced Forum Search Results
-
hi,
try it without setting the target name, as in wpf - it will run under "this" with the Begin
-
Hi,
i'm sorry but i don't know where else to post this -
we have created a site on silverlight for the german speaking community - since there is litte content so far.
so anyone in here that is from this area is welcome to join www.silverlight-magazin.de
-
non mi sembra un problema ;)
do you want to set it from code or from xaml?
you have more possibilities:
a) add an event to the storyboard(s): Completed - here you can set the values. The Transformations and Scales remain usualy the same size - look at the difference when you check the Width and ActualWidth
b) use "AutoReverse" ...
-
Hi,
how can I add Silverlight Tutorials to the Site? I did some for Channel 8 and it would be great if they would also be linked here.
Furhtermore I submited some entries on the community samples (which were accepted) - how can i claim them for the community recognition program as they don't appear on my points ...
-
thanks a lot! now it works :) i was already at the same way, as i figured it out how it works by adding them programatically in code, thanks for your help!
-
ok got the solution: it is Target, not TargetName (in SL 2 B1 it was TargetName ... )
-
same problem: Can not resolve Target Name "Test" ...
-
it works with PropertyPath, but now i get an exception "Cannot resolve TargetName Test." when i use this sample ...
-
Hi,
i tried to create a Storyboard in code. When i want to set the TargetPropertyProperty, it tells me that strings are not allowed (Exception: "DependencyProperty of type System.Windows.PropertyPath cannot be set on an object of type System.String") - whats wrong with the code? Storyboard stboard = new Storyboard(); ...
-
Hi,
i am creating a storyboard dynamically with XamlReader.Load. Now, with B2, it always tells me "Can not resolve Target Name ...". It worked absolutely fine in Beta 1! Has anyone got an idea on what's wrong?
Code comes here:string story = "<Storyboard xmlns=\"http://schemas.microsoft.com/client/2007\">" ...