On Dec 28, 2006, at 11:30 AM, Terry Ford wrote:
On Dec 28, 2006, at 10:18 AM, Chuck Pelto wrote:
On Dec 28, 2006, at 11:08 AM, Terry Ford wrote:
On Dec 28, 2006, at 10:02 AM, Chuck Pelto wrote:
Right now there are no associated records in the system. I'm
clicking on a row that is empty of data.
Is that the problem?
Yes.
Okay.....
....how would one implement a system that can detect a DoubleClick
on an empty row?
A feature request here; CellClicks and DoubleClicks should be
detectable on empty rows.
Mere MouseDown seems to detect such an event in an empty cell. It
should not be too difficult to have that happen for CellClick and
DoubleClick.
I think you are confusing an empty row of a ListBox with a non-
existing row. There are ways to detect these using the MouseDown
event but you'll have to code them yourself. You can also use the
MouseDown event for detecting clicks in Editable Cells.
I can see where the MouseDown can detect a non-existing row. How can
we get it to detect a DoubleClick in an non-existing row?
If you like, I'll send you an example off list (No attachments
allowed in the lists). You (or anyone else) can write me directly
if you are interested.
I'll accept any advice you can provide in order to avoid unusually
cumbersome code.
Regards,
Chuck
_______________________________________________
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>