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
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
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
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
> 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
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
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
>> 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!
--
-
> > 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.