XML for TileSquare71x71IconWithBadge Template in Live tiles -
, but there is no real guide to how to create them. I'm trying to put XML for TileSquare71x71IconWithBadge together , But the example XML is missing for this list. How does XML look like? The closest I've found, but it does not work:
& Lt; Text id = "1" & gt; 36 & lt; / Text & gt; & Lt; / Binding & gt; & Lt; / View & gt; & Lt; / Tile & gt;
The only change in tile with this is that the 36 tile is in the lower left corner; However, all the example template XML files they work great.
(Note: The latter template is at the bottom of the page.)
You must send badge notifications separately to live tiles The following is the code to send the badge notification after updating.
XmlDocument badgeXml = BadgeUpdateManager.GetTemplateContent (BadgeTemplateType.BadgeNumber); XMLAljustment BadgeElement = (XMLAlment) BadgeXML Selectceiling node ("/ badge"); Badge element. Settabet ("value", "55"); Badge notification badges = new badgesification (badgexml); . BadgeUpdateManager.CreateBadgeUpdaterForApplication () update (badge);
Hope it helps!
Comments
Post a Comment