Just a small question about the mouse event flow through the widget tree.
First, the problem :
- I've got a window widget that contains multiples childs (like text
widget or buttons ...), and I want to change the Background property
when the mouse is over the window and restore it on exit. But the
mouseEnter() or mouseExit() methods are called on the Window only if
there is no other widget inside, else the child widget catch the event.
Then is there at present a simple way to solve this problem ? Else the
Widget event catching methods can pass the event to there parent if they
have, but it could be a little heavy ;)
Any idea ?
Bo
Else it seems to be ok for the SF ML no ?