Contents tagged with Windows 8
-
[Windows 8] Please implement the PlayTo feature in your media apps
One of the greatest feature in Windows 8 apps is the ability to stream the video/photos/music you’re playing to any DLNA capable device in your network.
-
[Windows 8] An application bar toggle button
To stay in the application bar stuff, here’s another useful control which enable to create an application bar button that can be toggled between two different contents/styles/commands (used to create a favorite/unfavorite or a play/pause button for example).
-
[Windows 8] Update TextBox’s binding on TextChanged
Since UpdateSourceTrigger is not available in WinRT we cannot update the text’s binding of a TextBox at will (or at least not easily) especially when using MVVM (I surely don’t want to write behind-code to do that in each of my apps !).
-
[Windows 8] Application bar popup button
Here is a small control to create an application bar button which will display a content in a popup when the button is clicked.
-
[Windows 8] Application bar buttons symbols
During the development of my current Windows 8 application, I wanted to add custom application bar buttons with symbols that were not available in the StandardStyle.xaml file created with the template project.