[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Repainting question
|
Have you tried Composite.layout()?
"Michael Basnight" <mbasnight@xxxxxxxx> wrote in message
news:d4r4rj$pil$1@xxxxxxxxxxxxxxxxxxx
> I have a wizard that renders all pages up front (I cannot change this
> action). I would like to dynamically change a textbox from editable to
> uneditable based on a previous page in the wizard. I cannot do so
> because the screen does not and will not repaint for me. I have tried
> asking the textbox to repaint and update, shell to repaint and update,
> parent to repaint and update, much to no avail. Is it possible to do
> this?