• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Applet within an applet doesn't respond

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have an applet that loads, runs a series of checks on the system including displaying dialog boxes and asking you to log in to a remote database. Once all the checks are complete and successful it then displays a second applet.
This works fine on my computer but somone has just reported that they find when the second applet loads they can see it but clicking anywhere just makes the system beep and nothing else happens.
They can still access the standard menus in Netscape but trying to put the focus on the java console or entering anything there also beeps.
I'm testing on a Windows NT machine with Netscape 6 whereas they're using Solaris and Netscape 4.5. We both have java 1.3.1_03 plugins installed.
Is anyone aware of any possible explanation?
Thanks
Jennie
 
Ranch Hand
Posts: 1873
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
do they get any exception in the Java Console window? if so what is the exception in detail?
regards
maulin
 
Jennie Towers
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, they don't get any exceptions in the console.
Jennie
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How are you displaying the second applet? Are you trying to use the same html page as the first applet?
 
reply
    Bookmark Topic Watch Topic
  • New Topic