Re: [Gambas-user] set group name on dynamic object

2008-07-29 Thread Benoit Minisini
On mercredi 30 juillet 2008, Stefan Miefert wrote: > I try now a DBlClick() and it works fine?! IS a single Click on a lable not > possible?! > Yes, Label has no click event. You must use MouseDown instead. Labels are not intended to be active on a user interface! Regards, -- Benoit Minisini

Re: [Gambas-user] set group name on dynamic object

2008-07-29 Thread Stefan Miefert
I try now a DBlClick() and it works fine?! IS a single Click on a lable not possible?! ^ >You must put quotes there ' - This SF.Net email is sponsored by the Moblin Y

Re: [Gambas-user] set group name on dynamic object

2008-07-29 Thread Stefan Miefert
>> >> i ceate a object like this >> >> LBLlegendentry = new Lable(PANbody) AS LBLlegendentry >> > ^ >You must put quotes there ' > -- Hello, tnanks but i only forget them in this mail:) my code is like this Public LBLlegendentry as Lable

[Gambas-user] Inactivity Time to Lock Gambas Applications

2008-07-29 Thread Nx GT-R BOY
Hi, as part of my security features in my program, I want to be able to lock my application if was inactive for X minutes (X = setup by user) So, I was wonder if... Is there any Gambas environment variable that can tell me last activity time? I could call a function any time the user click some

Re: [Gambas-user] set group name on dynamic object

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Stefan Miefert wrote: > Hello, > > i ceate a object like this > > LBLlegendentry = new Lable(PANbody) AS LBLlegendentry > ^ You must put quotes there ' -- Benoit Minisini -

[Gambas-user] set group name on dynamic object

2008-07-29 Thread Stefan Miefert
Hello, i ceate a object like this LBLlegendentry = new Lable(PANbody) AS LBLlegendentry When I try this Public sub LBLlegendentry_click() Message("Test) End sub But nothing happens. How set I a groupname to a group ob lables? Viele Grüße aus Osnabrück Stefan Miefert Datenbankentwick

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Steven Lobbezoo wrote: > No, if I do that i test the 'executable' directly and there is no error. > The error is only if I start the app under the ide (run button) > > Steven > Are you sure that you compiled everything correctly? Can you check that the installed "gambas2

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
No, if I do that i test the 'executable' directly and there is no error. The error is only if I start the app under the ide (run button) Steven Le mardi 29 juillet 2008 à 14:01 +0200, Benoit Minisini a écrit : > valgrind --tool=memcheck --num-callers=50 gbx2 -p -

[Gambas-user] WebBrowser Component Right click and link event weirdness

2008-07-29 Thread Arief Bayu Purwanto
Dear Benoit, I've a problem doing something in webbrowser component. I want to be able to open some random url selected by user to external browser (using desktop.open()). But, I'm not able to catch the URL when I right click it. Here's the step to do it: 1. make webbrowser component, point it to

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Steven Lobbezoo wrote: > Ok, but how to run the ide with valgrind > i tried this : > valgrind --tool=memcheck --num-callers=50 gambas2 > ==22998== Memcheck, a memory error detector. > ==22998== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et > al. > ==22998== U

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
Ok, but how to run the ide with valgrind i tried this : valgrind --tool=memcheck --num-callers=50 gambas2 ==22998== Memcheck, a memory error detector. ==22998== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==22998== Using LibVEX rev 1804, a library for dynamic binary translation.

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
You are right, of course. Anyway it passed already. Sorry, Steven Le mardi 29 juillet 2008 à 13:35 +0200, Benoit Minisini a écrit : > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > Will this get delivered ? > > Or should i send it in pieces > > > > Just compress your file. > > Regards,

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Steven Lobbezoo wrote: > and part II Thanks for that, but all this info is not really useful. What I need is a gdb stack backtrace and/or a valgrind output. Regards, -- Benoit Minisini - This SF.

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Steven Lobbezoo wrote: > Will this get delivered ? > Or should i send it in pieces > Just compress your file. Regards, -- Benoit Minisini - This SF.Net email is sponsored by the Moblin Your Move D

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On mardi 29 juillet 2008, Steven Lobbezoo wrote: > Will this get delivered ? > Or should i send it in pieces > > Steven > > > Your mail to 'Gambas-user' with the subject > > Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3 > > Is being held until the list moderator can review it for app

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Steven Lobbezoo
Will this get delivered ? Or should i send it in pieces Steven Your mail to 'Gambas-user' with the subject Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3 Is being held until the list moderator can review it for approval. The reason it is being held: Message body is too big

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-29 Thread Benoit Minisini
On lundi 28 juillet 2008, Steven Lobbezoo wrote: > Furthermore, i tested this with my real apps: > They produce a sig 11 in the ide > direct they just quit immediately, without any message. > > Steven > I recompiled gambas entirely with gcc 4.3 and tested the application you sent me. Everything s