Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-07-31 Thread David Villalobos Cambronero
Hi all, I wrote MessageLabel, if some people use it, I'll fix it, otherwise just delete it. Regards --- David 2010/7/31 Benoît Minisini : > Hi, > > As the subject said, I have disabled DatePicker and MessageLabel in the > gb.form component, to see if someone use them. > > These controls have prob

Re: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-07-31 Thread craf
button to close would be great. Thank you very much Regards >-Mensaje original- >De: Benoît Minisini >Reply-to: mailing list for gambas users >Para: gambas-user@lists.sourceforge.net >Asunto: [Gambas-user] DatePicker and MessageLabel were disabled in revision #3084 >Fecha: Sun, 1 Aug 20

[Gambas-user] DatePicker and MessageLabel were disabled in revision #3084

2010-07-31 Thread Benoît Minisini
Hi, As the subject said, I have disabled DatePicker and MessageLabel in the gb.form component, to see if someone use them. These controls have problems, especially the DatePicker, and if their creator want to fix them, they should tell me. Otherwise they may be removed, or rewritten if I have

Re: [Gambas-user] Bug in gb3: save as

2010-07-31 Thread Matti
You're welcome. Never mind, you must have tons of forgettable things... :-) Am 31.07.2010 20:37, schrieb Benoît Minisini: >> Hi, >> >> here ist svn version 3083 on a SuSe 11.2. >> When you do 'Save project as...', the form FMain will show not as form but >> as plain text. >> If you close the form

Re: [Gambas-user] Bug in gb3: save as

2010-07-31 Thread Benoît Minisini
> Hi, > > here ist svn version 3083 on a SuSe 11.2. > When you do 'Save project as...', the form FMain will show not as form but > as plain text. > If you close the form and class and reopen it, FMain works again. > > Regards > Matti > I know. I have forgot that bug, but I knew it. :-) Thanks

[Gambas-user] Bug in gb3: save as

2010-07-31 Thread Matti
Hi, here ist svn version 3083 on a SuSe 11.2. When you do 'Save project as...', the form FMain will show not as form but as plain text. If you close the form and class and reopen it, FMain works again. Regards Matti -- T

[Gambas-user] signal#11 in Gambas3

2010-07-31 Thread Matti
Hi, I have a dialog right at the start of a program, and if the user aborts the dialog, the program should quit. In gambas2 this worked: If Dialog.SelectDirectory() Then Quit Endif In gambas3 (v 3083) I get the signal#11 (for the program, not for gambas itself) at this point. Also tried

Re: [Gambas-user] menu.popup does not work with tray icon

2010-07-31 Thread HARADA Kazutaka
>> It works for me, but I'm using KDE 4. I will try with gnome... > > Ok, no it wasn't, and I fixed the bug in revision #3083! If you want to > test... I made a patch from svn rev 3083 and applied it to gambas-2.21.0 then popup menu works fine now. Thanks for you great work! -- -

Re: [Gambas-user] menu.popup does not work with tray icon

2010-07-31 Thread Benoît Minisini
> > Hi All, > > > > I found a strange problem for menu.popup() method. > > > > To reproduce the problem, unpack the attached small project, > > run it, and do the following steps. > > > > 1. Right click tray icon and menu is displayed. (OK) > > 2. Double click tray icon and second form is open.