Re: [Gambas-user] How can I detect left or right click on TrayIcon

2014-01-21 Thread Dimitris Anogiatis
Hey Benoît, Thanks for the tip. I was able to use the MouseDown event on the Trayicon object to popup different menus on left and right click which is what I really wanted. You guys ROCK :) Keep up the great work :) Dimitris On Tue, Jan 21, 2014 at 7:23 PM, Benoît Minisini < gam...@users.sour

Re: [Gambas-user] How can I detect left or right click on TrayIcon

2014-01-21 Thread Benoît Minisini
Le 21/01/2014 12:44, Dimitris Anogiatis a écrit : > Hey guys, > > I'm using Gambas 3.5.1 on Debian jessie (Gnome 3.8.4) and I was wondering > how can one > detect a left or right click on the TrayIcon control. > > What do I need to do that? Can anyone give me some pointers? > > Thanks in Advance >

[Gambas-user] How can I detect left or right click on TrayIcon

2014-01-21 Thread Dimitris Anogiatis
Hey guys, I'm using Gambas 3.5.1 on Debian jessie (Gnome 3.8.4) and I was wondering how can one detect a left or right click on the TrayIcon control. What do I need to do that? Can anyone give me some pointers? Thanks in Advance Sincerely Dimitris ---