Hi Andreas,
You wrote:
==========
I have a canvas3d in a JSplitPane and now the divider will not move anymore
because it gets no events when it is dragged over canvas3d. is this another
topic of lightweight/heavyweight or am I just too dumb?
==========
This sounds to me a lot like a light/heavyweight problem. I've thought about it
for a few minutes and I think what I would do in your place is to catch the
mousePressed event and quickly hide the Canvas3D (maybe by giving it
dimensions of 0,0) until you see the matching mouseReleased. This may
look silly, but it has a chance of working. I haven't tried this yet, so don't
sue me if it doesn!
-Carl-
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".