[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: SashForm
|
Set your shell's layout to null and have your class implement
ControlListener. Then add yourself as a ControlListener to the shell. You
will then be notified of size events via the controlSized method.
Thanks
Dave
"Ramin Assisi" <assisi2000@xxxxxxxxx> wrote in message
news:b84h7p$1rn$1@xxxxxxxxxxxxxxxx
> I tried to place a SashForm on a Shell, but it does only
> work when the Shell has a Layout (FormLayout or FillLayout etc.). How can
> I place it
> with pixel-coordinates (setBoundes(..))?
>
>