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

How to add similar behaviour of Contacts app?

5 Answers 56 Views
JumpList
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ELRaymond
Top achievements
Rank 1
ELRaymond asked on 21 Nov 2012, 04:06 PM
I want my RadJumpList behave like the contacts application. How can i make the list items look like a button ( transform effect on touch..) and how can i trigger navigation with the same effect?

5 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 22 Nov 2012, 07:35 AM
Hello Cahit,

Thanks for writing.

There is a pretty nice example implementing the Phone Book scenario using RadJumpList in our Telerik Examples solution. You have access to all image and source code resources to implement similar scenario in your application too.

As for using the transform effect on touch, you can take a look at our TiltInteractionEffect. How this effect is used is described in our online help here:

http://www.telerik.com/help/windows-phone/telerik-windows-controls-tiltinteraction.html

I hope this helps.

Greetings,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
ELRaymond
Top achievements
Rank 1
answered on 22 Nov 2012, 08:49 AM
Thank you for your reply.

I want the same on-press effect of addressbook and the transition effect that happens while navigating to from the page that has radjumplist.

I tried the links you have and added "TextBox" to the allowedtypes. It worked, however it is not exactly how i wanted it. May you have any ideas, i'll be glad if you share them.

Thanks!
0
Deyan
Telerik team
answered on 27 Nov 2012, 08:34 AM
Hi Cahit,

Thanks for writing back.

You should not add the TextBox element type to the AllowedTypes collection but the RadDataBoundListBoxItem type. Also, keep in mind that the AllowedTypes collection is a static one and you should add the type for tilting only once.

As for the transition effects, take a look at our online help articles regarding RadPhoneApplicationFrame:

http://www.telerik.com/help/windows-phone/radphoneapplicationframe-overview.html

I hope this helps.

All the best,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
ELRaymond
Top achievements
Rank 1
answered on 28 Dec 2012, 12:00 AM
Hi,
For example, in the following example, i have many <Border> objects, those could be Textboxes or grids, etc.. In this case, i am unable to use
InteractionEffectManager.AllowedTypes.Add(typeof(RadWrapPanel));

I have to use "Border" instead of "RadWrapPanel" type.. Right? What is the correct way?

<phone:PanoramaItem Header="Header1" Orientation="Horizontal">
               <Grid>
                   <ScrollViewer
                       <telerikPrimitives:RadWrapPanel ItemHeight="150" ItemWidth="150" Width="400" HorizontalAlignment="Left"  telerikCore:InteractionEffectManager.IsInteractionEnabled="True">
                           <Border Background="#FF00FFFF" Height="150" Width="150" HorizontalAlignment="Left"/>
0
Valentin.Stoychev
Telerik team
answered on 03 Jan 2013, 08:13 AM
Hi,

 Yes - you can add any element type to the list of allowed types - in this case adding the Border element should do the trick. Please give it a try and let us know how it goes.

All the best,
Valentin.Stoychev
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
JumpList
Asked by
ELRaymond
Top achievements
Rank 1
Answers by
Deyan
Telerik team
ELRaymond
Top achievements
Rank 1
Valentin.Stoychev
Telerik team
Share this question
or