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

Start Time Flip HubTile

5 Answers 36 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.
Albilaga Linggra
Top achievements
Rank 1
Albilaga Linggra asked on 30 Jan 2014, 09:40 AM
Can I edit the when the start time of flip from hubtile? I have 2 hubtile and it flip together. I do want the hubtiles flip not in the same time. I already try manipulate it using UpdateInterval but it doesn't satisfy me because some time it will flip together again. Any solutions?This is my xaml code. In cs I did nothing

<telerikPrimitives:RadCustomHubTile Width="198" Height="193" Margin="18,117,240,372" x:Name="NabiHome" UpdateInterval="0:0:2" Tap="NabiHome_Tap">
<telerikPrimitives:RadCustomHubTile.FrontContent>
<Image Source="/Images/Button/25 Nabi.png"></Image>
</telerikPrimitives:RadCustomHubTile.FrontContent>
<telerikPrimitives:RadCustomHubTile.BackContent>
<Image Source="/Images/Button/25 Nabi.png"></Image>
</telerikPrimitives:RadCustomHubTile.BackContent>
</telerikPrimitives:RadCustomHubTile>
<telerikPrimitives:RadCustomHubTile Width="198" Height="193" Margin="241,320,17,169" UpdateInterval="0:0:3" x:Name="Quiz" Tap="Quiz_Tap">
<telerikPrimitives:RadCustomHubTile.FrontContent>
<Image Source="/Images/Button/Quiz.png"></Image>
</telerikPrimitives:RadCustomHubTile.FrontContent>
<telerikPrimitives:RadCustomHubTile.BackContent>
<Image Source="/Images/Button/Quiz.png"></Image>
</telerikPrimitives:RadCustomHubTile.BackContent>
</telerikPrimitives:RadCustomHubTile>

5 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 03 Feb 2014, 12:54 PM
Hi Albilaga,

I have answered your question in the other thread you posted about the same issue.

Regards,
Victor
Telerik
If you want to get updates on new releases, tips and tricks and sneak peek previews directly from the developers working on the UI for Windows Phone, subscribe to the blog feed now.
0
Winify
Top achievements
Rank 1
answered on 18 Feb 2014, 10:38 AM
Please post the link to answer :)
0
Albilaga Linggra
Top achievements
Rank 1
answered on 18 Feb 2014, 06:17 PM
Here the link http://www.telerik.com/forums/start-time-flip-hubtile
0
Carlos
Top achievements
Rank 1
answered on 25 Jul 2014, 03:00 PM
[quote]Start time of RadCustomHubTile[/quote]

I added some RadCustomHubTile in the same view but all of them are animated at the same time. Is there a way to make each tile start its animation at different time? I achieved this before using the windows phone toolkit.
0
Tsvyatko
Telerik team
answered on 30 Jul 2014, 08:05 AM
Hi Carlos,

You can achieve the desired behavior by setting different values to UpdateInterval property. If you need to further randomize Update intervals you can inherit from CustomHubTime and override its Update method, setting UpdateInterval property to new random value.

Let me know if this helps.

Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
HubTile
Asked by
Albilaga Linggra
Top achievements
Rank 1
Answers by
Victor
Telerik team
Winify
Top achievements
Rank 1
Albilaga Linggra
Top achievements
Rank 1
Carlos
Top achievements
Rank 1
Tsvyatko
Telerik team
Share this question
or