Re: [Gambas-user] Background/Foreground

2008-07-17 Thread serge bouc
> > On mercredi 16 juillet 2008, serge bouc wrote: > > > >> > On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> > > >> > wrote: > >>> > >>> > > Hello Gambas, >>> > >>> > > >>> > >>> > > Pardon me for asking again this question : >>> > >>> > >

Re: [Gambas-user] Background/Foreground (Benoit Minisini)

2008-07-16 Thread Benoit Minisini
On mercredi 16 juillet 2008, serge bouc wrote: > >> > On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote: > >>> > > Hello Gambas, > >>> > > > >>> > > Pardon me for asking again this question : > >>> > > > >>> > >b is a button, with text. > >>> > > "b.background=my_color" wo

Re: [Gambas-user] Background/Foreground (Benoit Minisini)

2008-07-16 Thread serge bouc
> >> > >> > On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote: >> >>> > > Hello Gambas, >>> > > >>> > > Pardon me for asking again this question : >>> > > >>> > >b is a button, with text. >>> > > "b.background=my_color" works fine : b is now surrounded with >>> > > "m

Re: [Gambas-user] Background/Foreground (M0E Lnx)

2008-07-09 Thread serge bouc
> [EMAIL PROTECTED] a écrit : > Message: 3 Date: Wed, 9 Jul 2008 16:05:37 -0500 From: "M0E Lnx" > <[EMAIL PROTECTED]> Subject: Re: [Gambas-user] Background/Foreground > To: "mailing list for gambas users" > Message-ID: > <[EMAIL PROTECTED]&g

Re: [Gambas-user] Background/Foreground

2008-07-09 Thread Benoit Minisini
On mercredi 09 juillet 2008, M0E Lnx wrote: > instead of using the background and foreground, try using the > Backcolor and Forecolor properties > > b.backcolor = color.selected > b.forecolor = color.black > > On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote: > > Hello Gambas, >

Re: [Gambas-user] Background/Foreground

2008-07-09 Thread M0E Lnx
instead of using the background and foreground, try using the Backcolor and Forecolor properties b.backcolor = color.selected b.forecolor = color.black On Wed, Jul 9, 2008 at 3:57 PM, serge bouc <[EMAIL PROTECTED]> wrote: > Hello Gambas, > > Pardon me for asking again this question : > >b is

[Gambas-user] Background/Foreground

2008-07-09 Thread serge bouc
Hello Gambas, Pardon me for asking again this question : b is a button, with text. "b.background=my_color" works fine : b is now surrounded with "my_color" "b.foreground=my_color" turns text on b to black, whatever my-color. What am I missing ? Thanks for any help. Serge. gambas2/