This is a migrated thread and some comments may be shown as answers.

Disappearing small iconic tile

4 Answers 56 Views
LiveTileHelper
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 10 Mar 2013, 09:55 AM
Hi, 

I've been using the updated LiveTileHelper and am having trouble getting the Small Icon displayed. Using the below code snippet


if (LiveTileHelper.AreNewTilesSupported)
           {
               // Create Iconic Tile for calls
               var IconTileData = new RadIconicTileData
               {
                   SmallIconImage = new Uri("Images/appbar.network_normal.png", UriKind.Relative),
                   IconImage = new Uri("Images/appbar.network_large.png", UriKind.Relative),
                   Count = 0,
               };
               LiveTileHelper.CreateOrUpdateTile(IconTileData, new Uri("/Mainpage.xaml?page=data", UriKind.Relative), false);

The IconImage works fine, but when resizing the tile to small, the image will disappear. I've triple checked the references, and they're ok. The files are set to Content - Copy if newer and the image is the recommended size 70px x 110px.

I've been testing on a WP8 device, but the app is being compiled for WP7.5. When testing on the 7.8 emulator, the small icon displays fine.

Any ideas?

regards

David

4 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 12 Mar 2013, 08:26 AM
Hi David,

We experienced a similar behavior with the IconicTileTemplate  and it was fixed with our last internal build. Please download it from your account and let us know if the issue persists.

All the best,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
David
Top achievements
Rank 1
answered on 12 Mar 2013, 09:22 AM
Thanks, 

I've downloaded the latest internal builds and replaced the existing binaries. However, I've run into issues adding the updated BackgroundAgentTools to the background task. I get an error message

"A reference to a higher version or incompatible assembly cannot be added to the project."
0
Todor
Telerik team
answered on 12 Mar 2013, 09:45 AM
Hi David,

Please make sure that you have downloaded the internal build for RadControls for Windows Phone 7 and the project that you have created targets Windows Phone OS 7.1. If these requirements are met, try cleaning and rebuilding the solution prior to adding the new references and then try to add them to the solution.

Greetings,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
David
Top achievements
Rank 1
answered on 12 Mar 2013, 10:06 AM
Thanks.

That was all done, and correct. However, I had forgotten that DLLs that are manually downloaded from the web are automatically blocked by Win8, so they won't be added. I had to manually unblock them before they would be added.

All good now, and it fixes the missing images issue.

David
Tags
LiveTileHelper
Asked by
David
Top achievements
Rank 1
Answers by
Todor
Telerik team
David
Top achievements
Rank 1
Share this question
or