Re: [JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-04 Thread Pasi Paasiala
Title: RE: [JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D I think that you have the problem if you open a modal dialog in swing event loop, for example, in a button listener. The ui doesn't update until you have returned from the action. I'd adv

[JAVA3D] AW: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-04 Thread Florin Herinean
erstag, 3. April 2003 12:52 An: [EMAIL PROTECTED] Betreff: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D Sorry, Better with attachments ! Arnaud -Message d'origine- De : Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] De la part de Kevin Glass Envoyé : jeudi 3 av

Re: [JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-03 Thread Brandon
Don't have time to search through your code, but are you creating the canvas at creation time but not at viewing time? In other words you create the dialog and canvas, but you don't show either (you show them later)? In my experience I could never create a canvas3d and not show it, so I always had

[JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-03 Thread Arnaud Forgues
Sorry, Better with attachments ! Arnaud -Message d'origine- De : Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] De la part de Kevin Glass Envoyé : jeudi 3 avril 2003 09:39 À : [EMAIL PROTECTED] Objet : Re: [JAVA3D] RE : [JAVA3D] JDialog and Java3D Most likely this is

[JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-03 Thread Arnaud Forgues
for your help Regards, Arnaud -Message d'origine- De : Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] De la part de Kevin Glass Envoyé : jeudi 3 avril 2003 09:39 À : [EMAIL PROTECTED] Objet : Re: [JAVA3D] RE : [JAVA3D] JDialog and Java3D Most likely this is to do wit

[JAVA3D] RE : [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-03 Thread Arnaud Forgues
nvoyé : jeudi 3 avril 2003 05:03 À : [EMAIL PROTECTED] Objet : Re: [JAVA3D] RE : [JAVA3D] JDialog and Java3D Do both Canvas3D's stop rendering or just the one in the modal JDialog? Which operating system? -Todd Arnaud Forgues wrote: > (actually I have a JFrame with a 3d scene and a

Re: [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-02 Thread Kevin Glass
De la part de Isaac Brobbey > Envoyé : mercredi 2 avril 2003 04:05 > À : [EMAIL PROTECTED] > Objet : Re: [JAVA3D] JDialog and Java3D > > Problems with swing and java3D , try > JPopupMenu.setDefaultLightWeightPopupEnabled(false); > > ToolTipManager.sharedInstance().setLigh

Re: [JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-02 Thread Todd J.
Do both Canvas3D's stop rendering or just the one in the modal JDialog? Which operating system? -Todd Arnaud Forgues wrote: (actually I have a JFrame with a 3d scene and another one which is the JDialog, with another 3d scene. And I would like to have this one on top of the first in modal mode!)

[JAVA3D] RE : [JAVA3D] JDialog and Java3D

2003-04-02 Thread Arnaud Forgues
another 3d scene. And I would like to have this one on top of the first in modal mode!)   -Message d'origine- De : Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] De la part de Isaac Brobbey Envoyé : mercredi 2 avril 2003 04:05 À : [EMAIL PROTECTED] Objet : Re: [JAVA3D] JDialo

Re: [JAVA3D] JDialog and Java3D

2003-04-02 Thread Isaac Brobbey
sion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Arnaud Forgues Sent: Wednesday, April 02, 2003 2:09 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] JDialog and Java3D   Hello Guys,   I am trying to insert a 3d scene into a swing component JDialog. This works well while I set the ‘m

[JAVA3D] JDialog and Java3D

2003-04-02 Thread Arnaud Forgues
Hello Guys,   I am trying to insert a 3d scene into a swing component JDialog. This works well while I set the ‘modal’ parameter to false. However if I set it to true, the dialog frame is frozen and my 3d scene doesn’t render!! I am sorry if it is a well-known problem between swing and