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

LiveTileHelper with Caliburn.Micro

1 Answer 22 Views
LiveTileHelper
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Christof
Top achievements
Rank 2
Christof asked on 13 Aug 2013, 06:28 PM

Hi !

I use the Telerik Windows Phone Controls with Caliburn.Micro.
And it works great but i have one problem with the LiveTileHelper

 

LiveTileHelper.CreateOrUpdateTile(extendedData, new Uri("/MainPage.xaml", UriKind.RelativeOrAbsolute));

How can i navigate to a view from the LiveTile?
Or how to handle this with caliburn.micro?

I have no idea how to solve this.
Can anyone help?

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 16 Aug 2013, 12:43 PM
Hello Christof,

Thanks for writing.

The LiveTileHelper creates a live tile from within your Windows Phone app and pins it on the Home screen of the phone. The provided URI in the CreateOrUpdateTile method points to a page within your app to which the OS will navigate when the tile is tapped. This mechanism is supported by the Windows Phone OS and happens automatically for you. Caliburn.Micro cannot be integrated in it.

I hope this helps.

Regards,
Deyan
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
LiveTileHelper
Asked by
Christof
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Share this question
or