I do have a window with several controls.
What is the way to catch mouse move on windows level.
I would like to open a charmbar if you move to the right border.
Do I have to detect mouse move for each control or is there another way to get oWnd:bMMoved.
Thanks in advance
Otto

What is the way to catch mouse move on windows level.
I would like to open a charmbar if you move to the right border.
Do I have to detect mouse move for each control or is there another way to get oWnd:bMMoved.
Thanks in advance
Otto
::oGrpView:bMMoved   := { |y,x | msginfo("y" + str(y) + "---" + "x" + str(x) )}
::oBar:bMMoved   := { |y,x | msginfo("oBar y" + str(y) + "---" + "x" + str(x) )}