Giter Club home page Giter Club logo

Comments (7)

rafallopatka avatar rafallopatka commented on May 20, 2024 1

from toastnotifications.

rafallopatka avatar rafallopatka commented on May 20, 2024

Every Notifier produces its own window in which notifications are displayed.
If you could create a example how to order child windows in WPF application I could add this mechanism to notifier in some way :)

from toastnotifications.

didriksg avatar didriksg commented on May 20, 2024

I do not think WPF windows support Z-indexing, but you could maybe do something like Window.Focus(), Window.Activate() or Window.Show() for a simple fix. Maybe properties like the Window.TopMost would work in a way as well? I think that being creative with the focus, activate and show methods, that it would be possible to make an easy (and maybe a bit too simple) fix.

If you do not want to add this to the official repo, where should I eventually start to make my own fix? :)

from toastnotifications.

rafallopatka avatar rafallopatka commented on May 20, 2024

from toastnotifications.

didriksg avatar didriksg commented on May 20, 2024

I will look into it. Thanks for your help! :)

from toastnotifications.

b-mi avatar b-mi commented on May 20, 2024

In application with one notifier in Window is all ok, if TopMost option is false - window deactivation / activation hide and show notifications, and move them if Window is moved.
This do not work, if (more) Notifiers are attached to Controls in (WPF MDI) application. Then hiding / showing / moving of notifications do not work like it work on Window. Is this similar to your scenario?

from toastnotifications.

didriksg avatar didriksg commented on May 20, 2024

Setting the topmost property to true on the notifier I wanted ontop worked for my use, so no worries :)

from toastnotifications.

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.