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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:37:36+00:00 2026-06-12T05:37:36+00:00

When updating live tiles in Windows 8, I don’t know how to update the

  • 0

When updating live tiles in Windows 8, I don’t know how to update the tile in both the “large” and “small” size at the same time.

I would like users who have my app pinned in small mode to know how many items that are available in my program for viewing, and users who have my app pinned in large mode have both that, and some sample item titles too.

However, no matter what I do, it seems that only one of the tile updates arrive. How can I deliver a tile update based on the size of my tile, so that people who have either the small or large one won’t be disappointed?

  • 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-12T05:37:38+00:00Added an answer on June 12, 2026 at 5:37 am

    Content for both the square and wide tile format can (and should) be included in the XML defining each tile notification. Under the visual element, simply add two binding elements: one using a wide tile template, and one using a square tile template.

    <tile>
        <visual lang="en-US">
            <binding template="TileWideText03">
                <text id="1">Hello World!</text>
            </binding>
            <binding template="TileSquareText04">
                <text id="1">Hello World!</text>
            </binding>
        </visual>
    </tile>
    

    The NotificationsExtensions library (found in the MSDN tiles sample) provides an object model to easily manipulate the XML and combine square and wide tile content:

    // create the wide template 
    ITileWideText03 tileContent = TileContentFactory.CreateTileWideText03(); 
    tileContent.TextHeadingWrap.Text = "Hello World!"; 
    
    // create the square template and attach it to the wide template 
    ITileSquareText04 squareContent = TileContentFactory.CreateTileSquareText04(); 
    squareContent.TextBodyWrap.Text = "Hello World!"; 
    tileContent.SquareContent = squareContent; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Updating live tiles from Background audio agent? I know that you can update Liva
How do I implement a real time updating /live html streaming method in applications
I've got a small action-script chart, that's meant to be live updating, and also
I am looking into ways of updating a live tile frequently - for example
I know .live was depreciated and recently I was updating a page and realized
On Safari and Chrome, I won't be able to see flush() updates updating live
This website that keeps updating some live information about the bus timings in Helsinki.
I am having some trouble, updating a listbox, Ive tried Refresh and Update but
I'm working on an implementation of a live-updating line graph using gRaphael which is
I'm working on updating an old app. It has some dependency files that live

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.