[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Width problem of custom SWT widget in view toolbar

Problem fixed.
FYI: The WinXP classic style caused this misbehavior.

Marc.

Marc Streit wrote:
> Hi,
> 
> I've a problem with the update/resize behavior of custom widgets in a _view_
> toolbar.
> When I for example add a ContributionItem that contains a composite filled with
> a label and a combo, only the first part of the combo is shown and the rest is
> simply cut. When I add the same composite to a general CoolBar everything is ok.
> Updating the toolbar manager of the view after adding the widgets does not help
> either.
> 
> This behaviour I can observe only under Windows. Under Linux all SWT widgets in
> the toolbar are shown properly.
> 
> Does anybode has a suggestion regarding this issue?
> 
> Bye,
>   Marc