[interfacekit] Re: A little help... (2)
- From: Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Sun, 16 Mar 2003 20:00:08 +0100 (MET)
On Sun, 16 Mar 2003, Axel =?iso-8859-1?q?D=F6rfler ?= wrote:
>
> "Adi Oanca" <e2joseph@xxxxxxxxxx> wrote:
> > 1)
> > Can someone tell me something about this private method
> > void BWindow::set=5Ffocus(BView* focus, bool notify=5Finput=5Fserver);
> > why, sometimes, input=5Fserver must be notified=3F=3F
>
> Maybe the input server directly sends mouse-moved messages to the view,
> without app=5Fserver interaction=3F
> Then, it would need to be told to which handler it has to send the
> messages.
The key and mouse messages don't have a reply info
(cf. http://tfs.cs.tu-berlin.de/~bonefish/private/input-test.cpp).
But with a valid BApplication -- as for the input server -- this is not
easy to achieve, since when passed a bad reply handler/messenger the
standard message sending methods use the app messenger instead.
CU, Ingo
- References:
- [interfacekit] Re: A little help... (2)
- From: Axel =?iso-8859-1?q?D=F6rfler
Other related posts:
- » [interfacekit] A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- » [interfacekit] Re: A little help... (2)
- [interfacekit] Re: A little help... (2)
- From: Axel =?iso-8859-1?q?D=F6rfler