On 2/9/07, Peter K. Stys <[EMAIL PROTECTED]> wrote:
I have a list box with several columns, 2 of which are editable.  When
I double-click an editable cell to make it active (text selected),
then push a test button with myListBox.DeleteAllRows, all rows are
deleted except the text in the cell that was editable remains visible
in the listbox.

This only happens in RB2007r1; same code recompiled with RB2006r4 does
not exhibit this anomaly.

Has anyone seen this and how do I delete all rows AND make the
selected text disappear as well.

It sounds like a workaround that sets the focus on the containing
window (to clear the editcell focus) before your call to DeleteAllRows
might be in order.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to