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 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 value)
>> Column3 will have an interger value (could also use string... not
>> necessarily interger)
>>
>> The idea is to create a list of items... say file names to copy to some
>> location
>>
>> This window would copy all the files that have the checkbox set to
>> TRUE on column1
>>
>> I know the gridview and tableview are not container objects, so I
>> can't create a checkbox into either one of them
>>
>> Does anyone have any idea how this could be done?
>>
>
> For checkboxes, I use two pictures and the mouse events.
>
> Regards,
>
> --
> Benoit Minisini
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to