Seg, 2009-02-09 ?s 21:23 +0000, Jo?o Ricardo Louren?o escreveu:
> A simple update.
>
> I've fixed most issues I found. For instance, we were processing the
> click on PUSH and not RELEASE, that was causing some problems and The
> issue I talked about earlier (working while not visible).
>
> I've got a working tooltip, added to CustTabGroup.
>
> The only problem is drawing into the button. Should I use an image (or
> multiple images, mouseover, etc...)? Should I add a cross ('X') to it?
>
> Adding a cross is easy, adding an image involves digging some more but
> it is obviously doable.
>
> Thanks,
>
> Jo?o
Oh, not to mention preventing tabs from going over the button.
However, I was testing multiple clicks on the button and it seems that
dragging the pressing, dragging and quickly releasing the mouse button
makes the events not reach its destination - I'm guessing a DRAG
messages is being sent, we have to prevent for that too.
Jo?o