Paul Purifoy

Results 22 comments of Paul Purifoy

If you look at isSelectedValue() in the source file, you can see that it is comparing the displayValue of the selected items which in this case, would cause them to...

This behavior is by design and is the same for both Push/AppNotifications. The activated app must call AppNotificationManager.Default().Register() before calling GetActivatedEventArgs or else the app will crash. This should be...

We need to update our documentation with this pattern. @robertzhou-wpn

I've filed an issue to address the throwing behavior to instead return null args. https://github.com/microsoft/WindowsAppSDK/issues/2961

Woops! Just updated the bug to correctly describe the error of m_waitHandleForArgs not being initialized. Thanks for the correction!

Thanks for proposing this feature! For WinAppSDK 1.2, we wanted to cover as many core features as we could with intentions to reach 1:1 parity or close to it with...

Can you verify that the Singleton package has been installed as well?

The Singleton Package is a package that contains a long running service which supports certain WinAppSDK framework components (currently only Push/AppNotifications). **Unpackaged/packaged apps don't need a dependency on the Singleton.**...

Instead of letting customers get REGDB_E_CLASSNOTREG, we should add a better error code that obviously says "Missing the Singleton Package. Use DeploymentManager APIs to install the Singleton package."