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

Controlling the RadCustomHubTile

10 Answers 131 Views
HubTile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jonathan
Top achievements
Rank 2
Jonathan asked on 14 May 2012, 08:37 AM
The custom hub tile is great; however, I've been running into issues controlling it.  I have some heavy duty content on the backs of a bunch of tiles so I've been trying to limit showing of the backs to one at a time except when the user "locks" a particular tile to its back content.  I've done this using a combination IsFrozen, setting the BackContent to null, and leveraging the TiltUpdateInterval from my model.  This works mostly but my app can become out of phase with the actual scene when the timing is just right.

Any chance of you guys adding a bindable boolean for us to solidly control which side is showing?  This would greatly simplify my model and presumably work more consistently.

Thanks for any help/info.
-Jonathan

10 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 15 May 2012, 08:02 AM
Hello Jonathan,

Thank you for the feedback.
Your suggestion seems reasonable. I am thinking about an IsFlipped property or something like this. It will allow you to manually flip the tile when necessary and will override the automatic periodic updates. Is this what you are looking for?

I am looking forward to your reply.

Greetings,
Victor
the Telerik team

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

0
Jonathan
Top achievements
Rank 2
answered on 15 May 2012, 09:08 AM
Victor,

An IsFlipped as you described would be perfect.

Thanks
-Jonathan
0
Victor
Telerik team
answered on 16 May 2012, 09:56 AM
Hello Jonathan,

The IsFlipped property will be available in the next release.
Stay tuned :).

Kind regards,
Victor
the Telerik team

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

0
Michiel
Top achievements
Rank 1
answered on 29 Oct 2012, 11:28 AM
The next release is out now, but i have not been able to locate such functionality. Did you implement it?
0
Victor
Telerik team
answered on 30 Oct 2012, 10:46 AM
Hi Michiel,

Thank you for writing.
I am afraid that this feature did not make into the official release. We will include it in an internal build which we will release later this week or next week. I will notify you as soon as the new version is available.

Thank you for understanding. 

Greetings,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Michiel
Top achievements
Rank 1
answered on 30 Oct 2012, 10:48 AM
Alright, thanks for the update! I will be looking forward to the next release.
0
Victor
Telerik team
answered on 05 Nov 2012, 08:12 AM
Hi Michiel,

Thanks for writing.
The new internal build is ready for download. It includes the IsFlipped property on RadCustomHubTile.
Please write again if you need assistance with the new functionality.

All the best,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jonathan
Top achievements
Rank 2
answered on 05 Nov 2012, 08:38 AM
Great! Thanks.
0
Dan Diaconu
Top achievements
Rank 1
answered on 07 Oct 2013, 09:15 PM

HI, I see that IsFlipped is now implemented and is great but i can't resume the Flipping animation anymore.



I was expecting that if the tile is forced to one state and brake the animation to have the IsFrozen state set to true and to be able to set the IsFrozen state to False and resume the animation.



Right now in WP7 version of controls if I set the IsFlipped to true i cannot resume the animation.



Am I doing something wrong?



Thank you.

I've found a temporary solution...

I've set the state from the visual state, going around the IsFlipped and setting the IsFrozen = true and unfrozen the tile to be able to have a pause resume experience.

So just a conclusion ... The IsFrozen should be set to true when changing the IsFlipped and when the IsFrozed is changed to false then should be able to resume the animation.

0
Kiril Stanoev
Telerik team
answered on 10 Oct 2013, 01:48 PM
Hi Dan,

Try clearing the IsFrozen property:

this.ClearValue(RadCustomHubTile.IsFlippedProperty);
 

Regards,
Kiril Stanoev
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINDOWS PHONE 7.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
HubTile
Asked by
Jonathan
Top achievements
Rank 2
Answers by
Victor
Telerik team
Jonathan
Top achievements
Rank 2
Michiel
Top achievements
Rank 1
Dan Diaconu
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Share this question
or