[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: redraw or update

That sort of works, however it stills allows the
the user to drag the sizing frame to a smaller size then
the window snaps back to the min size.  You really want the
resize frame to also not go smaller than the constrained size.

Ross


"philipp tiedt" <loemming@xxxxxxx> wrote in message
news:bemto3$856$1@xxxxxxxxxxxxxx
> Hey,
>
> 1. I have two texts. One is editable to enter text and the other is not
> editable (to describe what to enter). I want to change the none editable
> text while running my plugin. That works. But the new text is longer and
is
> now cut of because the editable text hides it. If i resize the window both
> texts resizes and fit.
> I tried to redraw the composites and the texts and so on but that doesnt
> work.
> Does anyone have an idea how i can avoke the resizing ?
>
> 2. I couldnt work out how to make a composite scrollable. Any hints ?
>
> 3. I use FormSections from the package org.eclipse.updates.forms
> The sections have methods like fireChangeListener and so on...
> Does anyone have an idea how i could use them ?
>
> thx
> loemming
>
>