javamanager/javainstaller/installerui/javasrc/com/nokia/mj/impl/installer/ui/eswt2/InstallerUiEswt.java
changeset 78 71ad690e91f5
parent 72 1f0034e370aa
child 80 d6dafc5d983f
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
   167             DisplayExtension display = new DisplayExtension();
   167             DisplayExtension display = new DisplayExtension();
   168             StartUpTrace.doTrace("InstallerUiEswt display created");
   168             StartUpTrace.doTrace("InstallerUiEswt display created");
   169             display.setAppName(""); // Remove display title.
   169             display.setAppName(""); // Remove display title.
   170             iCssEngine = new BaseCSSEngine(display);
   170             iCssEngine = new BaseCSSEngine(display);
   171             iParent = new Shell(display);
   171             iParent = new Shell(display);
       
   172             iParent.open(); // remove this line after Qt can display child Shells even when parent Shell is not open
   172             iDialog = new Shell(iParent, SHELL_STYLE);
   173             iDialog = new Shell(iParent, SHELL_STYLE);
   173             iDefaultShellBounds = iDialog.internal_getDefaultBounds();
   174             iDefaultShellBounds = iDialog.internal_getDefaultBounds();
   174             iDefaultShellClientBounds = iDialog.getClientArea();
   175             iDefaultShellClientBounds = iDialog.getClientArea();
   175             iBoldFont = getBoldFont();
   176             iBoldFont = getBoldFont();
   176             StartUpTrace.doTrace("InstallerUiEswt shell created");
   177             StartUpTrace.doTrace("InstallerUiEswt shell created");