Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] radio button group with no default selection


If you provide a snippet, similar to the one I sent but that shows your exact problem in running code, then maybe we can help.

The correct place to send it is the SWT Newsgroup: news://news.eclipse.org/eclipse.platform.swt
You need to create a login to use the newsgroup: http://eclipse.org/newsgroups/register.php   (helps prevent spam).

Carolyn


From: Luke Patterson <lukewpatterson@xxxxxxxxx>
To: "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date: 18/02/2010 09:26 AM
Subject: Re: [platform-swt-dev] radio button group with no default selection
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx





On Wed, Feb 17, 2010 at 8:50 AM, Carolyn MacLeod <Carolyn_MacLeod@xxxxxxxxxx> wrote:

Maybe this snippet can help:
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet115.java

Carolyn



Thanks Carolyn.  After much research, it looks like the reusable composite I'm trying to create doesn't have enough information to overcome Window's desire to "help" select a default.  I have no way to distinguish between user input and Clippy's helping hand.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top