From owner-freebsd-java Tue Oct 5 15:26:42 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.hurontel.on.ca (mail.hurontel.on.ca [216.46.129.11]) by hub.freebsd.org (Postfix) with ESMTP id D2416156AB for ; Tue, 5 Oct 1999 15:26:16 -0700 (PDT) (envelope-from kevin.v@BinaryDesign.on.ca) Received: from BinaryDesign.on.ca (dial-225.hurontel.on.ca [216.46.128.225]) by mail.hurontel.on.ca (8.9.3/8.9.3) with ESMTP id SAA04722; Tue, 5 Oct 1999 18:25:30 -0400 (EDT) Message-ID: <37FA7A85.B03D7166@BinaryDesign.on.ca> Date: Tue, 05 Oct 1999 18:24:05 -0400 From: Kevin Venkiteswaran X-Mailer: Mozilla 4.6 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Cc: Chameleon Subject: Re: reloading applet References: <3.0.32.19991005094017.016902b0@mail.wavefire.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm having a problem with a java applet, and i was wondering if neone here could help me... > the applet is embeded in a page, and when the page is resized, it dies. > does neone know how to force a browser to do a or a ?? In most browsers, when the window is resized it calls stop() on all applets, then start() again. make sure any code that is in those methods can be called multiple times (at unexepected times) and still work. good luck, kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message