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

Translation throughout all pages

4 Answers 109 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.
Justin
Top achievements
Rank 1
Justin asked on 30 Jan 2012, 12:34 AM
Is it possible to have a translation used for all opening pages throughout your application? For example I have a main page with 3 hubtiles that take me to page 1, 2 and 3. Page 1 has 20 buttons, while Page 2 has more hub tiles. All of which eventually take you to page 3. Is it possible to have them all use the tile translation? If so, how?

4 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 01 Feb 2012, 03:35 PM
Hello Justin,

Thank you for contacting us.

Yes, it is possible to have a transition that can be used for all pages in your application. To achieve this, you need RadPhoneApplicationFrame, instead of the RadTransitionControl. Detailed information for this control and the available transitions, you can find in our online documentation here.

I hope this information will help you. Let me know if you need additional assistance here.

Kind regards,
Todor
the Telerik team

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

0
Justin
Top achievements
Rank 1
answered on 02 Feb 2012, 06:07 AM
So I've copied the code from the documentation and deployed it in my application. I had everything working correctly until I changed from the RadFade to the RadTile. The MainPage of my application will display, but when i click on a HubTile, the screen goes black as if it were going to transition. My application bar can still be seen, just not anything that was in my grid. I changed back from the RadTile to the RadFade and the problem is still there. 

I've tried rebuilding and even switching from Release back to Debug, but nothing seems to work. What should I do?
0
Todor
Telerik team
answered on 06 Feb 2012, 03:44 PM
Hello Justin,

The TileAnimation is a little more specific than the FadeAnimation. This animation can only be applied to a list of items, such as ListBox or RadDataBoundListBox. You can set that list through the ContainerToAnimate static property in RadTileAnimation. For example if on one of your pages contains such a listbox named MyItems, in the code-behind file of that page you have to add this:

this.SetValue(RadTileAnimation.ContainerToAnimateProperty, this.MyItems);

If you need additional assistance, don't hesitate to write us back.

Greetings,
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
Vijay
Top achievements
Rank 1
answered on 10 Jun 2012, 09:48 AM
Hello Justin

Please find the below link it gives out clear picture of using transitions for your application with RadPhoneApplicationFrame

Click Here for Using Transitions with RadPhoneApplicationFrame

Thanks an Regards.
Vijay
MVC Corp.
Tags
TransitionControl
Asked by
Justin
Top achievements
Rank 1
Answers by
Todor
Telerik team
Justin
Top achievements
Rank 1
Vijay
Top achievements
Rank 1
Share this question
or