Re: [Gambas-user] Issue 43 in gambas: Drawing on transparent background doesn't work in gb3

2011-02-27 Thread gambas
Comment #4 on issue 43 by gambas...@gmail.com: Drawing on transparent background doesn't work in gb3 http://code.google.com/p/gambas/issues/detail?id=43 work fine for me -- Free Software Download: Index, Search & Anal

Re: [Gambas-user] Issue 44 in gambas: GTK+ and Workspace Action_Activate does not match the active.window

2011-02-27 Thread Emanuele Sottocorno
> You are creating two menu items on the same top-level window with the same > shortcut (F2). So you cannot guess which one will be activated when > pressing the F2 key. > > This has nothing to do with which workspace window is activated. I'm not totally agree; if you use QT4 library it works

Re: [Gambas-user] Issue 43 in gambas: Drawing on transparent background doesn't work in gb3

2011-02-27 Thread gambas
Comment #3 on issue 43 by math.e...@t-online.de: Drawing on transparent background doesn't work in gb3 http://code.google.com/p/gambas/issues/detail?id=43 Do these sysconfig files help? If not, please tell me how to gather the information you need. Attachments: displaymanager 5.1 KB

Re: [Gambas-user] Gambas 2: Tab Strip 'Menu' Question

2011-02-27 Thread nando
It never crossed my mind that tapping F10 worked like tapping ALT I tried other applications...and it does work like ALT. So, thank you, it's not a Gambas QT thing it's some preference thing. I've spent an hour looking for it and cannot find it :( Nevertheless, thank you for pointing me in a good d

Re: [Gambas-user] a Bug in translation modul (gambas2 and gambas3 rev 2620)

2011-02-27 Thread Charlie Reinl
Am Montag, den 28.02.2011, 00:19 +0200 schrieb Jussi Lahtinen: > sText &= Subst(("- if done, press '&1'"), btnOKTextChange) & "" > > > Jussi > > > > > On Sat, Feb 26, 2011 at 23:40, Charlie Reinl wrote: > > > Salut Benoît, > > > > the following string does not appear in the Translation Win

Re: [Gambas-user] Issue 44 in gambas: GTK+ and Workspace Action_Activate does not match the active.window

2011-02-27 Thread gambas
Updates: Status: Invalid Labels: -Version Version-TRUNK Comment #1 on issue 44 by benoit.m...@gmail.com: GTK+ and Workspace Action_Activate does not match the active.window http://code.google.com/p/gambas/issues/detail?id=44 You are creating two menu items on the same top-level

Re: [Gambas-user] Issue 43 in gambas: Drawing on transparent background doesn't work in gb3

2011-02-27 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-TRUNK Comment #2 on issue 43 by benoit.m...@gmail.com: Drawing on transparent background doesn't work in gb3 http://code.google.com/p/gambas/issues/detail?id=43 I can't reproduce the bug. I tried with KDE4 and XFCE, with both

Re: [Gambas-user] a Bug in translation modul (gambas2 and gambas3 rev 2620)

2011-02-27 Thread Jussi Lahtinen
sText &= Subst(("- if done, press '&1'"), btnOKTextChange) & "" Jussi On Sat, Feb 26, 2011 at 23:40, Charlie Reinl wrote: > Salut Benoît, > > the following string does not appear in the Translation Window . > sText &= ("- if done, press '" & btnOKTextChange & "'") & "" > > btnOKTextChan

Re: [Gambas-user] System information hidden in FAbout

2011-02-27 Thread Benoît Minisini
> On Sun, 2011-02-27 at 21:13 +0100, Matti wrote: > > Do we really want to orientate this on the sometimes weird Microsoft's > > standards? Would be nice if it could be found more easily. > > Matti, > > Even though you might not like Microsoft and their dominance of the > industry, they have crea

Re: [Gambas-user] System information hidden in FAbout

2011-02-27 Thread John Spikowski
On Sun, 2011-02-27 at 21:13 +0100, Matti wrote: > Do we really want to orientate this on the sometimes weird Microsoft's > standards? > Would be nice if it could be found more easily. Matti, Even though you might not like Microsoft and their dominance of the industry, they have created standards

Re: [Gambas-user] System information hidden in FAbout

2011-02-27 Thread Matti
Do we really want to orientate this on the sometimes weird Microsoft's standards? Would be nice if it could be found more easily. Am 27.02.2011 20:57, schrieb Benoît Minisini: >> @ Benoît: >> It took me some time to find out where the system information could be >> found (remembered that I saw i

Re: [Gambas-user] System information hidden in FAbout

2011-02-27 Thread Benoît Minisini
> @ Benoît: > It took me some time to find out where the system information could be > found (remembered that I saw it once, but forgot). > It is very well hidden in the menu "About Gambas", where I never would look > for system infos. > Please, make it a separate menu item in the help menu, or a t

Re: [Gambas-user] DrawArea errors

2011-02-27 Thread Benoît Minisini
> Yes it maybe not correct i try to figure out how to use a drawing area. > Any example, any help? > Since revision #3626, you get some accurate error messages ("Cannot draw outside of Draw event handler") instead of weird warnings and sometimes crashes. Regards, -- Benoît Minisini

Re: [Gambas-user] a Bug in translation modul (gambas2 and gambas3 rev 2620)

2011-02-27 Thread Benoît Minisini
> > Salut Benoît, > > > > the following string does not appear in the Translation Window . > > > >sText &= ("- if done, press '" & btnOKTextChange & "'") & "" > > > > btnOKTextChange keeps the text of the btnOK->button > > > > Found on my old gambas2 2.20.1 Revision: 2771, and tested > >

[Gambas-user] IconView...bug?

2011-02-27 Thread Federico Leite
I can't change the bakcground of IconView. Would be appropriate to add the background Property ^^ Private Function Background_Read() As Integer Return $hView.Background End Private Sub Background_Write(Value As Integer) $hView.Background = Value End Regards, -- Federico Leite

[Gambas-user] Issue 44 in gambas: GTK+ and Workspace Action_Activate does not match the active.window

2011-02-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 44 by sot...@gmail.com: GTK+ and Workspace Action_Activate does not match the active.window http://code.google.com/p/gambas/issues/detail?id=44 1) Describe the problem. H

[Gambas-user] System information hidden in FAbout

2011-02-27 Thread Matti
@ Benoît: It took me some time to find out where the system information could be found (remembered that I saw it once, but forgot). It is very well hidden in the menu "About Gambas", where I never would look for system infos. Please, make it a separate menu item in the help menu, or a tab in the pr

Re: [Gambas-user] Issue 43 in gambas: Drawing on transparent background doesn't work in gb3

2011-02-27 Thread gambas
Comment #1 on issue 43 by math.e...@t-online.de: Drawing on transparent background doesn't work in gb3 http://code.google.com/p/gambas/issues/detail?id=43 I forgot: as you see in the screenshots, the digits are drawn over each other. What a mess!

[Gambas-user] Issue 43 in gambas: Drawing on transparent background doesn't work in gb3

2011-02-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 43 by math.e...@t-online.de: Drawing on transparent background doesn't work in gb3 http://code.google.com/p/gambas/issues/detail?id=43 1) Describe the problem. Form.Mask=

Re: [Gambas-user] Gambas 2: Tab Strip 'Menu' Question

2011-02-27 Thread Bruce Bruen
Suggest you review your desktop manager settings? On Sunday, February 27, 2011 11:11:45 am nando wrote: > Place a menu on a form with some items on it. > Press F10 and the left most item on the menu is highlighted > > > > -- Original Message --- > From: Benoît Minisini > To: n