I'm using RB2006R1 and seeing the following behavior:
 2 Column Listbox, column(0) editable, one row of initial data, in the menu 
EditCopy.AutoEnable = False

If I'm editing Cell(0,0) and have no text selection, the edit menu copy menu 
item is still enabled ... is that intended behavior? I would think not as an 
editfield does not behave that way.

If i select the Copy menu while editing a cell with no text selected, what gets 
put on the clipboard is the tab delimited data for the whole row (which I 
definetely do not want in this case!!!) Is that a bug? If  row copying is now 
the default on listbox, should not that be turned off when editing a cell?

BTW is there a supported way that one can tell if one is editing a cell from a 
menuhandler?

I think:

Dim Editing as Boolean = Listbox.ActiveCell.Visble 

works, but it's not documented AFAIK. Can I depend on that?

Thanks,
- karen
_______________________________________________
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>

Reply via email to