Right Mouse Click in Edit Tables (OpenInsight)
At 13 FEB 2000 04:59:20PM Kevin Bolitho wrote:
I am trying to add a right mouse click menu to window controls so that each contol can have the likes of "options" and "properties" etc accessable from a right click. I have looked at the notes supplied by revtech and have right click working from all controls (that I am interested in) EXCEPT edittables. I can not get a right click to work from an edit table. Does anyone know how to do this .
Thanks
At 13 FEB 2000 10:24PM WinWin/Revelation Technical Support wrote:
Kevin-
rv=Send_Message(Control, "QUALIFY_EVENT", "0x7b", 1)
and then check the WINMSG event on the edittable.
Hope it helps-
Mike Ruane