It appears that on new versions of SWT, the following Dialog shell
seems not working properly on Windows. The outer shell frame is
not appearing etc.
super(p, SWT.ON_TOP | SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL |
SWT.RESIZE);
Which versions of swt and Windows are you using? I tried this and I think
it's working as expected.
Grant
"ralf bellinger" <guiberger@rediff.com> wrote in message
news:he4k5m$7n9$1@build.eclipse.org...
> Hi,
>
> It appears that on new versions of SWT, the following Dialog shell
> seems not working properly on Windows. The outer shell frame is
> not appearing etc.
> super(p, SWT.ON_TOP | SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL |
> SWT.RESIZE);
>
> Suggestions for the options?
>
>
>
>