Hi Benoit

Thanks for the SystemTray instance

I saw the example gb.gui or gb.gtk3 and gives me the following error "Null
Object"
With gb.qt4 if it works but only shows gb.png image (do not know if that is
the goal)

If you want to see the applet nm-applet in stalonetray my code as follows:


Shell "nm-applet > /dev/null 2>/dev/null"
Shell "/usr/bin/stalonetray"

and if needed gnome-sound-applet my code as follows:

Shell "gnome-sound-applet > /dev/null 2>/dev/null"
Shell "/usr/bin/stalonetray"

The code in bash is:
 #!/bin/sh
 nm-applet    > /dev/null 2>/dev/null &
 stalonetray  > /dev/null 2>/dev/null
 killall nm-applet

Consultation?

If my form_panel need nm-applet  and their properties, How I can do?

Could you tell me how we can use our system tray Gambas, I'm not
understanding.

Regards.

Herberth Guzmán
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to