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.
0
votes
1answer
106 views
Windows Phone 8: Updating Live Tile data when app is closed
I'm developing a tidal data app which makes use of a live tile. The tile's data needs to be updated at the beginning of each day (i.e. 00:01). What would be the easiest way to do this?
I've had a ...
3
votes
2answers
118 views
Windows 8 push notification without associating the application to windows store
I'm developing a windows 8 modern UI application which requires push notification to be implemented using via windows azure notification hub.
All the sample implementation that I see requires windows ...
1
vote
1answer
226 views
What is the correct font style for Windows Phone 8 live tile content?
I am creating custom secondary flip tile for a Windows phone 8 app by generating front and back images as backgrounds.
In order to maintain control over the length and font size displayed text labels ...
0
votes
1answer
88 views
Live Tile Update
I have a media application that needs to display the track image and title on a Live Tile. Right now I have the following code:-
private void SetLiveTile()
{
var LiveTile = @"<tile>
...
1
vote
1answer
937 views
How do I create a WP8 Live Tile with a custom layout?
I'm looking to create a Live Tile which is similar to the Iconic tile but allows me to use a custom Count value (i.e. non-integer string).
The closest I've come is that I must create the contents ...
0
votes
1answer
107 views
Windows Phone 7 - Custom Tile support
I'm looking to create an app that has a secondary tile that when pressed, runs some code and then exits out to the start screen, much like 'Stop The Music!' where you can pin a quick-stop tile to tap ...
0
votes
1answer
260 views
Windows Phone - ScheduledTaskAgent update the Live Tile Count
I have ScheduledTaskAgent and in this agent, when some condition is true, I want update the count in Live Tile. Something like this code:
ShellTile tile = ShellTile.ActiveTiles.First();
if ( tile != ...
0
votes
0answers
156 views
Live tile not updating every minute
I am trying to update a live tile every minute with the help of this soln. However my requirement is that I have to read an xml and show time in that xml. I am using a background task and creating a ...
0
votes
0answers
234 views
Update Live Tile in Windows Phone 7 not working
I'm having issues simply updating a secondary live tile in Windows Phone 7 created from a user control (LiveTiles.Example).
This is a helper class contained in a library. It should be called from a ...
0
votes
2answers
162 views
What are the steps to get Wide Tiles working on WP7.8?
I'm trying to get Application (default tile) wide tiles working in the 7.8 emulator, so far Ive
- I've followed the advice in this article Adding Wide Tiles to
WP7.8.
- I added the extra element ...
1
vote
2answers
214 views
Windows 8 app tile periodically update when it's not running
I've a app called 'drumtime' installed on Windows 8. It's tile is being changed/updated on every about 10 seconds. This couldn't be done with Background tasks I guess because a background task needs ...
0
votes
1answer
117 views
Windows Phone 7.8 WideTile Image not work
I have tried both solutions below and they both have the same result. the tile is created but the image doesn't appear. I am able to set the title and other properties but when I use this solution it ...
0
votes
3answers
79 views
New Tile with special start of application in WP7
I've got question. I have application which is a phone book. I would like to create Tile (in Windows Phone main screen) which'll call that number after I click Tile on main screen.
Is that ...
0
votes
1answer
229 views
Detect primary tile size in Windows 8 app
I am wondering is it possible to detect primary app tile size (small or wide) within code using c#? I want to implement live tiles functionality and I need to know which size is the app tile to select ...
0
votes
1answer
172 views
Live Tile not working due to error in setting image?
The App.xaml.cs page of my app contains the following method.
public static void SendLiveTileUpdate(Record rr)
{
string imageUristring = "ms-appdata:///local/" + rr.Id.ToString() + ".jpg";
...
1
vote
1answer
105 views
Set secondary tile image from programatically created writeable bitmap
I'm desperately trying to set a writeable bitmap as the source of a secondary tiles image. I think I'm almost there but it refuses to work. Can anybody see what I'm missing? I would be VERY grateful!
...
0
votes
1answer
102 views
wp7 app tile effect
i am creating a windows phone application with tile effects, but somewhere i confused using/creating tiles. i just confused between application & secondary tile, what's the difference between? ...
1
vote
1answer
156 views
Choosing right live tile type
I'm a bit confused about what kind of tile I should choose to make my scenario work.
Scenario is as follows: my application supports small and medium tiles. By default in both these modes it shows ...
1
vote
1answer
94 views
Win8 Metro UI & Small logo
In my program for Win8 Store i want to use a Small Logo on Live Tile. I set image uri into application manifest rebuild and launch it. But i don't see Small logo on tile in the bottom left-hand ...
0
votes
1answer
262 views
Windows Phone 8 - display text on tile
I want to display text on a secondary tile, like Evernote. Currently, I use the FlipTileData because it supports text on the BackContent property. The problem with FlipTileData is, that I only need ...
1
vote
1answer
48 views
Why is TileUpdater.StartPeriodicUpdate not behaving as expected?
I've got a windows store app, and I'm setting it up to periodically update the tile. Originally, I set it to use StartPeriodicUpdate(Uri, PeriodicUpdateRecurrence) but it didn't seem to be updating, ...
0
votes
2answers
151 views
Win8 Live Tile vertical image align
Is there any way to verticaly align an image of a live tile?
The image i'm putting in the tile is to big for the tile and it shows only the center of the image but i would like to show the top.
thnx ...
0
votes
1answer
376 views
Custom live tile windows phone 7.8
I want to create a custom live tile. I just need to display a number with large digits (1 to 4 digits) in the center of the tile, no icon, no text or anything else and it should be possible to update ...
1
vote
2answers
506 views
Creating a live tile for WP8 with dynamic image from control throws a “NotSupportedException”
I'm using the following code to take a custom user control, make a bitmap out of it, and then save it to isolated storage for the purposes of a WP8 Live Tile.
public static void UpdateTile()
{
...
0
votes
1answer
166 views
How to resize image returned from URL for live tile
I need to re-size and image that I'm using to update a live tile in a Windows 8 modern app. I'm retrieving the image through a URL and the image is too large for the tile's size limit of 310 x 150. I ...
0
votes
2answers
710 views
Live Tile as item of GridView in Windows 8 store application in XAML C#
I want to create windows 8 store app GridView item as Live Tile item will update automatically can we do that same as Start menu tiles of Windows 8 in XAML C#?
0
votes
1answer
148 views
make a live tiles from binary clock? WP7
a copule of day's ago i made a binary clock app,
It work like this.
everytime a dispacthertimer ticks it updates some img from one source to another.
So i been reading about making your own tiles, ...
0
votes
1answer
38 views
created live tile looks corrupt
am creating custom live tiles by updating the text in a 173x173 XAML control, then using writablebitmap.Render to create a JPEG. Finally, create StandardTileData, set the two images, and put them on ...
1
vote
2answers
316 views
0
votes
2answers
117 views
What are the parallel (equivalent) tiles of FlipTile, IconicTyle, CycleTile from WP8 in Windows 8?
What are the parallel (equivalent) tiles of FlipTile, IconicTyle, CycleTile from WP8 in Windows 8?
There are a lot in Windows 8 and they seem static.
Thanks!!!
1
vote
0answers
75 views
How to send ShellTileData instance in a push notification?
I want to send an IconicTileData instance as a push notification
but instead of concating the next code snippet and give it as a request, I want to send an IconicTileData (derives from ShellTileData) ...
1
vote
1answer
182 views
Adding Text to Cycle Tiles (Windows Phone 8)
I'm writing an app whose sole purpose is to periodically download some images and display them in a live tile. I want to be able to update the tile with 4-8 images every thirty minutes or so, so I ...
-2
votes
1answer
195 views
Somebody know how to use live tiles with Phonegap and Windows Phone 7? [closed]
I'd like to know how to load some live tiles from a JSON from an URL but I have never used that option, could somebody give an idea how to do it?
1
vote
2answers
55 views
Windows Store: SecondaryTile.Exists(tileId) - TileId seems to have some undocumented limitations?
Can anyone shed some light on the below?
What are the exact rules for tileId. Length limit, character limits?
Obviously looked here, but nothing:
...
1
vote
1answer
239 views
Can I create my own Live Tile XML template?
I am currently developing the live tile functionality for our sparkling new Windows 8 app. However, I've gotten some pretty specific designs for this live tile, and there isn't any of the tile ...
0
votes
4answers
701 views
Update live tile at fixed interval without having the app running
How can I update my app's live tile at a fixed interval, for example half a day, using JavaScript?
Moreover, it has to be able to update even though the app itself is not running (like the weather ...
0
votes
1answer
301 views
How to Update IconicTile & LockScreen defined by WMAppManifest.xml
I'm trying to create an IconicTile for Windows Phone 8. I've defined with VS2012 the type of Tile Template to TemplateIconic and added a Tile Title and two images for small and medium.
If I pin my ...
6
votes
4answers
477 views
WriteableBitmap Memory Leak?
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 phone ...
3
votes
1answer
272 views
Local push notification to Win8 Live Tile running JS code inside app
I am trying to send updates to my app's tile. This works fine when the app is running. I can, for example, easily send a tile update notification to the tile when the user clicks a button.
What I ...
0
votes
2answers
492 views
ShellTile.Create with FlipTileData throws InvalidOperationException?
I am trying to create a tile using FlipTileData in Windows Phone 8. I use this code:
const string mainPage = "/MainPage.xaml";
...
Uri mp = new Uri(mainPage + "?" + ...
3
votes
1answer
945 views
Windows Phone 7.8 tile sizes
I'm a bit confused. I got the 7.8 update yesterday and since the tiles are bigger now, do I need to update my app? As it is now the tiles looks a bit fuzzy and aren't as sharp as before.
According to ...
0
votes
1answer
107 views
what are all the ways to update windows phone tiles?
Going through msdn lib and other forums..
These are the ways to update the windows phone tiles (afaik):
a. Using push notifications,
b. Background agents,
c. ShellTileSchedule(to update tile's ...
0
votes
1answer
434 views
How to use font glyphs on windows 8 tile?
I'm trying to figure out how to use a font glyph like the check box and check used in the windows 8 tile example from this page: The tile template catalog under the "Task lists" example at the bottom.
...
0
votes
1answer
140 views
Is there a shared file location for foreground and background tasks?
I need to communicate a value between my foreground and background projects/tasks. Is there a shared/common folder where I could store values both can access? Or is it possible to pass an arg from the ...
2
votes
0answers
338 views
rendering usercontrol live tile windows phone
Looks like I managed to solve it by calling UpdateLayout on my usercontrol before and after each measure and arrange calls, working good so far. if anyone has another solution please let me know
I ...
0
votes
1answer
289 views
create tile data in background agent wp7
What's a good way to create the bitmap needed to update a live tile in a background agent? In the UI thread, you use writeableBitmap class, but this does not work in the non-ui thread. There are many ...
0
votes
1answer
180 views
Update Secondary Tile On Click
How can I update my secondary tile without navigating to a page? I wish to use secondary tiles to ie. set WiFi/Bluetooth on/off.
3
votes
1answer
856 views
Custom live tile rendering issue on Windows Phone (7/8)
In my Windows Phone app's main page, users can click a button to do some stuff and that will trigger the live tile to update.
The problem I am having is, if the user clicks the button and then hit ...
0
votes
1answer
183 views
w8 metro live tile wont animate after computer restart
I have a windows 8 metro app that displays data on a live tile which is refreshed every minute.
When the metro app is started it creates a sequence to do the tile updates. This works perfectly.
The ...
1
vote
0answers
184 views
Live tile sometimes doesn't show local generated image, but does when its re-pinned?
I'm having a strange problem. I generate my live tile images in the BackgroundTask based on weather information. Sometimes I see that the image is being generated, but the tile only shows its ...






