Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-16 Thread Benoit Minisini
On mercredi 15 octobre 2008, M0E Lnx wrote: > Maybe another gb.gtk bug here, but the picture is not changing when I > click on your example project here. > It's a bug: the cell is not refreshed. Just call the Refresh() method on the GridView cell as a temporary workaround. Regards, -- Benoit M

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-16 Thread Stefano Palmeri
Il mercoledì 15 ottobre 2008 20:14:36 Joshua Higgins ha scritto: > To Stefano: your example raises a signal 11 for me so I can't check whether > it works (Gambas 2.5). > I'm using Gambas 2.8.2, under KDE (so it uses gb.qt, I suppose). Here it works. Bye, Stefano > On Wed, Oct 15, 2008 at 6:

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-15 Thread Joshua Higgins
To Stefano: your example raises a signal 11 for me so I can't check whether it works (Gambas 2.5). On Wed, Oct 15, 2008 at 6:25 PM, M0E Lnx <[EMAIL PROTECTED]> wrote: > Maybe another gb.gtk bug here, but the picture is not changing when I > click on your example project here. > > I guess what I r

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-15 Thread M0E Lnx
Maybe another gb.gtk bug here, but the picture is not changing when I click on your example project here. I guess what I really mean is I'd like to have the hability to use the grid as a container for other objects such as checkboxes and comboboxes. On Wed, Oct 15, 2008 at 10:58 AM, Stefano Pa

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-15 Thread Stefano Palmeri
Il mercoledì 15 ottobre 2008 14:36:31 M0E Lnx ha scritto: > But can you put this in a gridview? > Attached a little example. > > On Tue, Oct 14, 2008 at 5:37 PM, Benoit Minisini > > <[EMAIL PROTECTED]> wrote: > > On mardi 14 octobre 2008, M0E Lnx wrote: > >> Here is what I'd like to do... Not s

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-15 Thread Stefano Palmeri
Il mercoledì 15 ottobre 2008 14:36:31 M0E Lnx ha scritto: > But can you put this in a gridview? > > > On Tue, Oct 14, 2008 at 5:37 PM, Benoit Minisini > > <[EMAIL PROTECTED]> wrote: > > On mardi 14 octobre 2008, M0E Lnx wrote: > >> Here is what I'd like to do... Not sure how to do it or if it is >

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-15 Thread M0E Lnx
But can you put this in a gridview? On Tue, Oct 14, 2008 at 5:37 PM, Benoit Minisini <[EMAIL PROTECTED]> wrote: > On mardi 14 octobre 2008, M0E Lnx wrote: >> Here is what I'd like to do... Not sure how to do it or if it is possible >> at all >> >> I want to have an object like a gridview or table

Re: [Gambas-user] How to nest a checkbox into a gridview's field

2008-10-14 Thread Benoit Minisini
On mardi 14 octobre 2008, M0E Lnx wrote: > Here is what I'd like to do... Not sure how to do it or if it is possible > at all > > I want to have an object like a gridview or tableview where I can have > at least 3 columns > > Column1 will have a checkbox (boolean) value > Column2 will have a string

[Gambas-user] How to nest a checkbox into a gridview's field

2008-10-14 Thread M0E Lnx
Here is what I'd like to do... Not sure how to do it or if it is possible at all I want to have an object like a gridview or tableview where I can have at least 3 columns Column1 will have a checkbox (boolean) value Column2 will have a string value (could be a textlabel or just the field's .text