live-tile Questions

7

I've been trying to add an out of process background task to my project to update my App's live tile. The task needs to make a database call to get some data, then process that data to send out a f...
Garrot asked 18/5, 2018 at 7:7

1

Im coding a web application that should be pinnable to start menu and should updating a text information by the setup. Just like there: MSDN IE11 Reference In Windows 8.1 desktop and phone it is w...
Cecilycecity asked 12/6, 2016 at 13:7

1

Solved

We have a .NET but non-Metro app, built in Visual Studio 2010. We would like to show a nice 512x512 (or whatever) image for our app on the Desktop. We do not need Live Tile functionality, we just n...
Nonna asked 29/3, 2013 at 15:0

5

Solved

i am using the code below to create a live tile, based on an UI element. It renders the uiElement on a WriteableBitmap, saves the bitmap + returns the filename. This method is run in a windows phon...
Allotropy asked 5/2, 2013 at 15:20

1

Solved

With Windows 8.1, the background color for desktop application tiles on the start screen are no longer grey but colored. It appears to me that the background color of the tile is selected by Window...
Avery asked 8/10, 2013 at 13:36

2

Solved

I am trying to update a live tile every so often on Windows 8 and need to do this even if the app itself isn't running. None of the notification options listed on this MSDN page are suitable, I wan...
Epileptic asked 23/9, 2012 at 4:56

2

Solved

In windows 8 metro style app, how to update live tile while app is not running ? And the live tile start to run when OS system begin to start. http://blogs.msdn.com/b/windowsappdev/archive/2012/0...
Fachanan asked 23/7, 2012 at 6:58

3

I'm creating a live tile on the device with the following code: ShellTile tile = ShellTile.ActiveTiles.FirstOrDefault(); StandardTileData newTileData = new StandardTileData { BackgroundImage = ne...
Olinger asked 9/9, 2011 at 20:30

0

It seems to me, that my background task is not working / triggering. Is there any way i can debug them, or test it with an integration test. This is an example background task: public sealed cla...
Thereinto asked 3/9, 2012 at 18:26
1

© 2022 - 2024 — McMap. All rights reserved.