Hello BlackBoxers. Good evening.
I have had another doubt. I'd like how to know if a view gets (or reaches) the focus. I supposed it should be with a message handled with the HandleCtrlMsg (or any other handler).But which is the message?. Perhaps a PollFocusMsg?. But that message gives me the frame, not the view, and what I need is the view. If I have to use that PollFocusMsg, and I get the current focused frame, how could I get the view where that frame is "embedded"?. I have seen the procedure Controllers.FocusView() and all so, but they don't serve me, because I don't want to know which is the current view. I want to know when "my view" gets (or looses) the focus.
Regards and thank you in advance.
Hector
Received on Wed Nov 27 2002 - 15:49:06 UTC