I have a popup in my Silverlight application with a close button. If i click the close button, then a DoubleAnimation is played and after it's played an event is raise that makes the popup Collapsed. If i show the pop again en pres the close button then event won't be raise again? Does anywone knows how to solved this?
thx
Walter
I can't think of anything that will prevent an event from firing for the second time. Can you show a snippet of your XAML and codebehind code to help us diagnose the problem?
ThanksYasser MakramMy Blog: http://www.silverlightrecipes.comSr. Architect Santeon Inc. Microsoft Silverlight Partner, Solution Provider
Her it is, hope that you can help me
<
</
The code looks fine to me, I will try to use your code in a sample application and check if it is working later today.
what's the code behind for btnClose_Loaded, btnClose_Click and DoubleAnimation_Completed?
Software EngineerAprimo, IncPlease remember to mark the replies as answers if they answered your question