Kytie

Results 12 comments of Kytie

any one got a solution to this ?

Hi, As described in the title of the bug and this is important, this issue is only hapening because this is an **Unpackaged application**. Meaning there is no appx manifest,...

@michael-hawker I dit try the nightly package with the same result. In fact, 8.0 branch Notification code is pretty much the same as current 7.x branch, without a "fix for...

I also tried from Microsoft documentation: ``` new ToastContentBuilder() .AddToastInput(new ToastSelectionBox("time") { DefaultSelectionBoxItemId = "lunch", Items = { new ToastSelectionBoxItem("breakfast", "Breakfast"), new ToastSelectionBoxItem("lunch", "Lunch"), new ToastSelectionBoxItem("dinner", "Dinner") } }).Show(); ```...

Thank you [vaheeshta](https://github.com/vaheeshta) . I'll take some time to give a try with the notification api from Windows App SDK and I'll update this thread with the results. But let's...

Hi All, After digging into the [sample code](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Notifications/App)., it appears that if you want to display an image in the toast, you have to reference the image with its full...

@vaheeshta Sorry I didn't take time to give you the links for the documentation about the image uris schemes. Will do it very soon. Regarding the workaround for the DisplayName,...

@vaheeshta, I tried to use the Windows App SDK 1.2 experimental, and the following line is throwing InvalidCastException! ` var notificationManager = AppNotificationManager.Default;` _System.InvalidCastException HResult=0x80004002 Message=Specified cast is not valid....

Hi @loneursid I installed the new Windows App SDK 1.2 Preview1, instead of the experimental version, and everything is working fine. Thanks to the new builder api, I could remove...

Hi, I have the same issue with a command named com.mycompany.mycommand.exe for windows, and com.mycompany.mycommand for Linux. Is there any way to override/provide a command name ourself ? Kind Regards