mohabouje / WinToast

WinToast is a lightly library written in C++ which brings a complete integration of the modern toast notifications of Windows 8 & Windows 10. Toast notifications allows your app to inform the users about relevant information and timely events that they should see and take action upon inside your app, such as a new instant message, a new friend request, breaking news, or a calendar event.
MIT License
688 stars 127 forks source link

Can we create Input? #42

Closed ghost closed 1 year ago

ghost commented 5 years ago

Can you add these feautures in this project? https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/images/toast-progressbar.png https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/images/toast-additionaltext.jpg https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/images/adaptivetoasts-buttonswithicons.png https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/images/toast-contextmenu.png https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/images/adaptivetoasts-xmlsample05.jpg

mohabouje commented 5 years ago

For sure! I am working right now on another project. As soon as possible I will check the official docs and work a little bit on that. It does not look like a complex, just some xml modifications.

I will publish a new release with the new features mentioned in this post

ghost commented 5 years ago

thank you :))

kenkit commented 5 years ago

I vote for a progress bar first

mohabouje commented 1 year ago

Sorry for this late response, but I did not work on this project in a while.

We have recently added HeroImage, InlineImage, and CropImage support. I am preparing version 1.4.0 with the backing for InputText, ComboBox selection, and Progress Bar.

mohabouje commented 1 year ago

Closing this and adding both features to version 1.4.0: https://github.com/mohabouje/WinToast/issues/86

BensonZheng commented 1 year ago

How to get the version 1.4.0, I see the latest version is 1.3.0.