Re: [OzSilverlight] Strange databinding problem

2008-05-02 Thread .net noobie
So the problem is that when the new list of Ordes is created that the animation is not fired... becuase when i run the sample and hit the button the sample seems to work fine... correct the reason that the animation is not firing when the list is created is becuase the PropertyChanged value for

Re: [OzSilverlight] Strange databinding problem

2008-05-02 Thread Dimaz Pramudya
Also, another thing to note is the animation will only start after the user control / canvas is LOADED. This means, any request to start the animation before hand (eg: in constructor, etc) will be ignored. Therefore, it is best to implement your own Animation Queueing engine and invoke the