Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » grouping swt Radio buttons
grouping swt Radio buttons [message #75337] Tue, 15 July 2008 05:20 Go to next message
trushna is currently offline trushnaFriend
Messages: 24
Registered: July 2009
Junior Member
Does anyone know how to form groups of radio buttons?
i know it can be achieved using different composites but i dont want to
use composites.
Is there any easy way to achieve this?
I tried putting radio buttons in different org.eclipse.swt.widgets.Group
but my radio buttons become invisible inside Group.
Can anyone help?

Thanks and regards,
Trushna.
Re: grouping swt Radio buttons [message #75396 is a reply to message #75337] Wed, 16 July 2008 17:39 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Do any of the examples on the SWT Snippet page help?

http://www.eclipse.org/swt/snippets/

I recommend that you take this question to the eclipse.platform
newsgroup. This group is for the Technology project.

HTH,

Wayne

On Tue, 2008-07-15 at 05:20 +0000, Trushna wrote:
> Does anyone know how to form groups of radio buttons?
> i know it can be achieved using different composites but i dont want to
> use composites.
> Is there any easy way to achieve this?
> I tried putting radio buttons in different org.eclipse.swt.widgets.Group
> but my radio buttons become invisible inside Group.
> Can anyone help?
>
> Thanks and regards,
> Trushna.
>
Re: grouping swt Radio buttons [message #75432 is a reply to message #75396] Thu, 17 July 2008 08:17 Go to previous message
Eclipse UserFriend
Originally posted by: t.t.com

Thanka for the reply.

My problen got solved.
I used org.eclipse.swt.widgets.Group.
after adding control into Group we need to call setBounds on it to make it
visible inside Group.

Thanks and regards.
Re: grouping swt Radio buttons [message #601729 is a reply to message #75337] Wed, 16 July 2008 17:39 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Do any of the examples on the SWT Snippet page help?

http://www.eclipse.org/swt/snippets/

I recommend that you take this question to the eclipse.platform
newsgroup. This group is for the Technology project.

HTH,

Wayne

On Tue, 2008-07-15 at 05:20 +0000, Trushna wrote:
> Does anyone know how to form groups of radio buttons?
> i know it can be achieved using different composites but i dont want to
> use composites.
> Is there any easy way to achieve this?
> I tried putting radio buttons in different org.eclipse.swt.widgets.Group
> but my radio buttons become invisible inside Group.
> Can anyone help?
>
> Thanks and regards,
> Trushna.
>
Re: grouping swt Radio buttons [message #601741 is a reply to message #75396] Thu, 17 July 2008 08:17 Go to previous message
t is currently offline tFriend
Messages: 1
Registered: July 2009
Junior Member
Thanka for the reply.

My problen got solved.
I used org.eclipse.swt.widgets.Group.
after adding control into Group we need to call setBounds on it to make it
visible inside Group.

Thanks and regards.
Previous Topic:eclipse launch framework: retaining launch screen after clicking run
Next Topic:eclipse launch framework
Goto Forum:
  


Current Time: Tue Apr 23 13:44:26 GMT 2024

Powered by FUDForum. Page generated in 0.03276 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top