Skip to content

Conversation

@andrewleader
Copy link
Contributor

The toast progress bar -> XML code had a few mistakes due to us adding this element early before things were finalized for the Creators Update :)

  • XML element should be rather than
  • Status is a required property

I've made these changes to the code and the tests, and also validated that you can successfully send a progress bar toast on the latest Insider build using the Notifications DLL with these changes.

XML should be <progress> rather than <progressBar>, and Status is a
required property. Validated on latest Insider build that creating a
progress bar notification works with these new changes
@andrewleader
Copy link
Contributor Author

FYI, the code sample for creating a toast progress bar will be here: https://github.com/WindowsNotifications/quickstart-toast-progress-bar

It currently uses raw XML since I wrote the sample before the NuGet package with progress bar was available. I was working on updating the sample to use the NuGet package today when I realized the NuGet package was generating the wrong XML.

@deltakosh deltakosh merged commit 20020fc into dev Mar 23, 2017
@andrewleader andrewleader deleted the anbare-fix-toast-progress-bar branch March 23, 2017 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants