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

FAS Problem while using Transition Animations

1 Answer 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Arup
Top achievements
Rank 1
Arup asked on 24 Apr 2012, 08:56 AM
Hi. In my app.xaml.cs, I am doing the following things
<
RootFrame = new Telerik.Windows.Controls.RadPhoneApplicationFrame();
            //RootFrame = new TransitionFrame();
            Color color = new Color();
            color.A = 128;
            color.R = 0;
            color.B = 0;
            color.G = 0;


            //RootFrame.Background = 


            RootFrame.Background = new SolidColorBrush(Colors.Red);
            RootFrame.Navigated += CompleteInitializePhoneApplication;


            // Handle navigation failures
            RootFrame.NavigationFailed += RootFrame_NavigationFailed;


            // Ensure we don't initialize again
            phoneApplicationInitialized = true;
>

Now, when I am navigation, if I do these steps quickly... 

1. Select a control for Navigation
2. Hit Start key as soon as Navigation Begins
3. Press Back key to go back to the app, then My application Just displays the red screen with the ApplicationBar

Please Help.

Regards
Arup Saha

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 27 Apr 2012, 12:51 PM
Hello Arup,

Thank you for contacting us.

What happens here is that currently we are doing the navigation when the transition has ended and in your scenario the transition is interrupted before it has ended and the navigation is not executed at all. We are going to reevaluate our options here and see what we can do to achieve the desired behavior in your scenario as well. We'll let you know when the fix is ready.

I have added some Telerik points to your account for bringing this to our attention. Thank you.

Greetings,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Arup
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or