> Maybe what we could do, is set the default GridData with no height and
> width hints and when we use the ConnectionWidget and need to change its
> size, use the following code (which overrides the default definition):
>     GridData myGridData = new GridData( GridData.FILL_BOTH );
>     myGridData.widthHint = 450;
>     myGridData.heightHint = 250;
>     connectionWidget.getViewer.getTree.setLayoutData( myGridData );
>  
> It should be working...
> WDYT ?
>

Yes, sounds good.

> Regards,
> P-A
> 
>  

Stefan

Reply via email to