[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Composite update problem
|
That's very close to my problem with tables in a rich client application.
Only minimizing/restoring or maximizing of my view causes the table to be
shown correctly after a change has happened. Seems like it is a problem with
all SWT widgets, or should I say feature ? I made the same
layout/update/pack try, but also without success.
Any hints would help me, too.
Thanks,
Roland
"Marco Kohns" <mek@xxxxxxxxxxxx> wrote in message
news:d4qn8p$5n2$1@xxxxxxxxxxxxxxxxxxx
> Hello everybody,
>
> i have a composite_mother and inside that a toolbar (with two toolitems)
and
> another composite_child. When I press one of the toolitems, the
> composite_child changes its content. But I can only see that when I resize
> the window of the application.
>
> What I've tried so far:
>
> composite_child.layout()
> composite_mother.layout()
> shell.layout
> shell.update
> composite_mother.pack()
> composite_child.pack()
>
> But without success...
>
> Thanks for any help!
>
>