[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

Re: [Gambas-user] send 'pgup' to process

2014-01-21 Thread Tobias Boege
On Mon, 20 Jan 2014, Johny Provoost wrote: Hi, I adapted the example Movieplayer from Beno?t . It's about sending keys to mplayer. I can send + and -' to the process with success, but when want to send PageUp, PageDown, Up, Down,Left, and 'right', I get stuck. the line is If Not

Re: [Gambas-user] gb.logging: out of bounds error with certain fields

2014-01-21 Thread Tobias Boege
On Mon, 20 Jan 2014, Sebastian Kulesz wrote: It should be fixed in revision #6092. Please let me know how it went! Works! Thanks. -- There's an old saying: Don't change anything... ever! -- Mr. Monk -- CenturyLink

Re: [Gambas-user] send 'pgup' to process

2014-01-21 Thread Johny Provoost
op 21-01-14 12:58, Tobias Boege schreef: On Mon, 20 Jan 2014, Johny Provoost wrote: Hi, I adapted the example Movieplayer from Beno?t . It's about sending keys to mplayer. I can send + and -' to the process with success, but when want to send PageUp, PageDown, Up, Down,Left, and 'right', I

[Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-21 Thread martin p cristia
Stepping in this old conversation to point out my take: -computers nowadays are fast enough to run a VM that's fast enough to run a normal aplication -If Benoit says it's complicated, what's left for us ?? - so instead of trying to port gambas, why not making a installer that

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-21 Thread Carl Nilsson
The Future and what kind of Gambas do we want? Well, this is a question general enough that I can understand it and put in my modest contribution: I have just started using Gambas. A year ago I started asking a question or two on this forum about using it to write for an embedded system on

Re: [Gambas-user] Gambas Future or what kind of Gambas we want.

2014-01-21 Thread Kevin Fishburne
On 01/21/2014 03:57 PM, martin p cristia wrote: Stepping in this old conversation to point out my take: -computers nowadays are fast enough to run a VM that's fast enough to run a normal aplication -If Benoit says it's complicated, what's left for us ?? - so instead of

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

Re: [Gambas-user] When does prefernces get saved?

2014-01-21 Thread Benoît Minisini
Le 20/01/2014 14:56, Bruce a écrit : (back to more serious stuff) Some preferences get saved to the .project file, but when does this occur? An example being the URL string on the Packaging tab. If I change that string and then generate an executable, the .project file in the executable

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