[haiku-development] BView::Pulse() not called

  • From: Mauro de Wit <maurodewit@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 3 Nov 2009 14:13:36 +0100

Hi folks,

I'm having trouble receiving a pulse on my BView.

My view extends from BView and sets the flag B_PULSE_NEEDED in the
constructor of the base class.
Nonetheless, the implementation of "virtual void Pulse()" in my own
view is not called. The view is attached to a window.

Am I missing something here? Is each window by default receiving
B_PULSE messages and passing them on to its child views, or is there
some flag I have to set for the window as well?

Any suggestions? I've searched the docs for any clue but it still doesn't work.
Thanks in advance.

Mauro

Other related posts: