Domanda

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 to the app manifest
- I can see my reflection code executes correctly to update the live tile. - This is on the 7.8 emulator

However when I try to resize the tile to the wide size I only get the small and medium options in the Emulator UI.
Is there anything I've missed?

È stato utile?

Soluzione 2

Remote tile images was the issue. I've worked around this as follows

  1. On first App Startup set the tiles to placeholder local images (set a flag in settings to indicate the tile is setup)
  2. Set the App tile to the remote images as normal after this

This seems to work fine, I found it mentioned on one of the documentation pages I read for the 10th time last night.

Altri suggerimenti

I have tried this code previously and its working fine on Emulator. Make sure that you have added all these three parameters WideBackgroundImage, WideBackBackgroundImage and WideBackContent while calling UpdateTileData. Check the image paths are correct and images are added to your project with Build action as Content.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top