I'm having a problem with the ConstructContextualMenu event in a listbox. The problem is that I need to know which cell the user clicked in, and that event only gives me x,y coordinates. I did a little testing and found that the CellClick event is called before the ConstructContextualMenu event, and it has row and column coords. So I thought I would just save the row and column and use them when the ConstructContextualMenu event fired. That works - except when the cell the user clicks in happens to be the listbox.ActiveCell - i.e. that cell is being edited via a listbox.EditCell(row, column) call. When that is the case, the CellClick event does not fire. Is this a bug? _______________________________________________ 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>
