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

x-frame-options sameorigin while loading extrenal page in my webpage

we need to Load external web site and show it as a live website tile in our application where x-frame-options set to same origin for the external website. We followed below approaches but nothing is working. Please help us to know any…
0
votes
0 answers

Accessing database for Live tile update

so Im doing a live tile update in UWP project and I need to access my database to retrieve the data and update the tile. But the project that I made that has the database has a reference to the RuntimeComponent, so I cant make a circular reference…
Eden
  • 19
  • 4
0
votes
1 answer

How do I make a tile in WinJS?

I'm using WinJS 4.4.3 to make a web app. And I'm trying to recreate the Start Menu/Screen. I haven't seen any tutorials on the web or even on Microsoft's website (new or former playground) that shows how to do something like this. Also, I'd like the…
On The Net Again
  • 265
  • 4
  • 16
0
votes
0 answers

FileNotFoundException with NotificationExtensions on Windows 10 Mobile

I have a problem with NuGet Package of NotificationExtensions because it is running fine on my local desktop computer and in the emulators, but when I deploy to a Windows 10 Mobile Device, I get a FileNotFoundException at runtime telling me that it…
0
votes
0 answers

Why only the medium tile is getting updated?

I am writing a Windows 10 universal app in C# and i want to create a tile with a specific text on it that can change. Therefore I used the sample code form microsoft MSDN (the second one). But this does not work for all tiles, only the medium one…
Alex S.
  • 31
  • 1
  • 6
0
votes
0 answers

App name is not displayed in tile (start screen) windows phone

I've inputted "Display name" in Manifest file but when I built the app to my real device (Windows Mobile 10), the app name was not displayed in the tile (small, medium, large sizes). What should I do to fix this? Thanks. Following is my manifest…
Martin
  • 1
  • 1
0
votes
0 answers

How can I write a live MetroTile custom control?

Using MetroFramework 1.3.5 and .NET Transitions, in Windows Forms, I have written the code for a live MetroTile. Here is the Timer Tick method used to update the tile: private void updateTiles_timer_Tick(object sender, EventArgs e) { …
Cristian M
  • 715
  • 2
  • 12
  • 32
0
votes
3 answers

MS Windows 10 Edge Live tiles system cache

I've changed paths (polling uri's) to XML with data but Windows still requests the old one xml url. I was updating xml url in the following steps: Turn live tiles off Unpin tile MS Edge browser cache and history clearing Delete all content within…
0
votes
1 answer

Can't use Google maps API URL with UWP adaptive tile templates

I have a UWP in which I am writing an app that can track a devices location and I have recently been trying to put an image of a map as my applications live tile using Google's static maps API. The idea is that the live tile will regularly update…
Robert Small
  • 95
  • 1
  • 8
0
votes
1 answer

How do you set a default tile in Windows Phone 8.0?

I have a Windows Phone 8 application that has a live tile using the FlipTileData data structure to display information in a flip tile. However, a situation can arise where no relative information can be shown in the live tile. In that situation, I'd…
Bas
  • 1,946
  • 21
  • 38
0
votes
1 answer

Windows 10 Live Tile Branding Logo extremely small

I have the following problem. I create Secondary Tiles within my application and brand them with name and logo. Compared to other apps I have pinned the logo seems to be extremely small. I created the badge logo and all logos with targetsize with no…
Rasetech
  • 39
  • 7
0
votes
1 answer

changing the animation of live tile on windows 8.1

Im trying to send some notifications to a windows store app, from a node.js api. My objective is to have a couple of notifications, that have an animation where one is being displayed , then the other would slide up and stayed for 5 secs or so, then…
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Universal Apps Live Tiles

I have reached the stage in my universal windows app where I would like to create a live tile. The articles I have read suggest that you should create a BackgroundTask in a separate assembly to keep the footprint small, so I have created a new…
Slade
  • 2,311
  • 3
  • 21
  • 25
0
votes
1 answer

How to update my WP8 Silverlight app tile every one minute?

In my app, I've created the mechanism to create a custom tile. Lets say, CreateTile() this is the function which will create live tile and also will update the value. But I want to update the live tile automatically every one minute. I have heard of…
0
votes
1 answer

Using a square image on a wide tile in Windows Store App

In my application I want to implement secondary tiles in order to let users access specific sections of my application directly and to show section specific information on that tile. For tile image I want to use icon of the section that will be…
Birkan Cilingir
  • 488
  • 4
  • 15