Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #13958

Re: Java7 Applet Status and Event Handlers

Path csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail
From "Richard Maher" <maher_rj@hotspamnotmail.com>
Newsgroups comp.lang.java.programmer, comp.lang.javascript
Subject Re: Java7 Applet Status and Event Handlers
Date Sat, 28 Apr 2012 12:28:23 +0800
Organization HTTP *is* The Box - Let's think outside
Lines 23
Message-ID <jnfrl8$o1d$1@speranza.aioe.org> (permalink)
References <jnbfsm$10q$1@speranza.aioe.org>
NNTP-Posting-Host jOhPn0KFjrxwuMc9OPMmCw.user.speranza.aioe.org
X-Complaints-To abuse@aioe.org
X-MimeOLE Produced By Microsoft MimeOLE V6.00.2900.6157
X-RFC2646 Format=Flowed; Response
X-Notice Filtered by postfilter v. 0.8.2
X-Newsreader Microsoft Outlook Express 6.00.2900.5931
X-Priority 3
X-MSMail-Priority Normal
Xref csiph.com comp.lang.java.programmer:13958 comp.lang.javascript:13657

Cross-posted to 2 groups.

Show key headers only | View raw


"Richard Maher" <maher_rj@hotspamnotmail.com> wrote in message 
news:jnbfsm$10q$1@speranza.aioe.org...
> Hi,
>
> I found the following pages and find them very interesting and useful: -
> http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/applet/appletStatus.html
> http://docs.oracle.com/javase/tutorial/deployment/applet/appletStatus.html
> a good example of use: -
> http://docs.oracle.com/javase/tutorial/deployment/applet/examples/dist/applet_StatusAndCallback/AppletPageUpdatedDuringLoading.html
>

Ok, the onLoad, onError, and Status attributes all seem to do what it says 
on the tin for Applets with Java7 and FireFox, Opera, and even IE. 
Unfortunately on Chrome, document.getElementById("myApplet") still returns 
before the Applet Object has formed enough so Status is "undefined".

Is there anyway to tell Chrome to wait? Does it have it's own onLoad, or 
onReadyStateChange handlers for Applets?

Cheers Richard Maher 

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Java7 Applet Status and Event Handlers "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-04-26 20:42 +0800
  Re: Java7 Applet Status and Event Handlers "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-04-28 12:28 +0800
    Re: Java7 Applet Status and Event Handlers "Richard Maher" <maher_rj@hotspamnotmail.com> - 2012-04-29 18:01 +0800

csiph-web