[openbeos] Re: BBox bug

when using B_DRAW_ON_CHILDREN both Draw() & DrawAfterChildren() are called 
after the children are drawn!
In Draw(), I fill the whole view with a color, and that hides all the 
children.

And regarding, flickering when using B_FULL_UPDATE_ON_RESIZE...it's actually 
a bit faster than using Invalidate() in FrameResized() when the view color is 
set to B_TRANSPARENT_COLOR...but the question is what does the original BBox 
do, it doesn't flicker at all??

Thanks to all who replied...
Mahmoud

>On Sat, 26 Jul 2003 01:04:26 +0300 Mahmoud Al Gammal <obos@xxxxxxxxxxx>
> wrote:
>[...]
>> Oh, and btw, BView::DrawAfterChildren() isn't called by the app 
>> server, is 
>> it?

>The magic flag is B_DRAW_ON_CHILDREN.

>CU, Ingo


Other related posts: