[JAVA3D] AW: [JAVA3D] RestrictedAccessException ? in removeAllChildren()!

2003-03-11 Thread Florin Herinean
: [EMAIL PROTECTED] Betreff: [JAVA3D] RestrictedAccessException ? in removeAllChildren()! Dear friends, I tried to remove all children by pressing a button, so this is the codes changed from demo/AWT_interaction/AWTInteractionBehavior.java : [/CODES] private BranchGroupBG; ... public void

[JAVA3D] RestrictedAccessException ? in removeAllChildren()!

2003-03-11 Thread tony Lincoln
Dear friends, I tried to remove all children by pressing a button, so this is the codes changed from demo/AWT_interaction/AWTInteractionBehavior.java : [/CODES] private BranchGroupBG; ... public void processStimulus(Enumeration criteria) { angle += Math.toRadians(10.0);

Re: [JAVA3D] RestrictedAccessException

2002-06-06 Thread Alessandro Borges
Marcel Almeida To: [EMAIL PROTECTED] Sent: Thursday, June 06, 2002 1:33 PM Subject: [JAVA3D] RestrictedAccessException Why the  instruction at Test.createCanvasPanel(Test.java:52), generate a RestrictedAccessException (javax.media.j3d.RestrictedAccessException: Gro

Re: [JAVA3D] RestrictedAccessException

2002-06-06 Thread FABIO ROBERTO MIRANDA
Marcel > Why the instruction at Test.createCanvasPanel(Test.java:52), > generate a = > RestrictedAccessException > (javax.media.j3d.RestrictedAccessException: Group: only a > BranchGroup = > node may be added ), > if the variable component is a BranchGroup ? > component.addChild(new Sphere

[JAVA3D] RestrictedAccessException

2002-06-06 Thread Marcel Almeida
Why the  instruction at Test.createCanvasPanel(Test.java:52), generate a RestrictedAccessException (javax.media.j3d.RestrictedAccessException: Group: only a BranchGroup node may be added ), if the variable component is a BranchGroup ? Why the first addChild(Sphere) don't generate this except

Re: [JAVA3D] RestrictedAccessException: Group: only a BranchGroupnode may beremoved

2000-12-11 Thread Dipl. Ing. Paul Szawlowski
As the xception states: Only BranchGroups can be added or removed. A TransformGroup is not a BranchGroup only inherited from Group (easy to overlook). What you have to do is add the TransformGroup you want to add/remove to a BranchGroup. This BranchGroup can then be removed and added. Claus Go

[JAVA3D] RestrictedAccessException: Group: only a BranchGroup node may be removed

2000-12-10 Thread Claus Goettfert
Hi, we have currently a problem removing TransformGroup from other TransformGroups; at certain code elements with a certain TransformGroup we get the error message stated in the subject. We also can't add a another TransformGroup. Please help us! The code in question is attached below. < ---

Re: [JAVA3D] RestrictedAccessException - VRMLloader

2000-11-24 Thread Tina Manoharan Valappil
pabilities: What is this > thing?"); > } > } > } > > Ole Vilmann > Danish Maritime Institute > > -Original Message- > From: Tina Manoharan Valappil [mailto:[EMAIL PROTECTED]] > Sent: 23. november 2000 21:14 > To: [EMAIL PROTEC

Re: [JAVA3D] RestrictedAccessException - VRMLloader

2000-11-24 Thread #LAW YEE WEI#
EMAIL PROTECTED]] Sent: Friday, November 24, 2000 4:14 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] RestrictedAccessException - VRMLloader Dear all, this is a part of my scene graph TG | BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND) To this I

Re: [JAVA3D] RestrictedAccessException - VRMLloader

2000-11-23 Thread Ole Vilmann
Sent: 23. november 2000 21:14 To: [EMAIL PROTECTED] Subject: [JAVA3D] RestrictedAccessException - VRMLloader Dear all, this is a part of my scene graph TG | BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND) To this I am adding a scenegraph

[JAVA3D] RestrictedAccessException - VRMLloader

2000-11-23 Thread Tina Manoharan Valappil
Dear all, this is a part of my scene graph TG | BG (ALLOW_CHILDREN_WRITE & ALLOW_CHILDREN_EXTEND) To this I am adding a scenegraph dynamically with VRMLloader. The new additions to it are BG (from VRMLloader) |