Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Delphi Toast-Notification-Manager - DevExpress (https://www.delphipraxis.net/214038-toast-notification-manager-devexpress.html)

Yersinian 8. Nov 2023 13:36

Toast-Notification-Manager - DevExpress
 
Hey!

https://docs.devexpress.com/WindowsF...cation-manager

Gibt es sowas wie die oben genannte Komponente auch für Delphi.

Egal ob von DevExpress oder jemand anderem. Gern auch kommerziell.

Bezahlen sollte nicht das Problem sein. Aber insgesamt ist das die Komponente genau das was ich brauche.

Danke im Voraus!

Sinspin 8. Nov 2023 14:03

AW: Toast-Notification-Manager - DevExpress
 
DevExpress VCL : TdxAlertWindow / TdxAlertWindowManager
Ist es das nicht was du suchst? Oder geht das nicht weit genug?

Allerdings lohnt es sich nicht sich DevExpress zuzulegen nur wegen der Komponente.

DevExpress schreibt:
Zitat:

NOTE

Toast notifications can only be displayed in Windows 8.0 or higher. For older Windows versions, use alert windows instead.
Windows displays toast notifications only for those apps that are pinned to the Start menu.
Toast Notification manager cannot display notifications if a user has disabled notifications (application-specific notifications or all notifications).
The component uses the system’s COM objects to pass notification data to the Windows Notification Platform. Windows shows notifications based on this data. If your application or a user has no rights to access the Windows Notification Platform, notifications do not pop up.
Bedeutet, dass das von Windows kommt. Wenn Du dir die WinAPI dafür ansiehst kannst Du das auch selber ansprechen.

mkinzler 8. Nov 2023 14:17

AW: Toast-Notification-Manager - DevExpress
 
Du grundlegenede Funktionalität kann Delphi auch.

Schau Dir mal die Unit System.Notification an

Yersinian 9. Nov 2023 10:54

AW: Toast-Notification-Manager - DevExpress
 
Zitat:

Zitat von Sinspin (Beitrag 1529295)
DevExpress VCL : TdxAlertWindow / TdxAlertWindowManager
Ist es das nicht was du suchst? Oder geht das nicht weit genug?

Allerdings lohnt es sich nicht sich DevExpress zuzulegen nur wegen der Komponente.

DevExpress schreibt:
Zitat:

NOTE

Toast notifications can only be displayed in Windows 8.0 or higher. For older Windows versions, use alert windows instead.
Windows displays toast notifications only for those apps that are pinned to the Start menu.
Toast Notification manager cannot display notifications if a user has disabled notifications (application-specific notifications or all notifications).
The component uses the system’s COM objects to pass notification data to the Windows Notification Platform. Windows shows notifications based on this data. If your application or a user has no rights to access the Windows Notification Platform, notifications do not pop up.
Bedeutet, dass das von Windows kommt. Wenn Du dir die WinAPI dafür ansiehst kannst Du das auch selber ansprechen.

Das AlertWindowManager ist ja eigentlich gedacht für ältere Systeme vor Win 8 und ist an sich nicht das was von der LEitung gewünscht ist.
Vor allem optisch.

Es sollen die Toasts sein, die eben auch per XML entsprechend manipulierbar wären und eine bestimmte Optik haben.

Ich werde es mir trotzdem nochmal anschauen.

Wir nutzen DevExpress sowieso schon, aber den Toast-Notification-Manager haben wir nicht.

Yersinian 9. Nov 2023 10:55

AW: Toast-Notification-Manager - DevExpress
 
Zitat:

Zitat von mkinzler (Beitrag 1529297)
Du grundlegenede Funktionalität kann Delphi auch.

Schau Dir mal die Unit System.Notification an


Die Notification bietet nicht alles was wir brauchen. Die ist leider zu rudimentär.

Sinspin 9. Nov 2023 13:43

AW: Toast-Notification-Manager - DevExpress
 
Zitat:

Zitat von Yersinian (Beitrag 1529357)
Das AlertWindowManager ist ja eigentlich gedacht für ältere Systeme vor Win 8 und ist an sich nicht das was von der LEitung gewünscht ist.
Vor allem optisch.

Es sollen die Toasts sein, die eben auch per XML entsprechend manipulierbar wären und eine bestimmte Optik haben.

Wenn DevExpress das nicht schon in den AlertWindowManager integriert hat (Ich bezweifle das, nachdem ich nun durch die MS docu durch bin) gibt es noch immer die Möglichkeit selber zu machen.
MS zeigt in den Docu's wie es geht. Allerdings muss ich sagen, ist das ein ganz schöner Aufriss nur um eine Meldung anzuzeigen.


Alle Zeitangaben in WEZ +1. Es ist jetzt 21:55 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz