Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Talk:Rich Client Platform/FAQ"

Line 1: Line 1:
 
Now i'm coding with SWT/JFace.
 
Now i'm coding with SWT/JFace.
 
I wanna show text message and button on Sash (org.eclipse.swt.widgets.Sash).how to do?
 
I wanna show text message and button on Sash (org.eclipse.swt.widgets.Sash).how to do?
* You should ask on the RCP newsgroup. [[User:Remy.suen.gmail.com|Remy.suen.gmail.com]] 03:33, 15 November 2006 (EST)
+
* You should ask on the SWT newsgroup. You might also want to be more clear as to just what exactly you're trying to do. Add a Text and Button widget and have a Sash in-between? [[User:Remy.suen.gmail.com|Remy.suen.gmail.com]] 03:33, 15 November 2006 (EST)

Revision as of 04:33, 15 November 2006

Now i'm coding with SWT/JFace. I wanna show text message and button on Sash (org.eclipse.swt.widgets.Sash).how to do?

  • You should ask on the SWT newsgroup. You might also want to be more clear as to just what exactly you're trying to do. Add a Text and Button widget and have a Sash in-between? Remy.suen.gmail.com 03:33, 15 November 2006 (EST)

Back to the top