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 8.1 Silverlight Secondary Tile isostore error

I'm trying to render a UserControl as an image, and then assign it to a secondary tile and pin it. The resulting URI is isostore:/Shared/ShellContent/CustomTile.jpg However, I get the following error: ExceptionObject = {System.ArgumentException:…
vixez
  • 846
  • 9
  • 25
0
votes
1 answer

Tile Image not shown

I try to set my main tile with the templatew TileWide310x150SmallImageAndText02. I had a look at the sample code and took this out of it: ITileSquare310x310SmallImagesAndTextList04 tileContent = …
NPadrutt
  • 3,619
  • 5
  • 24
  • 60
0
votes
2 answers

How to update the Live Tile once every minute?

I have an WP application that updates the Live Tile using the ScheduledTaskAgent (Background Tasks). However, the ScheduledTaskAgent only updates the Live Tile once every 60 minutes or so. Is there a way to update the Live Tile more frequently (so…
eitan barazani
  • 1,123
  • 3
  • 18
  • 34
0
votes
1 answer

Universal app in windows : In Windows RT app not displayed transparent tile

I have just started to develop in universal app. I have developed app in Windows 8 store apps and also developing Windows Phone 8 and Windows Phone 8.1 (SilverLight) Apps. Question is related to universal app in Windows and Single UI which is…
0
votes
1 answer

Data binding on Windows phone 8 live tiles

I am trying to bind some strings in the 'backcontent' of the live tiles in my Windows Phone 8 app to change the text depending on the languaje of the smartphone but I can not find the way. The tiles, with an static string are working fine. This is…
Luis López
  • 137
  • 1
  • 2
  • 13
0
votes
1 answer

Codename One for windows phone 8

Can I make an application using Codename One for Android, iOS ,and Windows Phone 8 from a single code base, but yet provide support for windows phone 8 feature like live tiles ?
0
votes
1 answer

Which usage is best for adding TileTask to ScheduledActionService for WP?

There are some usages for adding TileTask to ScheduledActionService but I didn't understand which one is best usage. For example; private void StartPeriodicAgent(string taskName) { tilePeriodicTask = ScheduledActionService.Find(taskName)…
0
votes
1 answer

Separate background agent for a Windows Phone app to update live tile + lock screen independently

Is this possible? Or are Windows Phone 8 apps restricted to only a single background agent? I currently have a background agent updating the live tile, and am pushing the memory constraints applicable to a Periodic Task as it is. If/when I add lock…
0
votes
1 answer

Adding an image to Live Tile Notifications

I'm currently working on live tile notifications for my Universal App. I'm running into an issue where the wide tile is not showing anything, but the small tile is working fine; can anyone point me in the right direction of why my wide tile isn't…
0
votes
1 answer

Create Cycle Tile causes Error in Release Mode

I am not sure as to why I am now getting this error. It seemed to have cropped up from no where. Upon the user's request I am creating a cycle tile of in app images, fairly straightforward. The tile is actually created and displayed on the start…
Matthew
  • 3,976
  • 15
  • 66
  • 130
0
votes
1 answer

Windows Phone 8.1 live tile not updating daily

I'm having problems to get my Windows Phone 8.1 live tile update by itself daily (around 7am) My project has 2 parts : a Web API project hosted on Azure that provides the tile template in XML (that part works fine) a Windows Phone 8.1 project with…
Jérôme Oudoul
  • 369
  • 1
  • 5
  • 14
0
votes
1 answer

Limit FlipTileData to only two tile sizes c# WP8

So ive been toying around with the FlipTileData for awile and in my recent app i needed the tile to be only two sizes (not the biggest one). Ive tried my best so far with it, the code: FlipTileData tileData = new FlipTileData { BackgroundImage…
rsharma
  • 169
  • 1
  • 10
0
votes
1 answer

Is there any limitation on the number of secondary tiles for windows phone 8.1 created by an App?

I tried to search Microsoft How-to and Guidelines for tiles but I couldn't reach to an answer.
stackunderflow
  • 3,811
  • 5
  • 31
  • 43
0
votes
2 answers

How to set the navigation URI while creating a secondary tile? (Windows Phone 8.1 - Universal)

Let's say I have a specific page, SecondaryTile.xaml. From this page I pin a secondary tile to the startscreen. Now if I tap on the secondary tile I want it to open the SecondaryTile.xaml. In WP8.0 this was possible by setting the URI of…
Niels
  • 2,496
  • 5
  • 24
  • 38
0
votes
1 answer

custom styled tiles for windows phone

How do i go about creating live tiles with custom font and styles as done by the guys in the sticky notes HD app? . I searched a lot but found only how to create tiles using the default three templates . Here is a screenshot from their app page . I…
B0rn2C0de
  • 585
  • 1
  • 7
  • 22