Hello Med.

I think that you can do that without changing anything in mse.

With theobject.setfocus() + theform.onmouseevent().

You just have to know the area of frame.caption (but you know now how to get
his height + width).

Pseudo code:

procedure tmainfo.onmouseev(const sender: twidget; var ainfo:
mouseeventinfoty);
begin
if mouseclick_is_in_ frame.caption_area then theobject.setfocus();
end;

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to