This works for us as well...thanks a lot :-)

Can anyone else help with numbers (1) or (3) ? The flashing problem is
pretty rude and our newest build
was rejected by the configuration management team because of it...ouch!

Gregg


----------
From:  Daniel Selman[SMTP:[EMAIL PROTECTED]]
Sent:  Monday, November 22, 1999 10:30 AM
To:  [EMAIL PROTECTED]
Subject:  Re: [JAVA3D] 3-in-1

Greg,

I can only help with one of them I'm afraid. The trick for ToolTips is:

// tell Swing to watch out for nested heavy weight components.
JPopupMenu.setDefaultLightWeightPopupEnabled( false );
ToolTipManager.sharedInstance().setLightWeightPopupEnabled( false );

Note that the compiler complains this method is deprecated, but I haven't
found a replacement.

Sincerely,

Daniel Selman

[EMAIL PROTECTED]
http://www.tornadolabs.com


-----Original Message-----
From: Discussion list for Java 3D API
[mailto:[EMAIL PROTECTED]]On Behalf Of Hock, Gregg
Sent: 22 November 1999 09:41
To: [EMAIL PROTECTED]
Subject: [JAVA3D] 3-in-1


Hi,
Here are 3 questions all wrapped up in this one posting...Simple but these
buggers have been a real headache for me.....

(1).    Swing and Canvas3D
        Is there a fix for the flashing that occurs when using a swing
container
      (i.e. Jframe, Japplet) menubar pulldown that "pops" on top of a
Canvas3D?

(2). Swing and Canvas3D
        How does one get tooltips to show up if they are active for a
toolbar
        appearing on top of a Canvas3D?  Do you have to do something like
the
JPopupMenu.setDefaultLightWeightPopupEnabled(false) setting used for a
JMenu?

(3).  Netscape (4.7) and Java Plugin(1.2.2_01) on Solaris (2.7)
        Why does the plugin die when the browser window is resized?  I get
the
         same behavior with the J3D demos as we get with our applet.  The
Netscape
         subprocess diagnostic window reads as follows:

         Plugin: Java vm process has died
         Could not send request. Child vm probably dead.
         Could not send request. Child vm probably dead.


Thanks,
Gregg Hock
:-)

===========================================================================
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".

===========================================================================
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".

===========================================================================
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".

Reply via email to