ToolTipManager  setLightWeightPopupEnabled(false) does not work anymore ON
JDK1.3rc1!!

Hi everyone,
i have launched a bug submission to the bug parade
The full detail is as follow, I am still keen on extra information if you
got any

description: java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-T)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)

using java3D, i am mixing light/heavyweight component..no choice there
To have tooltips on top of my Canvas3D component, I used to call::

      ToolTipManager ttm = ToolTipManager.sharedInstance();
      ttm.setLightWeightPopupEnabled(false);
and everything was fine while using jdk1.2.*

After moving to JDK1.3 rc1 tooltips are not displayed at all, even when on
top
of lightweight components: basically, no tooltip are available at all.
(Actually there is a flickering at the tooltip place but ..)

No code added as this is part of a bigger app, but if you have problem
reproducing this, I can send you something;
just add the
      ToolTipManager ttm = ToolTipManager.sharedInstance();
      ttm.setLightWeightPopupEnabled(false);
lines at the start of any app with tooltips and you will see the symptoms
Please Note:

the popup menus forced to be heavyweight are still working correctly

OSversion: win_nt_4.0

subcategory: classes_swing

synopsis: ToolTipManager  setLightWeightPopupEnabled(false) does not work
anymore

severity: 2

hardware: x86

dateCreated: February 2, 2000 2:16:51 PM



Olivier Fillon    Minestar Project
[EMAIL PROTECTED]  Mincom Limited
Ph.+61-7-3303-3344               61 Wyandra Street
Fax+61-7-3303-3232               Teneriffe Qld. 4005.
Australia
Company home page: http://www.mincom.com/
Personal home page: http://www.powerup.com.au/~fillon
--- A word from our sponsor ---
This transmission is for the intended addressee only and is confidential
information. If you have received this transmission in error, please delete
it and notify the sender. The contents of this E-mail are the opinion of the
writer only and are not endorsed by Mincom Limited unless expressly stated
otherwise.

--
-----Original Message-----
From: Olivier fillon <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, February 02, 2000 1:43 PM
Subject: [JAVA3D] tooltips hidden by canvas3d ON JDK1.3rc1!!


>Hi everyone,
>my tooltips used to work when using the now famous but maybe now defunct:
>:
>
>      ToolTipManager ttm = ToolTipManager.sharedInstance();
>      ttm.setLightWeightPopupEnabled(false);
>
>
>With JDK1.3 rc1 they are not displayed..
>anyone else with this problem, any solution from Sun guys???
>Please note that the popup menus are still working correctly
>
>
>Olivier Fillon    Minestar Project
>[EMAIL PROTECTED]  Mincom Limited
>Ph.+61-7-3303-3344               61 Wyandra Street
>Fax+61-7-3303-3232               Teneriffe Qld. 4005.
>Australia
>Company home page: http://www.mincom.com/
>Personal home page: http://www.powerup.com.au/~fillon
>--- A word from our sponsor ---
>This transmission is for the intended addressee only and is confidential
>information. If you have received this transmission in error, please delete
>it and notify the sender. The contents of this E-mail are the opinion of
the
>writer only and are not endorsed by Mincom Limited unless expressly stated
>otherwise.
>
>--
>
>===========================================================================
>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