| View previous topic :: View next topic |
| Author |
Message |
server Guest
|
Posted: Wed Nov 02, 2005 5:17 pm Post subject: display message instead of grey box when applet does not loa |
|
|
message unavailable |
|
| Back to top |
|
 |
Jacques Chaurette Guest
|
Posted: Wed Nov 02, 2005 5:17 pm Post subject: Re: display message instead of grey box when applet does not |
|
|
Thanks.
Jacques
"Paul Nichols (TeamB)" <paul (AT) comp (DOT) net> wrote in message
news:436820f2 (AT) newsgroups (DOT) borland.com...
| Quote: | "Jacques Chaurette" <jacques.chaurette (AT) sympatico (DOT) ca> wrote in message
news:4367dc2d$1 (AT) newsgroups (DOT) borland.com...
Hello all, is it possible to show a message with a hyperlink instead of
the
grey box when an applet does not load?
Thanks
Jacques
Not sure how you woud do this from an applet, if the user does not have a
jvm loaded, or an improper version loaded. If they do and there is an
error
in the applet, you could always use the applet to print out an error
message.
If you need to check for a valid jre runtime installed and plugged in to
the
browser, then you should use Java Script. If the browser does not have a
recognizable jvm, then you could use Java Script to display a message or a
link.
Example:
html
head
/head
Script language="javascript"
function isJavaEnabled(){
if(navigator.javaEnabled()){
document.write("Browser is Java Enabled.");
}
else{
document.write("Browser is not Java enabled. Please click <a
href='http://www.java.sun.com'>Download Java</a>");
}
}
/script
body onload="isJavaEnabled()"
/body
/html
|
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
Posted: Wed Nov 02, 2005 10:15 pm Post subject: Re: no html file created when using applet wizard |
|
|
Kevin Dean [TeamB] wrote:
| Quote: | Gary Shaw wrote:
i you telling me that borland enterprise studio 7 doesnt' actually work?
No, I'm telling you that JBuilder 7 is years out of date and my memory
of what has been added/fixed since then is unreliable at best. Much of
what is available in the foundation edition today was once reserved for
the enterprise edition not too long ago. Basic web and applet
development are available in the foundation edition and the additional
productivity features may be of benefit.
http://www.borland.com/resources/en/pdf/products/jbuilder/jb2006_feature_matrix.pdf
|
Borland Java Enterprise Studio 7 != JBuilder 7
I think that was the last studio version I got, which would have been
JBuilder X.
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Thu Nov 03, 2005 7:44 pm Post subject: Re: no html file created when using applet wizard |
|
|
Lori M Olson [TeamB] wrote:
| Quote: | Borland Java Enterprise Studio 7 != JBuilder 7
I think that was the last studio version I got, which would have been
JBuilder X.
|
Whoops! Right you are. Let's hear it for consistent versioning.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
Paul Nichols (TeamB) Guest
|
Posted: Sat Nov 05, 2005 7:44 am Post subject: Re: no html file created when using applet wizard |
|
|
Gary Shaw wrote:
| Quote: | Kevin Dean [TeamB] wrote:
Gary Shaw wrote:
(I have enterprise edition of Borland 7)
Any hope of upgrading to something more current? JBuilder 7 is
hideously out-of-date. The Foundation edition of JBuilder 2006 likely
does more than JBuilder 7 Enterprise, at least with web applications.
You can get it here:
http://www.borland.com/downloads/download_jbuilder.html
i you telling me that borland enterprise studio 7 doesnt' actually work?
|
Last time I used it (BES7), it works well.
I still have it installed at work. I will try to replicate your problem
Monday.
BTW, what patches have you installed? |
|
| Back to top |
|
 |
Gary Shaw Guest
|
Posted: Fri Nov 11, 2005 11:25 am Post subject: Re: no html file created when using applet wizard |
|
|
Paul Nichols (TeamB) wrote:
| Quote: | Gary Shaw wrote:
Kevin Dean [TeamB] wrote:
Gary Shaw wrote:
(I have enterprise edition of Borland 7)
Any hope of upgrading to something more current? JBuilder 7 is
hideously out-of-date. The Foundation edition of JBuilder 2006 likely
does more than JBuilder 7 Enterprise, at least with web applications.
You can get it here:
http://www.borland.com/downloads/download_jbuilder.html
i you telling me that borland enterprise studio 7 doesnt' actually work?
Last time I used it (BES7), it works well. :)
I still have it installed at work. I will try to replicate your problem
Monday.
BTW, what patches have you installed?
I have looked at the available patchs and none seem to apply. |
I downloaded the foundation version and it works well for what I am
doing. It still pisses me off that I have this studio that I never used
and now find it has problems, shouldn't there be a recall like cars? |
|
| Back to top |
|
 |
Paul Nichols (TeamB) Guest
|
Posted: Sat Nov 26, 2005 1:26 am Post subject: Re: no html file created when using applet wizard |
|
|
Gary Shaw wrote:
| Quote: |
I have looked at the available patchs and none seem to apply.
I downloaded the foundation version and it works well for what I am
doing. It still pisses me off that I have this studio that I never used
and now find it has problems, shouldn't there be a recall like cars?
|
We all wish :)
However, I do not have this problem.. Perhaps you are missing an open tool. |
|
| Back to top |
|
 |