The Artima Developer Community
Sponsored Link

Java Answers Forum
IE modeless dialog problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darryl Baker

Posts: 1
Nickname: bakenburn
Registered: Sep, 2002

IE modeless dialog problem Posted: Sep 9, 2002 2:34 PM
Reply to this message Reply
Advertisement
I want to pop a message up to the user and have the program continue on. Therefore, I created a modeless dialog. However, when executing the program (an applet) in internet explorer the textarea object for the message is not rendered. Instead, I get a transparent background. The frame of the dialog is there but the contents are not. If I make the dialog modal, the textarea is rendered but then I cannot continue execution of the invoking class. How do I get rid of the transparent background? I tried txtArea.setVisible(true) and other things. This seems to be another ie annoyance.

Topic: Apache Fop Library: NoClassDefFoundError Previous Topic   Next Topic Topic: cookie does not print all the cookie information

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use