Hi,
When right-clicking on an editline which has no focus, first the editline gets focus and selected, then a contextmenu pops up.
When I try the same for an edittable which has no focus, and I have created a contextmenu for it, I expect the same to happen. It doesn't.
Is this normal behaviour or am I missing something?
Ed Keeman
Ed,
This is 'normal' behaviour. We wrote a function to handle this for us by trapping the WM_RBUTTONDOWN windows message and then working out which cell was underneath the cursor and setting SELPOS. The same issue arises with Listboxes too.
It would be neat if OI handled this for us however as I believe that's the way the other Windows common controls work…
How about putting an entry on the bug tracker?
World leaders in all things RevSoft