On 8/10/06, 闵远洋 <[EMAIL PROTECTED]> wrote: > > I have ported the directFB and lite library to uclinux of arm7 , but i > meet a trouble, when refresh the window and mouse move in the window .the > widget of the lite alaways been cover by bg color . and confused the window > so dirty . I never set the lite_set_current_cursor() to the cur window. It > looks like the default mouse shape of directfb cover the path of the mouse > movtion . > and I occur a interesting thing. It always confusion at the third > bottom of the window ( 240 X 128 ) . about between 85 - 128 height. > I need your help . thank you .
Do you have any overlapping widgets? The LiteBox hierarchy doesn't handle overlapping objects. A child is obviously on top of its parent, but if two sibling LiteBoxes overlap, redraw problems will occur. _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
