[JAVA3D] j3dsharedctx

2000-02-19 Thread Janet Song
Hi Julian I tried putting it in the init() still the exception... i tried it in the Text2D example in the demo/Text2D folder.. i attach the file... plz run it and see whether u can solve the problem.. thx... bye Yours sincerely Janet

Re: [JAVA3D] j3dsharedctx

2000-02-17 Thread Janet Song
:[EMAIL PROTECTED]] Sent: Wednesday, February 16, 2000 11:54 PM To: [EMAIL PROTECTED] Subject:Re: [JAVA3D] j3dsharedctx hi janet, i had similar problems when calling setProperty() too late. perhaps it helps if you do not call it in the constructor, but in the applet's init() or

Re: [JAVA3D] j3dsharedctx

2000-02-16 Thread Julian Scheid
Wednesday, February 16, 2000 3:26 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] j3dsharedctx Hi... i'm using java3d1.2beta1 and java1.2.2 when i put System.setProperty("j3d.sharedctx","false"); in the constructor of my program, the Text2D get displayed correctly in

Re: [JAVA3D] j3dsharedctx

2000-02-16 Thread Vladimir Olenin
U can't set properties (and even read most of them) from inside the applet. I guess u should either manually set the property before running the applet or set appropriate permissions using policytool. vladimir -=V=- >---<=>---< Join in Java community now! http://J

[JAVA3D] j3dsharedctx

2000-02-16 Thread Janet Song
Hi... i'm using java3d1.2beta1 and java1.2.2 when i put System.setProperty("j3d.sharedctx","false"); in the constructor of my program, the Text2D get displayed correctly in an application. However when i run it as an applet and exception occurs. Any ideas how i can solve this? Thanks Your