Re: [Gambas-user] Class Implementing DBus Notifications

2017-08-20 Thread Tony Morehen
I saw that. As far as I could tell, it's identical to the gnome discussion. Including having the hints category and urgency discussion before the hints chapter! On 2017-08-20 12:06 PM, adamn...@gmail.com wrote: On Sun, 20 Aug 2017 11:37:38 -0400 Tony Morehen wrote: 1) I tried to be as a

Re: [Gambas-user] Class Implementing DBus Notifications

2017-08-20 Thread adamn...@gmail.com
On Sun, 20 Aug 2017 11:37:38 -0400 Tony Morehen wrote: > 1) I tried to be as agnostic as possible. The reference to the Gnome > developer's specification is there because it is the only one available > on the web. http://www.galago-project.org/specs/notification/0.9/index.html seems to the

Re: [Gambas-user] Class Implementing DBus Notifications

2017-08-20 Thread Tony Morehen
1) I tried to be as agnostic as possible. The reference to the Gnome developer's specification is there because it is the only one available on the web. There is not even one on freedesktop.org. It is my understanding that modern DEs conform to that spec, including KDE, Gnome, Cinnamon, XFC

Re: [Gambas-user] Class Implementing DBus Notifications

2017-08-20 Thread adamn...@gmail.com
On Sun, 20 Aug 2017 07:18:44 -0400 Tony Morehen wrote: > As promised, attached is a heavily commented class implementing DBus > Notifications. It is a complete implementation of the specification. > There are two approaches to using the class: > > 1) fill in the properties and call SendNotif

[Gambas-user] Class Implementing DBus Notifications

2017-08-20 Thread Tony Morehen
As promised, attached is a heavily commented class implementing DBus Notifications. It is a complete implementation of the specification. There are two approaches to using the class: 1) fill in the properties and call SendNotification: Dim hDbusNotify As New DbusNotify hDbusN