Create live tile in accent color

I added live tile support for my websites. This is really cool, but how can I set the background color of the live tile to the system accent color?
<meta name="application-name" content="PROCON-WEB" />
<meta name="msapplication-TileColor" content=" #008A00" />
The tile background should adapt to the system background image or accent color.
Regards
Thomas

Hi Thomas,
About this issue, please ask in Internet Explorer Development forum for more professional help:
https://social.msdn.microsoft.com/Forums/ie/en-US/home?forum=iewebdevelopment
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn
from your interaction with us. Thank you for your understanding.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • How to incorporate live tiles into a Project Siena app (kinda)

    Hi guys,
    I have been playing around with getting some live tiles into my project siena app (Astronomy Action Centre), and at last I have managed it.
    What I did was as follows
    Publish your app as normal and import it into Visual Studio
    When you have it imported paste this code into the init.js file. I pasted mine into the following location of that file. Near the top of the file (just before the var statements)
    CODE TO PASTE
    var notifications = Windows.UI.Notifications;
                    var recurrence = notifications.PeriodicUpdateRecurrence.hour;
                    var urls = [
                        new Windows.Foundation.Uri("url1"),
                        new Windows.Foundation.Uri("url2"),
                        new Windows.Foundation.Uri("url3"),
                        new Windows.Foundation.Uri("url4"),
                        new Windows.Foundation.Uri("url5")
                    notifications.TileUpdateManager.createTileUpdaterForApplication().enableNotificationQueue(true);
                    notifications.TileUpdateManager.createTileUpdaterForApplication().startPeriodicUpdateBatch(urls, recurrence);
    END OF PASTE
    What you need to do now is replace the url1,url2,url3,url4,url5 with data sources.
    I got mine from http://www.buildmypinnedsite.com/en
    This site creates live tiles for your webpage but we are going to use the datasources for our app.
    Enter the RSS details of the site that you want to have as a live tile into this site.
    Here is the RSS url from my own site
    http://www.viewfromascope.com/feed/
    follow the steps through to the last one and you will get a code like this
    <meta
    name="msapplication-TileColor"
    content="#000000"/>
    <meta
    name="msapplication-notification"
    content="frequency=30;polling-uri=http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=1;polling-uri2=http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=2;polling-uri3=http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=3;polling-uri4=http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=4;polling-uri5=http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=5;
    cycle=1"/>
    Now copy the links below in place of the url1,url2,url3,url4,url5 in the code we pasted into visual studio.
    http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=1
    http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=2
    http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=3
    http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=4
    http://notifications.buildmypinnedsite.com/?feed=http://www.viewfromascope.com/feed/&amp;id=5
    Now save and run your app, if you browse to your Start menu and pin your app you should see the live tiles updating.
    the caveat is that you have no control over the layout of the tiles, it seems to work best in wide and square format, the large tile updates but keeps repeating the same news.
    So there it is live tiles on a project siena app.
    if anyone can add to this I would love to hear from you, or if you have any questions please let me know.
    Latest Version of my own Project Siena App with live tiles
    http://apps.microsoft.com/webpdp/app/0c8cff77-1e0f-445b-9628-92fe602d2c98
    Ronan

    If you aren't going to use a live tile on an actual website, you don't have to use buildmypinnedsite dot com.
    Here is a template. If you have multiple REST/RSS sources, you can use different sources for each of the 5 items that are cycled. They can be from different sites. You need to check if images in the feeds are enclosures. If they are, then the feed won't
    work properly. You can use text and image based feeds or text only, just don't use any that have enclosed images. Here is a template you can copy and paste. replace the red text with your own customized information.
    var notifications = Windows.UI.Notifications;
    var recurrence = notifications.PeriodicUpdateRecurrence.HalfHour;
    var urls = [
    new Windows.Foundation.Uri("http://notifications.buildmypinnedsite.com/?feed=http://whateverrssfeed1&amp;id=1"),
    new Windows.Foundation.Uri("http://notifications.buildmypinnedsite.com/?feed=http://whateverrssfeed2&amp;id=2"),
    new Windows.Foundation.Uri("http://notifications.buildmypinnedsite.com/?feed=http://whateverrssfeed3&amp;id=3"),
    new Windows.Foundation.Uri("http://notifications.buildmypinnedsite.com/?feed=http://whateverrssfeed4&amp;id=4"),
    new Windows.Foundation.Uri("http://notifications.buildmypinnedsite.com/?feed=http://whateverrssfeed5&amp;id=5")
    notifications.TileUpdateManager.createTileUpdaterForApplication().enableNotificationQueue(true);
    notifications.TileUpdateManager.createTileUpdaterForApplication().startPeriodicUpdateBatch(urls, recurrence);
    -- Barb Bowman

  • Custom Live Tiles for Third Party Apps

    Hello,
    how can I create custom live tiles for third party apps? There are a lot of applications which can pin live tile which starts another app - for example Facebook. How can I do that?

    You cannot. You can create live tiles only for your own app, not for others' apps.
    See
    Working with tiles, badges, and toast notifications for documentation on creating live tiles for your own apps.

  • Live Tile - Project Siena App

    I understand that it is not possible to create / configure a live tile within Project Siena.
    But is it possible to add this functionality once the project has been transferred to visual studio.
    I have been looking online and have seen some examples of creating a live tile but I have no idea where the code should go within the project.
    Any help would be most appreciated.
    Ronan

    Hi MonaTech, 
    as you've noticed Live Tiles are not supported in Siena Beta 2. If you want to invest time in experimenting with a homegrown solution in this area, I can provide a hint for a starting point. That said, please be aware that once you start modifying the published
    package you are completely at your own risk and any modifications you do today are not guaranteed to work in the future as the layout of the published package is implementation detail and not an interface.
    You can take a look at js/init.js in the published package. It contains the initialization logic of the published app and you might find it to be a useful starting point.
    Hope this helps!
    Manski

  • Pass accent color as variable

    Our reports are mostly gray and black affairs, but certain items are 'accented' in blue: Title and Group Headings, for example.
    Our product manager would like to implement this user story:
    "As a user running a report on our application, I want to be able to choose the accent color and see it applied to the generated report, thus allowing our many varied users to apply their main corporate color to their report."
    How do I make color a variable for the Title text box and the Group Heading fields?
    Thank you kindly.

    Hi Vancouver,
    There is a way to implement this :
    Create an optional parameter 'color', while running report the use can select the color which he would like to apply as back ground for a specific section.
    Now go in section expert, select the section and click on Color tab from right hand side pane and select formula editor and give below formula :
    If Hasvalue({?color}) then {?color} else true
    I checked up this, the back ground color is accepting only number type parameter value, so you need to find the suitable number for your color coding.
    Thanks,
    Sastry

  • Live Tile Colour!!!

    Hi, have been trying to change the colour of the live tiles on my Nokia Lumia. Have gone to settings then theme and can change the background colour from balc to white and change the accent colour but it doesn't change the colour of the tile its either black on a white background or white on a black ground but no colour. Does anyone know how to do this?
    Solved!
    Go to Solution.

    Also, you can change the background colour from light to dark and vice versa in Settings > Themes.

  • SOLVED - Weather App Doesn't Update Live Tile, Xbox (Games, Music, Video) App stuck at "Signing In" Help?

    I'm running Windows 8 Pro (RTM -> TechNet). Everything seemed OK the first day of use. Now onto the next day, I can't "Sign In" to any of the Xbox Apps and the Bing Weather app doesn't update its Live Tile with local weather. Other tiles/apps like Finance
    appear to be fine.
    Event Viewer is reporting:
    App Microsoft.BingWeather_8wekyb3d8bbwe!App did not launch within its allotted time.
    or
    The program wwahost.exe version 6.2.9200.16384 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: b30
    Start Time: 01cd7d96ab2036fa
    Termination Time: 51
    Application Path: C:\Windows\system32\wwahost.exe
    Report Id: c736bb20-e98a-11e1-be69-386077604c72
    Faulting package full name: Microsoft.XboxLIVEGames_1.0.928.0_x64__8wekyb3d8bbwe
    Faulting package-relative application ID: Microsoft.XboxLIVEGames
    I am able to sign-in to the SkyDrive App without issue, and the Store App works fine as well. I have tried uninstalling Games, Music, and Video apps and reinstalling to correct the issue, no dice.  
    My Microsoft Account still signs into this site, my regular Xbox, iPad Xbox App, and Windows Phone just fine. What is up with Windows 8? Thanks in advance.

    It appears to end up having been a time sync issue. I must have only been off a couple of seconds?!? I decided to try Armed! and it reported a difference in Time when creating my profile for the game and I was like.. hmmm. So I went ahead and hit Internet
    Time settings (under Date and Time in Control Panel) and did a Update Now with time.windows.com. I am now able to login on all the apps I was having issues with before where it was stuck at "Signing In".

  • Maximum number of live tiles per size?

    Is there a maximum of live tiles per tile size or overall?

    You'll have to be clearer about exactly what you're trying to do. Are you trying to set up a notification queue so a single tile will flip through several variations? Or are you trying to pin multiple secondary tiles?
    Can you share a minimal sample demonstrating your code, repro steps, and an explanation of how the actual behavour differs from the expected behaviour?
    Either way, a single tile update should include all of the sizes in its package. You would have separate updates for different tiles (whether those be different tile updates queued onto the same tile or onto separately pinned tiles).
    See
    Creating tiles and badges for overviews and quickstarts.
    There are currently four tile sizes for Windows and three for Windows Phone (see
    Tile and toast visual assets )

  • Is it possible to create Secondary Tile using Templates in Windows Store apps?

    Hi Team,
    We can update Secondary Tile with Templates using notificatations,  Is it possible to create Secondary Tile using Template in Start Menu
    Tanks,
    Siva Varri
    Thread response from msdn

    What do you mean by "in Start Menu"? Do you mean Live tile? See https://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx
    https://msdn.microsoft.com/en-us/library/windows/apps/dn468032.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

  • Live Tile video still showing

    I just deleted a video and it still flips on the live tile. I've looked everywhere on how to fix this with no luck. Please help! I have completed most troubleshooting methods I can think of. Windows phone 8.1, Nokia Lumia 820
    Thanks!

    Hi, mccram2. How did you delete the video? Did you copy the video from another source or create it using your phone? From where did you save it, internal phone storage or SD card? When you say "completed most troubleshooting methods", did you already reset the phone to its factory settings? This will wipe out all your personal data. We'll wait for your feedback. 

  • Live tiles support

    Hi,
    I was wondering if it is possible to create apps using Siena that provide Live Tile support or support for toast notification?
    Any pointers would be useful.
    Many thanks,
    Kapil

    Thanks for the feedback, Kapil--much appreciated. Can you add to the community feature request thread at:
    http://social.technet.microsoft.com/Forums/en-US/2e1f9446-56b2-419a-9c17-7037d2cd6146/from-the-community-overview-of-requested-additional-functionality?forum=projectsiena. That will help with our planning and prioritization exercise.

  • Live tile to access a part of the app

    Imagine an app that can connect to 10 computers with SSH. 10 computers I want add to a live tile (no in the app, I want put in the Microsoft tiles, Microsoft button...). I can connect with a computer with a click in a live tile.
    Now imagine my app has an option to on the flashlight and I want a live tile too and the user can create one if he want.
    Is it possible? How?

    Why not using parameters of navigation? 
    http://stackoverflow.com/questions/25710545/how-to-set-the-navigation-uri-while-creating-a-secondary-tile-windows-phone-8
    Check this sample: https://code.msdn.microsoft.com/windowsapps/Secondary-Tiles-Sample-edf2a178
    Best Regards,
    Please remember to mark the replies as answers if they help

  • Live Tiles settings for Nokia Lumia 735.

    It seems its no option for the largest Live Tiles in my Nokia Lumia 735 with Lumia Denim.
    I want for example the msn weather app/tile cover the display for 100% from left to right in the largest option, not only about 70 %
    If I go in to the settings that is not avaible.
    (see the photo)
    Photo not from my phone but just to show what settings I mean.
    In my old Nokia Lumia 630 with Lumia Cyan that is not a problem to change the settings for full size live tiles at display or the smaller options.
    Is it only my Lumia 735 who got this issue or is it on all devices with Lumia Denim firmware?
    Solved!
    Go to Solution.
    Attachments:
    windows-phone-third-column-01.png ‏247 KB

    Sorry, I was a little bit confused from the attached picture.
    Lumia 730 does not have any option to enable 2 tile colums. So your only can hope if microsoft enables this feature in future updates again.
    Visit this and make it popular WP uservoice

  • Nokia Lumia 630 DS - Google Mail live tile icon

    New owner of a Lumia 630 DS running Windows Phone 8.1...
    Very happy overall, but noticed this minor problem with the Google Mail icon being the "default" email one when pinned as a live tile...
    Anyone else noticed this or have any ideas?
    Attachments:
    wp_ss_20140612_0002.jpg ‏39 KB
    wp_ss_20140612_0003.jpg ‏42 KB
    wp_ss_20140612_0004.jpg ‏53 KB

    I have the soIution to my own problem.  I just assumed when I got my nokia 520 that you go in the store and get the app "gmail".         Now I know.  If you have gmail, go to your start screen and select "settings" and then touch "email+accounts".   Then touch the "google option".  Click accept and a beautiful transparent t
    mtkk wrote:
    So this past December I got a nokia lumia 520 and it had an app called  "google mail 2".   this was a TRANSPARENT
    tile that you could pin to the start screen and your newest email would appear on the screen.  I kept this tile large so I could always see my inbox newest email.    Now I bought another 520 3 days ago (because I dropped my old phone and damage my battery) and the new 520 DOES NOT HAVE THE OPTION OF "GOOGLE MAIL 2".   I still can get my email easily by adding my account to the accounts list but it is not a transparent tile that I could pin to start and see my in box.  I gues they got rid of "google mail 2" app/tile.?.?  
    ile called "google mail" will appear on your start screen, and with this YOU CAN  easily open and download all pictures attached to your incoming email.

  • Skype for Business Live Tile - How to clear count

    I understand that when the live tile for Skype for Business shows a number, it means I had that many missed contacts.  But the question is "since when"? Since the last time I opened the app? If that's the intent, it doesn't seem to be working for me. My live tile always shows "6". If I open the app then exit it, the "6" disappears, but at some point in the future the "6" returns without any new missed contacts. So how do I "clear" the missed contact count so that it is actually meaningful? A related question is, how do I know what are the six missed contacts? If I scroll right to the "Recent" list, how do I know which of those contacts are counted as being among the six that were missed? If there is supposed to me some sort of "missed" indicator, I sure can't tell what it is. Any advice welcome! Thanks!

    does anyone know if there is a way to actually speak to SKYPE? i would like to discuss different business options (I have spent 20 mins searching the website and internet for a contact us and resorted to this, much like google! ridiculous that you cannot speak to a human being !!!)

Maybe you are looking for

  • IPhoto 9.2 crashes each time I open...

    Hi, iPhoto worked well for some years now but after I experienced unexpected iPhoto crashes at each start of the program (before any photos were shown) I updated to 9.2 but it still did not work. Each time I start iPhoto it crashes. Tried already to

  • Adobe Photoshop Album Starter Edition 3.2 error c0000005

    When I try to get pictures from my iphone via Adobe Photoshop Album Starter Edition 3.2, it has to close with error C0000005. I'm disappointed that I have to use 3rd party software to get photos on and off my iphone. I thought Apple made products tha

  • How to move safari back to my main desktop?

    Somehow, my son has moved safari so it opens on a new desktop.  How can I move it back to the main desktop?  I know it must be simple, but haven't been able to figure it out.  Kind of like the whole spaces/expose on my old iMac. 

  • Removing leading 0 in query designer

    Hi guys, I have a characteristic with values like '0000000123'. How can I remove the leading zeros in query designer? Thanks.

  • MacBook Pro Retina 13 inch Late 2013 Wireless installation

    Hi, I want to install arch on my MBP, but Apple forgot to ship my thunderbolt-to-ethernet adapter. So I am currently trying to install arch without a wired connection. My problem is, that I am not able to achieve a wireless connection. ifconfig just