Click here to Skip to main content
15,887,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using the following code:

Shell parent = getParent();
Shell dialogShell = new Shell(parent, SWT.DIALOG_TRIM |SWT.APPLICATION_MODAL);When I minimize the application the child dialogshell also gets minimized. That is ok(expected behaviour), but while using tab the child dialog shell sometimes appears in front of some other application.

I want that child dialogshell to be tightly coupled with the application only and should not appear with some other application open in the browser.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900