[kepler-dev] [Bug 4941] Data search causes menus to disappear on the mac

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Apr 20 13:59:53 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4941

Chad Berkley <berkley at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #3 from Chad Berkley <berkley at nceas.ucsb.edu> 2010-04-20 13:59:52 PDT ---
This is indeed a problem with the JDialog not having a parent.  I am working on
a solution to get the parent from the currently open tableaux.  I have a
question in to Christopher to try to find a solution.

Here is the current code that does not quite work:

    Iterator effigy = directory.entityList(Effigy.class).iterator();
    Tableau t = null;
    System.out.println("looking for effigy");
    if (effigy != null && effigy.hasNext()) 
    {
      Effigy e = (Effigy)effigy.next();
      t = e.showTableaux();
    }
    //...call t.getFrame() and pass that to the auth dialog.

This does not work because it opens a new tableau.  We just need a reference to
the one that is already open.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list