Tagged Questions
0
votes
1answer
128 views
Customizable tiles inside app
I want to display items as tiles inside my app. The HubTile control is to inflexible for me, so I use this solution with a listbox. I have a few types of items and they should be displayed ...
1
vote
1answer
363 views
How to handle multiple tile sizes in WP 7.8
Now that the 7.8 update is coming to WP7.x devices, how can I handle the multiple tile sizes an app can offer?
What changes do I need to do in the AppManifest?
The SDK can be downloaded from here. ...
0
votes
1answer
136 views
Moving picture effect on tile
I would like to create a tile (not necessary a hub tile, it may be a grid box) for my application. On that tile I want to display a picture and give it a moving effect like the pictures hub. How can I ...
1
vote
1answer
262 views
Transition effect like the start menu tile transition on WP7
I would like to recreate the transition effect which can be observed when a user clicks on a tile on the start menu. But I have hit a road block in my quest. I am unable to search for information ...
1
vote
1answer
104 views
queryString bug
I experienced a strange behavior for some queryStrings for my secondary tiles.
the string is the following:
"/MainPage.xaml?link=" + ...
0
votes
2answers
142 views
Is there a way to show a countdown on live tiles without constant push notifications?
I'd like to have an app that offered an "at a glance" view of how long they have left until something occurs via Live Tiles. For example, the next scheduled departure of the bus from their bus stop.
...
4
votes
3answers
178 views
@ at start of WP7 tile title replaced by path: known issue?
I'm using the ShellTile.Create method to create a secondary tile. Users of the app I've developed have noticed that if the entity they are pinning has a name that starts with "@" (which is then used ...
0
votes
1answer
590 views
WP7 Mango how to update particular secondary Tile
In our Mango app, We are providing the option to the user to pin many items to the start screen as secondary tiles. If we need to update only particular secondary tile among many tiles through push ...
10
votes
1answer
2k views
How can I make something like this? (Tiles inside the app) Windows phone
I'm sorry if the question title wasnt clear, but I'm trying to make something like this, I dunno if they are tiles or images inside a WrapControl:
I was thinking of making such thing with a wrap ...
0
votes
1answer
735 views
Tiling (repeating) image on Windows Phone 7.5 background
I need to repeat or tile a single image (size 9x9) across the Windows Phone 7.5 background.
How can this be done? I haven't found anything using Bing.
2
votes
1answer
440 views
Windows Phone 7 swimming tiles effect
I wonder how to achieve effect of swiming tiles (like in windows phone 7, when you start arrange start menu tiles - other ones swim softly and randomly).
Someone have any ideas?
4
votes
2answers
3k views
WP7 - live tiles not picking up image form isolated storage
Within my WP7 app, I am generating an image for a live tile and saving in Isolated storage.
It is then available for my periodic task to update the live tile with and everything is working fine in ...
2
votes
2answers
883 views
Best choice for live tile updating
Small question.
I now have a mango windows phone 7 app that will upon launch contact a web service and update the tile pinned to the main screen with some status text ( I add a number on the Title ...
4
votes
1answer
459 views
WP7 Update Tile locally
is there a possibility in WP7 to update a tile from the depending application. For example a weather service that updates the tile every hour (ShellTileSchedule).
Thanks in advance.
2
votes
2answers
658 views
In WP7, how to Add Tile form My ListBox Item?
I try to add Tile form ListBox Item of my app:
Like Friend hub, Game hub...
Let User tap one item, show "pin to start",
then more Tiles on start page with different picture or word.
Is it possible ?
6
votes
6answers
2k views
Windows Phone 7 Map Control with custom layer in offline mode
Hi WP7 mobile passionate developers!
I'm trying to use the default provided Bing Map control from Windows Phone controls.
Specifically I'm trying to use a custom TileSource to provide a custom made ...