Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Noob question


One more snippet that might be useful is:

Use a form layout to hide/show a composite:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet313.java

You can also ask user questions on the eclipse.platform.swt newsgroup: news://news.eclipse.org/eclipse.platform.swt

Carolyn


From: Tilds <tilds15@xxxxxxxxxxx>
To: platform-swt-dev@xxxxxxxxxxx
Date: 03/03/2009 10:42 AM
Subject: Re: [platform-swt-dev] Noob question






Thank you for this, and thanks for the link to the other newsgroup, I wont
bother you anymore with my noobness :-)

Regrads
Tilds


Grant Gayed wrote:
>
> The following snippets should be helpful (note that swt usage questions
> like this should be asked on the eclipse.platform newsgroup, not on this
> list):
>
> Changing a Composite's content:
>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet98.java?view=co
>
> StackLayout:
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet249.java
>
> If your Shell needs to grow/shrink when its content changes then you'll
> also need a Shell.pack().
>
> Grant
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>

--
View this message in context:
http://www.nabble.com/Noob-question-tp22309189p22311060.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top