realbasic-nug
[Top] [All Lists]

Re: Clarification - Listbox and Checkbox

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Clarification - Listbox and Checkbox
From: Terry Ford <tmford at shaw dot ca>
Date: Fri, 28 Jul 2006 19:44:25 -0700
Cc: Charles Kelley <ckelley at lrcm dot usuhs dot mil>
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <56591 dot 131 dot 158 dot 15 dot 147 dot 1154105925 dot squirrel at mail dot lrc dot usuhs dot mil> <4DA01311-CB1F-48BB-B6EC-9BFCDE5A8F93 at shaw dot ca>

On Jul 28, 2006, at 7:28 PM, Terry Ford wrote:

FYI. If the mouse is clicked outside the checkbox the CellClick event will be fired. If the mouse is clicked inside the Checkbox the CellClick event will be fired and then the CellAction event will be fired.

I should also add that if the mouse is clicked outside the checkbox, the row is selected (Highlighted). However, if the mouse is clicked *inside* the checkbox, the row will *not* be selected (Highlighted) and the last row selected will remain.

If you want both checkboxes and rows selected then you will have to add that to your for...next loop.

ListBox1.Selected(every)=True

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>