This is a migrated thread and some comments may be shown as answers.

PageTransitionCompleted not firing when app is launched from a secondary tile

2 Answers 29 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
GJ Kuz
Top achievements
Rank 1
GJ Kuz asked on 01 Mar 2012, 03:11 AM
Dear Telerik Team,

I have a slight issue with the PageTransitionCompleted event handler when I launch the app from a secondary tile. The event handler doesn't fire at all. I have the following code in the OnNavigatedTo handler of my page.

((RadPhoneApplicationFrame
)Application.Current.RootVisual).PageTransitionCompleted += PageTransitionCompletedHandler;

I am doing some databinding stuff in the PageTransitionCompleted handler. Am I doing anything wrong? Really appreciate your help on this matter.

thanks,
Gilles

2 Answers, 1 is accepted

Sort by
0
Accepted
Todor
Telerik team
answered on 01 Mar 2012, 02:13 PM
Hello Gilles,

Thank you for contacting us.

This is the expected behavior in RadApplicationFrame. The transitions are applied only when you navigate from one page to another. When you launch the app from a secondary tile and this is the first page you see, there is no transition and respectively no TransitionCompleted Event is fired.

I hope this information helps.

Regards,
Todor
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
GJ Kuz
Top achievements
Rank 1
answered on 05 Mar 2012, 08:15 PM
Thanks for the clarification.
Tags
TransitionControl
Asked by
GJ Kuz
Top achievements
Rank 1
Answers by
Todor
Telerik team
GJ Kuz
Top achievements
Rank 1
Share this question
or