Kenneth

Results 98 comments of Kenneth

Hi, I'm getting `spawn flutter ENOENT` error as well. I've tried manually specifying flutter SDK path but to no avail. Seems to be related to this issue. Edit: I'm using...

Hello? Is this repository still being maintained?

I tried using the default templates but it would just show "New notification" instead of the actual body.

@azchohfi To illustrate, this is the code that I have at the moment: ```c++ const auto doc = winrt::Windows::UI::Notifications::ToastNotificationManager::GetTemplateContent(winrt::Windows::UI::Notifications::ToastTemplateType::ToastText01); const auto nodes = doc.GetElementsByTagName(L"text"); nodes.Item(0).AppendChild(doc.CreateTextNode(winrt::to_hstring(title))); winrt::Windows::UI::Notifications::ToastNotification notif{ doc }; const...

Ahh thanks, that makes sense now. I am not a C++ programmer, so I really appreciate your help!

Basic title body notification is working, but nothing beyond that.

@lzzy12 Just an update: I have implemented `cancel` and `cancelAll` in the latest commit.

Hi sorry, busy with coursework at the moment, I will continue the work this weekend.

Just a bit of progress update: I am currently in the process of implementing onSelectNotification callback. Update: onSelectNotification now works, but only when the program is active.