[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-swt-dev] resize the non-resizable shell
|
- From: Camilla Orlandi <camilla.orlandi@xxxxxxxxx>
- Date: Tue, 25 Oct 2005 17:58:12 +0200
- Delivered-to: platform-swt-dev@eclipse.org
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
hi all
I am developing the gui of a wizard. I use a central shell and some
different composites for storing the controls into the shell.
I have the need to mantain the shell non-non resizable for the first 4
operations, and to let the user resize it from the 5th one.
to constructthe shell I use:
Display d=new Display();
Shell s=new Shell(d, SWT.CLOSE | SWT.MIN);
now I'm wondering if there is a method or a mean to set the s shell as
resizable after a while
could anyone help me?
thank you in advance
ciao
Camilla