Questions tagged [live-tile]

Live tiles are the entry point of Microsoft Metro apps, and can be updated with information to display to the user in an easily digestible format.

Live tiles represent Metro apps in the Start screen. They are the primary method through which the user will launch Metro apps, but they can also surface information and notifications directly through the tile itself, making it a dynamic representation of apps even when they are not running.

296 questions
1
vote
1 answer

WP7 Tile BackgroundImage Won't Update

I'm trying to get the application to update the application tile, I'm basically copy pasting from the sdkTilesCS demo project (Tile Sample on this page http://msdn.microsoft.com/en-us/library/ff431744(v=VS.92).aspx). The application title and count…
ameer
  • 2,598
  • 2
  • 21
  • 36
1
vote
1 answer

Live tile background changing windows 8

I created a live tile, but I don't know how to change the background color. This is Windows 8 and C#.
hunor
  • 51
  • 4
1
vote
2 answers

Background agent task is never executed in Mango

I have a background agent that i would like to be executed in Mango for updating the live tile. The problem is that it is never executed. Here is the code that i used: //start background agent PeriodicTask periodicTask = new…
Cris
  • 12,124
  • 27
  • 92
  • 159
1
vote
1 answer

Can a Live Tile's count be increase passed 99?

I am starting to use local live tiles ala mango and notice that if I give a count of higher than 99 it cuts it to 99. Is there a way to increase this count?
deanvmc
  • 5,957
  • 6
  • 38
  • 68
1
vote
1 answer

How can my app retrieve live tile of another app?

I am making a custom shell for Windows 10, and was curious if it is possible for my shell to display live tiles of other installed apps similar to how start menu does that? Of course, the shell is running with unrestricted permissions (its a desktop…
LOST
  • 2,956
  • 3
  • 25
  • 40
1
vote
1 answer

UWP Live Tile not updating

When i try to update my UWP primary and / or secondary tile nothing will happen. If i start my UWP app from Visual Studio 2017 the update function works fine and updates the tiles. But if i make a Windows Store app from VS 2017, the update…
T. Fischer
  • 23
  • 3
1
vote
0 answers

How to periodically update live tile locally on Windows 10

I didn't find a suitable documentation from Microsoft to update periodically a tile from the application and not a server. The documentation said that you can update an application tile periodically, but you need to give a URI as the first…
fluxb0x
  • 83
  • 3
  • 10
1
vote
1 answer

Update Live Tile depending on tile size pinned by user

I am facing a problem with Live Tiles in my UWP application. Microsoft provides different templates (MSDN) for different tile sizes to set the content but it also depends on the device how the content is displayed. For example the wide tile can show…
xmashallax
  • 1,673
  • 1
  • 17
  • 34
1
vote
1 answer

Translucent Live Tiles In Universal Windows Apps (UWP) on Win 10 mobile/phone

I have a UWP app in the Windows 10 app store (World Time Clock). This app lets user pin live secondary tiles that display text that updates every minute (to show the current time in different cities around the world). These live text tiles are…
Alan
  • 23
  • 4
1
vote
0 answers

Specifying transparency in browserconfig.xml

Windows Phone 8.1 supports transparent start screen tiles, and apps can make use of the backgroundColor=transparent setting in their manifest. However, for Pinned sites either the tag in the HTML markup, or the browserconfig.xml should be…
interDist
  • 487
  • 4
  • 13
1
vote
0 answers

Update UWP LiveTile from BackgroundMediaPlayer

I am using NotificationsExtentions and NotificationsVisualizationLibrary to update my live tile. I don't know how to update my Live tile from a BackgroundMediaPlayer when track changes as I can't use Dispatcher.RunAsync in this Thread and also my…
Ali
  • 67
  • 6
1
vote
3 answers

How to create an auto updating Adaptive Tile in Windows 10 using C#

I would like to create an Auto Updating Adaptive live tile in windows 10. I have a webservice i need to call to get the status of a few things and return and i would like to be able to publish that to the tile, if the user clicks the tile it opens…
Nikerym
  • 515
  • 3
  • 12
1
vote
0 answers

How to use live tiles with Qt 5.7 in Windows 10?

I was wondering if there was any way to implement Windows Live Tiles feature in a Qt 5.7 application (updating them from the app). I have looked at the documentation, but there isn't seem to be any API for what I want.
reckless
  • 741
  • 12
  • 53
1
vote
1 answer

Simple UWP live tile update

I have a simple UWP shopping list app which talks to nothing and keeps its data in local storage. When the app is suspended, I write the current list to local storage. What I want to do at this same time (or OnNavigatedFrom the main page) is to also…
Zenilogix
  • 1,318
  • 1
  • 15
  • 31
1
vote
1 answer

Is it possible to create a Windows 10 tile control inside my application?

I have a requirement wherein I have to create a list of item which are similar to Windows tile which we see in the Start Menu. Since the Start Menu tiles comes with default feature like like a pin and an ellipse button is shown on long press, is it…
Ray
  • 231
  • 1
  • 11