Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re: [platform-swt-dev] SWT Fill the right site of a sash form

Thank you very much for your help, it works.
Regards Maika

Message: 7
To: platform-swt-dev@xxxxxxxxxxx
Subject: Re: [platform-swt-dev] SWT Fill the right site of a sash form
From: Veronika_Irvine@xxxxxxxxxx
Date: Tue, 18 Feb 2003 08:59:40 -0500
Reply-To: platform-swt-dev@xxxxxxxxxxx

After making changes to the composite, you should call=20
composite.layout(true) to cause the layout in the composite to readjust=20
the size and position of its children.  If that has not fixed your=20
problem, please post a code snippet.

For future reference, this is not the forum for this kind of question -=20
you should post this kind of question to the eclipse.tools newsgroup.=20





Maika K=F6nnen <maika.koennen@xxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
02/18/2003 05:36 AM
Please respond to platform-swt-dev

=20
        To:     platform-swt-dev@xxxxxxxxxxx
        cc:=20
        Subject:        [platform-swt-dev] SWT Fill the right site of a sas=
h form


Hi all,

I have a problem with the sash form. I want to create a sash form with two =

columns, left a tree and right a composite, which I will fill with the=20
clicks on the tree. E.g. the user click on an item, the composite should=20
show something, e.g. a button. But the button show up first, when I=20
minimize the window. I try composite.redraw() and composite.update() after =

I added the button to the composite, but the button doesn't show up. What=20
do I wrong?
Thank you for your help.

Regards
Maika
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F
Die SMS direkt auf's Handy. - Die Blitz-SMS bei WEB.DE FreeMail
http://freemail.web.de/features/?mc=3D021165

=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top