BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

display message instead of grey box when applet does not loa

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Applet Issues
View previous topic :: View next topic  
Author Message
server
Guest





PostPosted: Wed Nov 02, 2005 5:17 pm    Post subject: display message instead of grey box when applet does not loa Reply with quote



message unavailable
Back to top
Jacques Chaurette
Guest





PostPosted: Wed Nov 02, 2005 5:17 pm    Post subject: Re: display message instead of grey box when applet does not Reply with quote



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





PostPosted: Wed Nov 02, 2005 6:06 pm    Post subject: Re: no html file created when using applet wizard Reply with quote



Gary Shaw wrote:

Quote:
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

--
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
Lori M Olson [TeamB]
Guest





PostPosted: Wed Nov 02, 2005 10:15 pm    Post subject: Re: no html file created when using applet wizard Reply with quote

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





PostPosted: Thu Nov 03, 2005 7:44 pm    Post subject: Re: no html file created when using applet wizard Reply with quote

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





PostPosted: Sat Nov 05, 2005 7:44 am    Post subject: Re: no html file created when using applet wizard Reply with quote

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. Smile

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





PostPosted: Fri Nov 11, 2005 11:25 am    Post subject: Re: no html file created when using applet wizard Reply with quote

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





PostPosted: Sat Nov 26, 2005 1:26 am    Post subject: Re: no html file created when using applet wizard Reply with quote

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
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder Applet Issues All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group
.