Re: [Gambas-user] Desktop notification

2015-06-30 Thread Moviga Technologies
 

OK, I understand. It is not that straight forward after all then. 

But, it would be a really nice feature to have, if you can manage! 

 
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Desktop notification

2015-06-29 Thread Benoît Minisini
Le 28/06/2015 23:23, Moviga Technologies a écrit :


 That's excellent Fabien! Thank you!

 This is pretty easy, but I suppose that if Gambas could do
 Desktop.Notify(Title, Message, Icon, Delay) it would be more Gambas like
 and convenient :)


Desktop notification standard is far more complex than that. 
Implementing it is not a matter of minutes.

Regards,

-- 
Benoît Minisini

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
 

This is another feature request for Gambas - desktop notifications. I
know KDE5 uses 'notify-send', but not sure about all the others. 

 
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Desktop notification

2015-06-28 Thread Fabien Bodard
2015-06-28 22:32 GMT+02:00 Moviga Technologies mov...@mykolab.ch:


 This is another feature request for Gambas - desktop notifications. I
 know KDE5 uses 'notify-send', but not sure about all the others.
it's a dbus thing. It use the notifier deamon provided by each modern
complient desktop.

dBus[org.freedesktop.Notifications][/org/freedesktop/Notifications].Notify(MyApp,2,
Null, About My Notify, This is a Notifications!!!, Null, Null, 5)

so something can be done like for the trayicon



 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
 

That's excellent Fabien! Thank you! 

This is pretty easy, but I suppose that if Gambas could do
Desktop.Notify(Title, Message, Icon, Delay) it would be more Gambas like
and convenient :) 

 
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user