On 30.11.01 at 12:01 Piske, Harald wrote: >c) (OK, I meant three things, not two :-)) >if the class-thingy does not work for the window itself, just create a >blank label as your first control, the size of the window - or even larger, >like the size of the desktop, in case somebody resizes your window. Use >that label to intercept mouse clicks on the window.
Hmm, I tried that once before, and it didn't work. Either the label worked and then all widgets below it did not react, or the label was below the other widgets and then the label and its associated event no longer worked. Do you have a small working example? I was using the GUILoft, and its "bring to front/back" options. Thanks, Marcus