Code Monkey home page Code Monkey logo

Comments (10)

sttts avatar sttts commented on June 12, 2024 1

Doesn't look it is fixed.

Talking about these notifications:

Bildschirmfoto 2020-10-27 um 22 40 18

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

Hello,

the fullscreen mode has some issues with the notification popups they can't go more levels up than the full screen

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

Hello,

sorry for the late reply
this may be fixed in #56

Thanks for the report

from qtpyvcp.

sttts avatar sttts commented on June 12, 2024

These are linuxcnc widgets, aren't they? I.e. not Qt and hence with a different parent window.

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

Thanks!
I managed to fix the notifications 🥳

thoose fixes are on latest master

These are linuxcnc widgets, aren't they? I.e. not Qt and hence with a different parent window.

The native notifications which come configured on ProbeBasic are made with QWtidgets
There is a option in custom_comfig.yml that allows you to switch to DBus based notifications but doesn't work on all systems

https://github.com/kcjengr/probe_basic/blob/master/config/probe_basic/custom_config.yml
something like...

data_plugins:
  notifications:
    provider: qtpyvcp.plugins.notifications:Notifications
    kwargs:
      enabled: True | False
      mode: native | dbus

and again thanks for the feddback!

from qtpyvcp.

sttts avatar sttts commented on June 12, 2024

With dbus I now get visible notifications. Unfortunately, only one. If there are two or more notifications only the last one is visible.

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

trigger dbus notifications by hand does the same... only the latest is shown

$ notify-send "Title" "Message"

from qtpyvcp.

sttts avatar sttts commented on June 12, 2024

Compare https://github.com/kcjengr/qtpyvcp/tree/Notifictions. There @TurBoss prototyped setting the notification widget's parent to the main window. This works for me with Mate window manager.

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

I only need to ask @KurtJacobson if this is the correct place to init post main window

https://github.com/kcjengr/qtpyvcp/compare/Notifictions#diff-94fc3bc6e7fc8a770ba01b4c3b7d5117a29f10243fb0eb988bf0b4ebee3bcdd2R254

from qtpyvcp.

TurBoss avatar TurBoss commented on June 12, 2024

done thanks for the feedback

from qtpyvcp.

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.