[Gambas-user] dialog.select font conf setting

2010-09-07 Thread Daniel Vanhee
Hallo everyone, i am new to gambas and trying some things out. I would like to give the user of my program the opportunity to choose a font. The default title of the dialog.selectFont must been changed The font that has been chosen must be written to the conf-file My code is as follows PUBLIC

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 p...@vtr.net: -Mensaje original- De: Benoît Minisini gam...@users.sourceforge.net Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net

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 daniel.van...@gmail.comwrote: Hallo everyone, i am new to

Re: [Gambas-user] Bugs - Gambas3

2010-09-07 Thread craf
-Mensaje original- De: Fabien Bodard gambas...@gmail.com Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net 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 Fabien Bodard
so it need to work ... try the last revision please 2010/9/7 craf p...@vtr.net: -Mensaje original- De: Fabien Bodard gambas...@gmail.com Reply-to: mailing list for gambas users gambas-user@lists.sourceforge.net Para: mailing list for gambas users gambas-user@lists.sourceforge.net Asunto:

[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] 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,

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

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 the input

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 I guess

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 gambas...@gmail.com wrote: so it need to work ... try the last revision please 2010/9/7 craf p...@vtr.net: -Mensaje original- De: Fabien Bodard

[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