Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 04 NOV 1998 04:37:42PM Greg James, ISIS, Inc. wrote:

Can Send_Message(QUALIFY_EVENT) be used with WM_MOUSEMOVE$ to send cursor position messages from an MDI Child form to its frame (owner)?

I have tried specifying the frame as the recipient of the message in the child form's create event with no success.

Any ideas?


At 04 NOV 1998 05:34PM Mike Ruane, WinWin Solutions Inc. wrote:

Greg-

Have you tried with X,Y coordinates, relative to the MDI child area?

Mike


At 05 NOV 1998 04:48AM cpates@sprezzatura.com,[url=http://www.sprezzatura.com]Sprezzatura Ltd[/url] wrote:

Greg,

AFAIK QUALIFY_EVENT will only return WINMSG messages to the window which it was sent to by Windows in the first place.

So if you captured the WM_MOUSEMOVE in the child window you could then pass the data on to your MDIFrame in some way.

cpates@sprezzatura.com

Sprezzatura Ltd

World Leaders in all things RevSoft


At 05 NOV 1998 10:49AM Greg James, ISIS, Inc. wrote:

Carl & Mike –

Thanks for the help.

I was trying to use:

Send_Message(Frame_Name,'QUALIFY_EVENT',WM_MOUSEMOVE$,TRUE$)

in the child form's create event, and this wasn't working. I tried Carl's suggestion and used

Send_Message(Child_Name,'QUALIFY_EVENT',WM_MOUSEMOVE$,TRUE$) and then did my frame processing in the child's WINMSG event.

gjames@cyberhighway.net onmouseover=window.status=email greg james;return(true)"

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/1d8f092bf15a5303852566b20076cedb.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1