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
0
votes
1 answer

Windows Phone Push live tile image URL

I'm working on a notification push server and want to push a live tile with an image URL (external server). The problem is that I can't get it to show as BackgroundImage on the applicatoin tile. As far as I understand the documentation it should be…
Jørgen
  • 2,157
  • 1
  • 23
  • 24
0
votes
2 answers

Live Tiles - staying connected

Live tiles are able to receive push notifications without the associated metro app needing to be running. However I believe that the app must have run at least once in order for the app to acquire a notification channel and subscribe to a…
Duncan Gravill
  • 4,552
  • 7
  • 34
  • 51
0
votes
2 answers

setting Live Tile back image issue

I’m trying to implement the live tile to my app. This is the easier processes that I found online. But I get an Uri exception. Here is the Code: private void PhoneApplicationPage_Loaded(object sender, RoutedEventArgs e) { …
chr.solr
  • 576
  • 1
  • 7
  • 19
0
votes
2 answers

Is updating LiveTile on Application_Deactivated a good practice?

I have not used Background Agents for updating LiveTiles. I update the tile on exiting of the app and on Application_Deactivated. private void Application_Deactivated(object sender, DeactivatedEventArgs e) { CycleManager pCycMan =…
alfah
  • 2,077
  • 1
  • 31
  • 55
0
votes
1 answer

Launching a background agent from within the app

As far as I have understood, if you register a periodic task to deal with your WP7 live tiles, it will not update more than once every half hour. However, I would like to update the data the background agent works on every time the user exits the…
Kris Selbekk
  • 7,438
  • 7
  • 46
  • 73
0
votes
2 answers

Configuring the size of Live tiles

I saw some apps like twitter having recent tweets on Live Tiles. The Tiles are rectangle and occupy whole space and not square like all other apps. How to change or create the rectangle Live tiles..? Any idea?
0
votes
1 answer

wp7 background task out of app

I need to have a background process that runs independent of my app and performs a set of tasks. These tasks need to execute even when my app isn't running. For example, continuously process a list of tasks that contain the date/time they need to be…
richardaum
  • 6,651
  • 12
  • 48
  • 64
-1
votes
1 answer

Windows Live-Tile(printing images) doesn't work on my project

I develop a web application using Play Framework(Scala)2.7 and I try to set up a windows-live-tile configuration. I wrote some meta tags below in main.scala.html(path:root/app/views/) and put images in root/public/static/media/tile-icons/. however,…
-1
votes
1 answer

UWP Application live tile text size

There is an Clock tile app in windows store. I wonder how to make the tile font size like in this app.
-1
votes
1 answer

How to make a start tile reference the desktop AND modern mode of an app?

I've made an app for the Windows desktop and also created it for the modern (metro) interface in Windows 8.1. I wanted to group them under the same start tile and have a setting that allowed the user to open the app in the chosen mode by clicking…
-2
votes
1 answer

how to create live tile icons interface using java

I need to create Live tile icon interface using java language .. please help. I tried using JButtons. Setting the size of JButtons as I needed. but I can't figure how to make these icons blink or rotate. If this is possible please help.. Please…
Gayan Kavirathne
  • 2,909
  • 2
  • 18
  • 26
1 2 3
19
20