Answered by:
How to dynamically update the tile of my app?

Question
-
How are the "tiles" in the New metro start menu called? I want to have my apps icon to be replaced by dynamic text (icon) depending on the state of the app.
How would I do that? Whats the sample in the samplecode distro that I should look at?
PS: is there already a Metro style guide available in msdn?
Friday, November 11, 2011 1:06 AM
Answers
-
The "tiles" are called "Tiles" :)
There are samples on how Metro style apps can customize their tiles at at:
Basic Tiles Sample: http://code.msdn.microsoft.com/windowsapps/Basic-Tiles-Sample-805a5d7b
Advanced Tiles Sample: http://code.msdn.microsoft.com/windowsapps/Advanced-Tiles-Sample-1995ac42In the future please post development questions in the appropriate forum based on the type of app and language you are writing in. The General OS forum is for non-development related questions.
Building Metro style apps with C# and VB: http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/threads
Building Metro style apps with C++: http://social.msdn.microsoft.com/Forums/en-US/winappswithnativecode/threads
Building Metro style apps with HTML5/JavaScript: http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/threadsWindows Desktop Development forums: http://social.msdn.microsoft.com/Forums/en-US/category/windowsdesktopdev
There isn't yet a full style guide for Metro style apps, but there are some guidelines at:
Designing Metro style apps: http://msdn.microsoft.com/en-us/library/windows/apps/hh465427(v=VS.85).aspxYou can discuss how to design your app's UI at:
UI Design for Metro style apps: http://social.msdn.microsoft.com/Forums/en-US/winappsuidesign/threadsThe toasts Sheng Jiang's sample discusses are notification windows which can be briefly shown rather than notifications which appear on the tile itself (although they are often used together).
--Rob
- Proposed as answer by Marilyn-Support EngineerMicrosoft Support, Moderator Friday, November 11, 2011 3:26 AM
- Marked as answer by phil_ke Friday, November 11, 2011 7:39 AM
Friday, November 11, 2011 2:44 AM
All replies
-
Basic Toasts Sample
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVPFriday, November 11, 2011 2:18 AM -
The "tiles" are called "Tiles" :)
There are samples on how Metro style apps can customize their tiles at at:
Basic Tiles Sample: http://code.msdn.microsoft.com/windowsapps/Basic-Tiles-Sample-805a5d7b
Advanced Tiles Sample: http://code.msdn.microsoft.com/windowsapps/Advanced-Tiles-Sample-1995ac42In the future please post development questions in the appropriate forum based on the type of app and language you are writing in. The General OS forum is for non-development related questions.
Building Metro style apps with C# and VB: http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/threads
Building Metro style apps with C++: http://social.msdn.microsoft.com/Forums/en-US/winappswithnativecode/threads
Building Metro style apps with HTML5/JavaScript: http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/threadsWindows Desktop Development forums: http://social.msdn.microsoft.com/Forums/en-US/category/windowsdesktopdev
There isn't yet a full style guide for Metro style apps, but there are some guidelines at:
Designing Metro style apps: http://msdn.microsoft.com/en-us/library/windows/apps/hh465427(v=VS.85).aspxYou can discuss how to design your app's UI at:
UI Design for Metro style apps: http://social.msdn.microsoft.com/Forums/en-US/winappsuidesign/threadsThe toasts Sheng Jiang's sample discusses are notification windows which can be briefly shown rather than notifications which appear on the tile itself (although they are often used together).
--Rob
- Proposed as answer by Marilyn-Support EngineerMicrosoft Support, Moderator Friday, November 11, 2011 3:26 AM
- Marked as answer by phil_ke Friday, November 11, 2011 7:39 AM
Friday, November 11, 2011 2:44 AM -
Thanks Rob!
I misplaced the question in the general forum but realized that too late to change it. My other questions went right into the C++ forum.
Thanks for your comprehensive answer. I already, by now, learned about the MS Notification Push Service and I am excited to learn about its possibilities.
Just one more question: Is the usage of the MS push service free or does a (volume) based fee apply? I could not find any information about that on the msdn sites.
Phil
Friday, November 11, 2011 7:39 AM