[Gambas-user] Problem of FileChooser with menu shortcut keyboard

2010-09-07 Thread Phạm Quang Dương
Bonjour Benoît, 1. Last day I had a question about multi-choosing files and folders and your answer is FileChooser. So I created a dialog form with a FileChooser control and some other controls.I got a problem with the menu shortcut. I have the menu File > Open (Ctrl + O) to open this dialog. When

Re: [Gambas-user] Bugs - Gambas3

2010-09-07 Thread Jussi Lahtinen
Strange icons, see attachment. Gambas 3 revision 3196 @ Ubuntu 10.04. Jussi On Tue, Sep 7, 2010 at 20:38, Fabien Bodard wrote: > so it need to work ... try the last revision please > > 2010/9/7 craf : > >>-Mensaje original- > >>De: Fabien Bodard > >>Reply-to: mailing list for gambas u

Re: [Gambas-user] How to get the focus back?

2010-09-07 Thread Matti
Yes, "utility" seems to be the problem. If I use a "normal" window with "SkipTaskbar", everything is ok. This helps, thanks! Matti Am 07.09.2010 23:18, schrieb Benoît Minisini: > > You set FText to be an "utility" window. If you use a normal window, the > focus > got back to FText normally, so

Re: [Gambas-user] How to get the focus back?

2010-09-07 Thread Benoît Minisini
> Gambas 3 > Another beginner's question: > > I have a little form where the user should make some input. > When there's something wrong, I give a message and want the user to correct > the input. > But after the message the focus goes "down" to FMain - I just can't find a > way to get it back to

Re: [Gambas-user] How to get the focus back?

2010-09-07 Thread Matti
Thanks, Jussi. (that was really fast!) Here it's revision 3164 @ OpenSuse 11.2 And FText.form definitively loses focus after error message. Strange. Am 07.09.2010 21:14, schrieb Jussi Lahtinen: > I tested your code with Gambas 3 revision 3119 @ Ubuntu 10.04 64bit. > And I couldn't reproduce the p

Re: [Gambas-user] How to get the focus back?

2010-09-07 Thread Jussi Lahtinen
I tested your code with Gambas 3 revision 3119 @ Ubuntu 10.04 64bit. And I couldn't reproduce the problem. FText.form doesn't lost focus after error message. However TextBox1 on it does, but that is correct behaviour (TextBox1.SetFocus is commented out). Jussi On Tue, Sep 7, 2010 at 21:59, Matti

[Gambas-user] How to get the focus back?

2010-09-07 Thread Matti
Gambas 3 Another beginner's question: I have a little form where the user should make some input. When there's something wrong, I give a message and want the user to correct the input. But after the message the focus goes "down" to FMain - I just can't find a way to get it back to the input form.

Re: [Gambas-user] Bugs - Gambas3

2010-09-07 Thread Fabien Bodard
so it need to work ... try the last revision please 2010/9/7 craf : >>-Mensaje original- >>De: Fabien Bodard >>Reply-to: mailing list for gambas users >> >>Para: mailing list for gambas users >>Asunto: Re: [Gambas-user] Bugs - Gambas3 >>Fecha: Tue, 7 Sep 2010 09:52:04 +0200 > > >>ok have

Re: [Gambas-user] Bugs - Gambas3

2010-09-07 Thread craf
>-Mensaje original- >De: Fabien Bodard >Reply-to: mailing list for gambas users > >Para: mailing list for gambas users >Asunto: Re: [Gambas-user] Bugs - Gambas3 >Fecha: Tue, 7 Sep 2010 09:52:04 +0200 >ok have you an icon named : media-playback-start (.png or .svg) ? Yes, is in /usr/sha

Re: [Gambas-user] dialog.select font & conf setting

2010-09-07 Thread Dimitris Anogiatis
Hey Daniel, Try Dialog.SelectFont() Gambas might be thinking that Dialog.SelectFont is a property so try it with a pair of parenthesis at the end Hope this helps Regards Dimitris On Tue, Sep 7, 2010 at 12:21 AM, Daniel Vanhee wrote: > Hallo everyone, > > i am new to gambas and trying some thi

Re: [Gambas-user] Bugs - Gambas3

2010-09-07 Thread Fabien Bodard
ok have you an icon named : media-playback-start (.png or .svg) ? in /usr/share/icons/Human(or Humanity)/22/ 2010/9/7 craf : > -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Bugs - G