Results 1 to 4 of 4

Thread: Unable to use runtime created image as Tile background on Windows Phone 7.5 Mango

  1. #1
    Join Date
    Sep 2011
    Posts
    64

    Unable to use runtime created image as Tile background on Windows Phone 7.5 Mango

    Come to the Windows Phone update central for information on the newest updates, including the new Windows Phone 7.5 Mango. Hence I did this OS installation onto my mobile phone. Now I trying to set run time created image as tile background onto this mobile phone but it goes failure. The code I use to set this background image is to be as follows:
    ShellTile appTile = ShellTile.ActiveTiles.First();
    StandardTileData newTileData = new StandardTileData
    {
    Title = "Tiled Background ",
    BackgroundImage = new Uri("Image.png", UriKind.Relative),
    BackTitle = "Back Title",
    BackBackgroundImage = new Uri("Image.png", UriKind.Relative)
    };
    appTile.Update(newTileData);
    Is there any person try this and get success, then please share your valuable experience. Thanks.

  2. #2
    Join Date
    Jul 2011
    Posts
    1,795

    Re: Unable to use runtime created image as Tile background on Windows Phone 7.5 Mango

    For doing this task, you need to follow below mentioned process. This step by step process help to you for using this previously created image as tiled background. Then follow this process and check your system result.
    • Insert selected image onto your project.
    • Go to properties option of image and set Build action to Content.
    • After that you need to transfer Output to newer Copy or Always Copy.
    • Then open the project properties->Application->Tile options and then select your background image.

  3. #3
    Join Date
    Jul 2011
    Posts
    1,576

    Re: Unable to use runtime created image as Tile background on Windows Phone 7.5 Mango

    The default application icon has a size of 62 x 62 pixel and is used in the app list. If it goes to the higher than its limitations, it gives problem. hence I would be suggest that first check the size as well as pixel of the image that you created at runtime. It might be possible that the image you created is to be extended as per the limitations. Hence try this and check that this image will be set onto tiled background or not.

  4. #4
    Join Date
    May 2011
    Posts
    1,127

    Re: Unable to use runtime created image as Tile background on Windows Phone 7.5 Mango

    Created images should be saved in the Shared/Shell Content unique folder in isolated storage. This improves security and reduces chances of unauthorized access and data corruption. However, it is the ability to control the appearance of text on a tile. Hence I would be suggested to you for use this unique special storage can be solved this problem. it will be fix your tiled background image problem. It work in positive manner.

Similar Threads

  1. Replies: 4
    Last Post: 15-04-2012, 05:33 PM
  2. Replies: 6
    Last Post: 02-11-2011, 08:09 AM
  3. Set a background image of Windows XP folders
    By Jackie in forum Customize Desktop
    Replies: 6
    Last Post: 16-10-2010, 04:20 PM
  4. Before Windows startup background Image
    By C.M.D in forum Customize Desktop
    Replies: 5
    Last Post: 04-02-2009, 01:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,122,536.73054 seconds with 17 queries