Changeset 1385


Ignore:
Timestamp:
03/12/12 13:12:39 (13 years ago)
Author:
wschamai
Message:

BUG FIX: new Shell() for dialogs that should not block the underlying window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modelicaml/org.openmodelica.modelicaml.simulation/src/org/openmodelica/modelicaml/simulation/testexecution/actions/OpenTestExecutionReportAction.java

    r1376 r1385  
    3333       
    3434        if (this.path != null) {
    35             DialogMessageWithHTMLBrowser dialog = new DialogMessageWithHTMLBrowser(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(),
     35            //DialogMessageWithHTMLBrowser dialog = new DialogMessageWithHTMLBrowser(PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(), // don't use this because it will block the window underneath.
     36            DialogMessageWithHTMLBrowser dialog = new DialogMessageWithHTMLBrowser(new Shell(),
    3637                    "Verification Session Report",
    3738                    this.path + "?enableTool=true");
Note: See TracChangeset for help on using the changeset viewer.