"Please wait while loading" message

  • Thread starter Thread starter Stitson
  • Start date Start date
S

Stitson

Hello,

In FP 98, I have placed a Java applet for a crossword puzzle on a
page, which now takes a little time to display on the net. Is it
possible to place a display message on the page where the crossword
should appear, such as "Please wait while crossword is loading", which
should disappear when it loads? Or are these kinds of messages
already built into the applet software?

Thanks,

Roger Stitson.
 
Java apps may never load on some people's machines because the newer ms os don't include JVM (java virtual machine) - those people will have to download JVM from Sun's website.


| Hello,
|
| In FP 98, I have placed a Java applet for a crossword puzzle on a
| page, which now takes a little time to display on the net. Is it
| possible to place a display message on the page where the crossword
| should appear, such as "Please wait while crossword is loading", which
| should disappear when it loads? Or are these kinds of messages
| already built into the applet software?
|
| Thanks,
|
| Roger Stitson.
|
 
Sorry, that's not an answer to the question I asked. In fact the Java
applet I speak of only reqires Java 1.1 to be installed on users'
machines, which is quite old. So far everyone who has accessed the
page can load and view it.

Roger Stitson
 
1) Java applets do not have preloads since they write direct to screen
2) It doesn't matter what version of JAVA
If the user does not have a JAVA engine (read most Win XP users), or has JAVA blocked for security reasons (most corporate firewalls
block it) they will see nothing
--




| Sorry, that's not an answer to the question I asked. In fact the Java
| applet I speak of only reqires Java 1.1 to be installed on users'
| machines, which is quite old. So far everyone who has accessed the
| page can load and view it.
|
| Roger Stitson
|
|
| On Mon, 17 May 2004 20:27:49 -0700, =?iso-8859-1?Q?Crash_Gordon=AE?=
|
| >Java apps may never load on some people's machines because the newer ms =
| >os don't include JVM (java virtual machine) - those people will have to =
| >download JVM from Sun's website.
| >
| >
| >| >| Hello,
| >|=20
| >| In FP 98, I have placed a Java applet for a crossword puzzle on a
| >| page, which now takes a little time to display on the net. Is it
| >| possible to place a display message on the page where the crossword
| >| should appear, such as "Please wait while crossword is loading", which
| >| should disappear when it loads? Or are these kinds of messages
| >| already built into the applet software?
| >|=20
| >| Thanks,
| >|=20
| >| Roger Stitson.
| >|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top