Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Facing problem with open modeless dialog from modal window

  1. #1
    Junior Member
    Join Date
    May 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Facing problem with open modeless dialog from modal window

    Hi All,

    In my application, I have to open a modeless dialog from a modal window. As in windows say Notepad: File->Open - the dialog is modal (browser window). Open the property page for any file from the “Open” dialog - property page is non-modal & can be accessed. The “Open” dialog can be closed but the property page still remains open.
    I have tried but if property dialog is made modal then this behavior cannot be achieved & if made modeless then it cannot be accessed.

    Can anyone please help me??
    Thanks & Regards,
    Divya


  2. #2
    Senile Half-Wit Freaky Chris's Avatar
    Join Date
    Mar 2009
    Posts
    834
    My Mood
    Cynical
    Thanks
    7
    Thanked 105 Times in 90 Posts

    Default Re: To open modeless dialog from modal window

    Welcome to Java Programming Forums. Could you please post the code you are using so we can see the problem. Also this is not an Eclipse question, it's a Java question.

    P.S Please move this JavaPF

    Chris

Similar Threads

  1. Java program to open jsp page on client side instead of server side
    By khanshakil in forum JavaServer Pages: JSP & JSTL
    Replies: 1
    Last Post: July 8th, 2009, 06:26 AM
  2. Java program to open and close computer CD/DVD drive
    By JavaPF in forum Java Programming Tutorials
    Replies: 0
    Last Post: January 28th, 2009, 12:04 PM