grouping swt Radio buttons [message #75337] |
Tue, 15 July 2008 05:20  |
Eclipse User |
|
|
|
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   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.02766 seconds