Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6120479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:40:23+00:00 2026-05-23T15:40:23+00:00

This is a simple question, and a seemingly simple task but I can’t find

  • 0

This is a simple question, and a seemingly simple task but I can’t find any info on how to accomplish what I need to do.

I have an application whose main tile (when pinned) sometimes needs to be the default, single sided tile and sometimes needs to have information displayed on the back of the tile. I can add the BackBackgroundImage, BackContent and BackTitle successfully from the ScheduledActionService, but I can’t remove them when they are no longer required. This isn’t a secondary tile so I can’t remove it and re-create and re-add it.

Does anyone know if it is possible to revert a double-sided tile back to single-sided via code, and if so, how can I achieve that behaviour, please?

EDIT

The settings that get applied from the StandardTileData object are additive – if you only specify a title, for example, all other elements remain the same and only the title is updated. I have attempted to set the three parameters that appear on the back of the tile to null and had partial success. The effect is that the background image, title text and content text are all removed, but the tile still flips over to show a completely empty reverse side.

EDIT AGAIN

So, looking at the documentation, the tile back behaves differently to the front. Setting the back content or backtitle to string.Empty will remove those. All good there. However, it does say that “If set to an empty URI, the BackBackgroundImage will not be displayed.”. How do I go about creating an empty Uri? I tried new Uri(string,Empty) but that throws an exception about trying to create an empty Uri – which is what I’m trying to do.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:40:24+00:00Added an answer on May 23, 2026 at 3:40 pm

    OK, I think I’ve got it, and it appears to be related to a change in the way tile data is handled…

    Previously, setting a value to an empty string would have now effect in the tile. For eaxmple, setting title = string.Empty would leave the existing title in place. Now, though, it will blank out the title. That’s good – it means I can remove BackTitle and BackContent string easily. We’re half way there.

    Now, to get rid of the BackBackgroundImage, the documentation states “If set to an empty URI, the BackBackgroundImage will not be displayed.” – all good, except you can’t create an empty Uri in any simple way. The one way I’ve made it work is to set it to a Uri value that doesn’t exist, eg

    BackBackgroundImage = new Uri("obviouslyMadeUpLocation", UriKind.Relative);
    

    I would have expected that to throw an exception when you try to apply it to the tile, but it doesn’t – it just clears the background image.

    So that’s it. All I appear to need to do is to call the following to unset these properties and put my tile back as it was.

    private void ResetMyMainTile()
    {
        ShellTile tile = ShellTile.ActiveTiles.First();
        StandardTileData data = new StandardTileData
        {
            BackBackgroundImage = new Uri("IDontExist",UriKind.Relative),
            BackContent = string.Empty,
            BackTitle = string.Empty
        };
        tile.Update(data);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a seemingly simple question, but can't find the answer. I have a
I can't seem to find the answer to this seemingly simple question, anywhere: How
So, this is a seemingly simple question, but I'm apparently very very dull. I
A simple question: Why does this the first code work but the seemingly identical
I searched and searched for an answer for this seemingly simple question in Commerce
I know this is a simple question but difficult to formulate in one sentence
This is a rather simple question, I have a base class which implements common
This is a simple question, is it possible to view an entire list in
Simple question, how can I use the $ jQuery object in an iframe without
It seems that this simple shuffle algorithm will produce biased results: # suppose $arr

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.