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 8459829
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:26:12+00:00 2026-06-10T13:26:12+00:00

I would like my application tile to have the flip animation, and I have

  • 0

I would like my application tile to have the flip animation, and I have attempted to set these values in the codebehind of my MainPage, but for some reason the Application Tile does not perform the flip animation. I believe I set the back side values properly. What I have is as follows:

MainPage.xaml.cs

public void CreateApplicationTile()
    {
        var appTile = ShellTile.ActiveTiles.First();

        if (appTile != null)
        {
            var standardTile = new StandardTileData
            {
                Title = "ShareSky",
                BackgroundImage = new Uri("/Background.png", UriKind.Relative),
                BackTitle = "ShareSky",
                BackBackgroundImage = new Uri("/Background.png", UriKind.Relative),
                //BackContent = "click me!"                    
                BackContent = AppResource.Main_MainPage_ApplicationTile_BackContent
            };

            appTile.Update(standardTile);
        }
    }

As I understand, this method does not need to be associated with any events of any type (such as a click) to make it work. I am unsure of what I am doing wrong here? If I have to edit the WMAppManifest file, how would I correctly do this to incorporate the backside of the tile information?

  • 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-06-10T13:26:14+00:00Added an answer on June 10, 2026 at 1:26 pm

    Silly question but are you actually calling “CreateApplicationTile” in your constructor? If you didn’t it would never activate.

        public MainPage()
        {
            InitializeComponent();
            CreateApplicationTile();
        }
    

    I ran the following and got the nice happy rollovers.

       var appTile = ShellTile.ActiveTiles.FirstOrDefault(x => x.NavigationUri.ToString() == "/");
       if (appTile != null)
       {
            var standardTile = new StandardTileData
            {
                    Title = "ShareSky",
                    BackgroundImage = new Uri("/Background.png", UriKind.RelativeOrAbsolute),
                    BackTitle = "ShareSky",
                    BackBackgroundImage = new Uri("/flipped.png", UriKind.RelativeOrAbsolute),
                    BackContent = "backcontent load"
            };
    
            appTile.Update(standardTile);
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to add some animation to my main application tile when it
I would like to have an application sync itself with some files on a
I would like to install application in google tv emulator, but it don't install
We have a customer that would like to modify application user messages that we
I am creating Paint-like application in WPF. I would like to have layers, history,
I have an application which I would like to be fully disabled/closed when it
i have a windows 8 phone application, i would like to stop the app
I would like my application to look similar to that of the Windows version:
I would like an application which is not readily apparent to casual perusal of
I'm attempting to create an application for SharePoint. I would like this application to

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.