Skip to main content

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

I think you have to take a look on the workerUpdate() method of the
FileViewer expample delivered by the Eclipse-Project (The source can be
found at
http://download.eclipse.org/downloads/drops/S-M5-200302061700/download.php?d
ropFile=eclipse-examples-M5-win32.zip - it is the
org.eclipse.team.examples.filesystem_2.1.0)

>-----Ursprüngliche Nachricht-----
>Von: Maika Können [mailto:maika.koennen@xxxxxx]
>Gesendet: Dienstag, 18. Februar 2003 11:36
>An: platform-swt-dev@xxxxxxxxxxx
>Betreff: [platform-swt-dev] SWT Fill the right site of a sash 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
>clicks on the tree. E.g. the user click on an item, the composite should
>show something, e.g. a button. But the button show up first, when I
>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
>do I wrong?
>Thank you for your help.
>
>Regards
>Maika
>___________________________________________________________________________
>___
>Die SMS direkt auf's Handy. - Die Blitz-SMS bei WEB.DE FreeMail
>http://freemail.web.de/features/?mc=021165
>
>_______________________________________________
>platform-swt-dev mailing list
>platform-swt-dev@xxxxxxxxxxx
>http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top