Re: [Gambas-user] Global reading of events

2011-04-09 Thread Benoît Minisini
> Gambas web site says libtool version 1.5.12, but I'm not sure that is > correct... > You may want to try with newer version (I'm using 2.2.6b successfully). > > Jussi > I fixed that. Now the correct required versions of autoconf, automake and libtool are displayed. Regards, -- Benoît Minis

Re: [Gambas-user] Global reading of events

2011-04-07 Thread Jussi Lahtinen
Gambas web site says libtool version 1.5.12, but I'm not sure that is correct... You may want to try with newer version (I'm using 2.2.6b successfully). Jussi On Thu, Apr 7, 2011 at 12:03, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Ok, I found the page, and it gives all informat

Re: [Gambas-user] Global reading of events

2011-04-07 Thread Rolf-Werner Eilert
Ok, I found the page, and it gives all information about tools needed and how to compile. All necessary tools are there, and they have appropriate version numbers, and ./reconf-all is correct, too. It says gbc/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined gbc/Makefile.am:5:

Re: [Gambas-user] Global reading of events

2011-04-07 Thread Rolf-Werner Eilert
Thanks for trying it, I downloaded 2.23 but now it doesn't compile... I remember, I had to do a > ./reconf-all first, is it wrong? Unfortunately, Benoit took away the page with the explanations of how to compile... After some seconds, reconf-all fails with autoreconf: running: automake --add

Re: [Gambas-user] Global reading of events

2011-04-06 Thread Jussi Lahtinen
> But my question was: Why do Form_KeyPress(), Form_MouseDown() and > Form_MouseWheel() catch no event? > Impossible to say without more code. I don't think the reason is in this part of code. No need to send whole project, just version where you have isolated the problem. It is much more easy to

Re: [Gambas-user] Global reading of events

2011-04-06 Thread Sprachschule Eilert
Don't know where you're stuck. Why control Timer2? It's there, it's running... :-) Whenever Timer2 ticks, it checks if there have been mouse or keyboard events in the meantime (Timer2EventZlr means "event counter for Timer2"). If yes, only the counter is resetted. If not, "tab" (a TabStrip whi

Re: [Gambas-user] Global reading of events

2011-04-06 Thread Jussi Lahtinen
What is Timer2EventZlr? I can't see any code that controls timer itself. Please send whole project. Jussi On Wed, Apr 6, 2011 at 13:29, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > I'd like to build something that hides areas with personally sensitive > data in a program after a t

[Gambas-user] Global reading of events

2011-04-06 Thread Rolf-Werner Eilert
I'd like to build something that hides areas with personally sensitive data in a program after a time when the user didn't do anything in the program. The easiest way to achieve this would be to watch all mouse and key events for the whole program and just count. A timer would look from time t