Giter Club home page Giter Club logo

Comments (3)

Windos avatar Windos commented on August 16, 2024 3

This is now possible! See here for an example: https://toastit.dev/2020/08/08/actionable/

Better documentation is coming, but feel free to open a discussion if you're trying to crack a specific use case!

from burnttoast.

itpropro avatar itpropro commented on August 16, 2024 2

As far as I understand, this and receiving text input will not be possible, as we would need to handle activation or background activation. Therefore in an native UWP app, we would need to create an override for OnActivated/OnBackgroundActivated and need to be able to configure the BackgroundExecutionManager. As the AppId of PowerShell is used, this cannot be done.
As an alternative for Win32 apps, it would be necessary to use the compat library from the Windows 10 SDK, Register a COM activator and to extend the NotificationActivator class with an override for the OnActivated method.
Additionally there is code that needs to be added to register AUMID and COM server.

If anyone has an idea, how to implement this in PowerShell, I would be happy to support.
Here is the docs link for the Win32 implementation: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop

from burnttoast.

Windos avatar Windos commented on August 16, 2024

Unfortunately, I think this will be one of the "missing links" we run into because of not being able to subscribe to WinRT event in PowerShell. i.e. We can make these selection boxes... but can't really do anything with them.

I'll certainly look into though, it's possible something changed in the Fall Creators Update that will help bridge this gap.

from burnttoast.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.