[Gambas-user] Gambas2

2011-01-04 Thread ivan-kern
Me.Close does not work from the code if a form is opened ShowModal.   PUBLIC SUB Form_Open()   Code.   WAIT   ME.Close END   Ubuntu 10.04 GTK+ Gambas2 Rev. 3439 --- Exklusiv: Neue E-Mail-Adresse @iPhone.de jetzt verfügbar! Sichern Sie sich jetzt ihre persönliche e-mail-adre...@iphone.de

[Gambas-user] How to use a STRUCTURE...

2011-01-04 Thread Demosthenes Koptsis
In docs there is about structures http://gambasdoc.org/help/cat/structdecl?v3 A structure is exactly like a class that would have only public variables. i made an example for usage of STRUCTURES after declaration. i made this example because i couldn't find one in wiki and i had to consult c++

[Gambas-user] following up the menu sig11 question

2011-01-04 Thread richard terry
Thanks for all the help to solve this Ian/Benoit. Now I've another problem around this menu. In the program, which has multiple modules, I generate the popup menu of health issues, on multiple forms. Rather than leave the code duplicated in each form on a dozen occurrences or whatever it will

Re: [Gambas-user] Gambas2

2011-01-04 Thread Charlie Reinl
Am Dienstag, den 04.01.2011, 10:39 +0100 schrieb ivan-k...@freenet.de: Me.Close does not work from the code if a form is opened ShowModal. PUBLIC SUB Form_Open() Code. WAIT ME.Close END Ubuntu 10.04 GTK+ Gambas2 Rev. 3439 Salut, whats happened, if you stay in

Re: [Gambas-user] signal 11 from menus

2011-01-04 Thread Benoît Minisini
The crash comes from the fact that the Menu Show event is raised just before showing the menu. And during that event, you are clearing the menu that is being show. Qt4 does not like that (neither GTK+). Maybe I should prevent that with a internal flag... Regards, Actually

[Gambas-user] OOT: Email filtering for gambas issue

2011-01-04 Thread MSulchan Darmawan
Dear all, I did by filtering From header, but I saw someone accidently hit reply and send the email to mailing list instead of replying in google code. By doing that, the filter missed it. So I prefer to filter using Subject header, but maybe it is easier if there is special subject tag, such as

Re: [Gambas-user] following up the menu sig11 question

2011-01-04 Thread Benoît Minisini
Thanks for all the help to solve this Ian/Benoit. Now I've another problem around this menu. In the program, which has multiple modules, I generate the popup menu of health issues, on multiple forms. Rather than leave the code duplicated in each form on a dozen occurrences or whatever it