Stephan wrote:
Can I put checkboxes into a listview? Not the default one that comes with listview, but the real checkbox widgets.

I once tried putting a Textfield on top of a ListView with little success. Apart from the ListView wanting to redraw itself on top of the Textfield (I think it was), the events triggered by the ListView made things so messy I abandoned that idea.

I would be very interested in your solution if you can make it work.


BTW, I looked into the ListView native checkboxes a little when doing the Cluster stuff in The GUI Loft.

I discovered that the checkboxes have no support for getting/setting values using Win32::GUI. You'll have to do that yourself, which turned out to be a little tricky (which, in turn, made me take a lateral design decision and go with bitmaps (the eyes) instead :)

http://www.bahnhof.se/~johanl/perl/Loft/manual.html#clusters


/J

------ ---- --- -- -- -- -  -   -    -        -
Johan Lindström                    Boss Casinos
Sourcerer                     [EMAIL PROTECTED]
                 http://www.bahnhof.se/~johanl/
If the only tool you have is a hammer,
everything tends to look
like a nail


Reply via email to