how do i use "hasCheckBoxes" in multi list view

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how do i use "hasCheckBoxes" in multi list view

Theo Pronk
Hi,

I'm trying to present a list of all Items that can be checked. Any that
are check will be considered as belonging to a specific Object (eg
customer) and added to their Item list.

But I'm having problems working out how to use the multi column list
features for this. I've changed the "hasCheckBoxes" to true, however no
check boxes show when I open the view (the text does).

Anyone have any examples or hints?

Thanks,
Theo

( [hidden email] )


Reply | Threaded
Open this post in threaded view
|

Re: how do i use "hasCheckBoxes" in multi list view

Steve Alan Waring
Theo wrote:

> Hi,
>
> I'm trying to present a list of all Items that can be checked. Any
> that are check will be considered as belonging to a specific Object
> (eg customer) and added to their Item list.
>
> But I'm having problems working out how to use the multi column list
> features for this. I've changed the "hasCheckBoxes" to true, however
> no check boxes show when I open the view (the text does).
>
> Anyone have any examples or hints?

Hi Theo,

I have a sample that implements checkboxes for ListViews. It subclasses
ListView and adds a getCheckBlock to get the state of the checkbox for each
item in the listModel.

It is heavily based on Chris Uppal's ListTreeView, and requires his CU
ListTree package as a prerequiste, as it uses a number of the loose methods
that Chris added. You can download this from:

  http://www.metagnostic.org

My package can be downloaded from:


http://www.stevewaring.net/blog/articles/checkListView/SWCheckListView_5.0.0
.zip

Install the "SW Check ListView Sample.pac" for the example.

Steve

--
Steve Waring
Email: [hidden email]
Journal: http://www.stevewaring.net/blog/home/index.html