Mouse Movement over edittable (OpenInsight 32-bit Specific)
At 14 SEP 2004 06:53:30AM Godfrey Farrugia wrote:
I can capture mouse movements over Window and most controls except edittables, using QUALIFY_EVENT in the Window's CREATE and then in the individual controls.
Is there any reason why this is not firing on edittables?
At 14 SEP 2004 07:55AM support@sprezzatura.com wrote:
http://www.revelation.com/__85256DB80017688B.nsf/0/B0970A97268C025385256DA90045C65E?Open should provide pointers…
support@sprezzatura.com
The Sprezzatura Group Web Site
World Leaders in all things RevSoft
At 14 SEP 2004 08:18AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Godfrey,
What message are you trying to use? The Edit Table is actually a wrapper around a low level control called a "Data Table", and that doesn't pass on all it's messages to the Edit Table wrapper, which is what you interact with in OI.
Try qualifying the WM_SETCURSOR message for the edit table and looking at the wParam adnd lParam arguments for additional info.
World Leaders in all things RevSoft