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

Visual Feedback when Item selected

8 Answers 108 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.
George
Top achievements
Rank 1
George asked on 03 May 2011, 03:08 PM
I'm using the ItemTap Event and would like the user to see some visual feedback when a user selects an item in a Jump List.

Is there a way to accomplish this?

TIA,
George

8 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 05 May 2011, 08:42 AM
Hi George,

Thanks for contacting us and for your question.

The default style of the RadListPicker control defines visual states that are applied when an item is selected and therefore you should see a visual indication in this case. You can also modify this behavior by editing the default style in Microsoft Expression Blend.

Could you please share some further details on your scenario and why would you like to use the ItemTap event to change the visual state of an item in particular?

Thanks for your time.

Greetings,
Deyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
David
Top achievements
Rank 1
answered on 17 May 2011, 05:21 AM
If you use the TiltEffect that's available in the silverlight toolkit you can add the effect to the RadJumplist using the following code

TiltEffect.TiltableItems.Add(typeof(Telerik.Windows.Control.RadDataBoundListBoxItem));
0
ManniAT
Top achievements
Rank 2
answered on 26 Jun 2011, 04:31 PM
Just a follow up to this.

Wiith normal listboxes the interaction manager adds effects automatically.
So calling
this.SetValue(InteractionEffectManager.IsInteractionEnabledProperty, true);
applies the effect to listbox items (and alos other items like buttons).
But this doesn't work for JumpListItems.

Any reasons for this - and is there a way to make it work?

Manfred
0
Deyan
Telerik team
answered on 27 Jun 2011, 07:47 AM
Hello,

You can easily apply a tilt effect to the JumpList items by setting the InteractionEffectManager.IsInteractionEnabled attached property to true on the RadJumpList instance and making sure tha the RadDataBoundListBoxItem is in the InteractionEffectManager.AllowedTypes collection.

I hope this helps.

Best wishes,
Deyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
ManniAT
Top achievements
Rank 2
answered on 27 Jun 2011, 08:01 PM
Hello Deyan,

I really thought the AllowedTypes is a readonly collection :)
I'll give it a try (I guess this weekend I'll find time) and let you know if it works.

The idea about read only came from the circumstance that I got a support response telling me XXXX is not in AllowedTypes :)

Thank you for the fast answer
Manfred
0
Deyan
Telerik team
answered on 30 Jun 2011, 07:49 AM
Hi Manniat,

The AllowedTypes is not readonly, as well as the ExcludedTypes collections. These collections give you more flexibility to enable the tilt effect for a container of items and decide which items will actually tilt and which will not.

We will very soon upload new help topics regarding these classes.

All the best,
Deyan
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
ManniAT
Top achievements
Rank 2
answered on 30 Jun 2011, 08:58 PM
Hi Deyan,

I understand this now - I just thought so because of this answer:
>>Button is needed now, because we can't enable the tilt effect on a particular element -
>> only on a particular type.
>> This will be changed with the beta2 release next week and you will not need the button.
in this thread:
http://www.telerik.com/community/forums/windows-phone/animation/radtileanimation-on-single-element.aspx#1692622

Anyhow - now I checked the things - and I almost sure it will work.
 
Thank you again
Manfred
0
Deyan
Telerik team
answered on 06 Jul 2011, 03:36 PM
Hello Manniat,

Now that Beta2 is out you can download it and check it out.

We will appreciate any feedback you might have.

Thanks for your time.

Kind regards,
Deyan
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
JumpList
Asked by
George
Top achievements
Rank 1
Answers by
Deyan
Telerik team
David
Top achievements
Rank 1
ManniAT
Top achievements
Rank 2
Share this question
or