Radio Buttons only make sense when you use more than ONE.
Placing them on a PANEL container makes them a 'family' and 
are grouped together so that only one can be selected TRUE.
If you don't want to see the panel border, you can have no border.
If you use only ONE Radio Button, it will always be TRUE because there
are no other radio buttons to select true thus making the first false.
If you want to have a ON/OFF type of Radio Button, then use the CHECKBOX
or TOGGLE Button.  The Radio Button is not a correct use for such a case.
-Fernando



---------- Original Message -----------
From: Fabien Bodard <gambas...@gmail.com>
To: mailing list for gambas users <gambas-user@lists.sourceforge.net>
Sent: Sat, 28 Nov 2009 09:32:42 +0100
Subject: Re: [Gambas-user] How can I create radio (mutually exclusive) menu?

> i need to look about that
> 
> 2009/11/28 David Dell <davidmd...@gmail.com>:
> > OK, but how can I get the standard radio check icon for menus on the
> > Linux operating system the program is running (for example in Ubuntu
> > the one used in View menu of the Calculator program, etc.)? Is there a
> > way to get if from the system using Gambas instead of including it in
> > my program?
> >
> > Thank you,
> > David
> >
> >> it simply don't exist... you need to use the check mark and then
> >> compute the exclude by you self... it's not so complicated to do.
> >>
> >> 2009/11/27 David Dell <davidmd...@gmail.com>:
> >>> I'm using Gambas 2.13 on Ubuntu 9.10. I have created a QT graphical
> >>> application and I'm trying to create radio (mutually exclusive) menu
> >>> items, with a radio icon instead of a check mark when selected. I
> >>> can't find any property in the Menu documentation that does that. Can
> >>> you help?
> >>>
> >>> Thank you,
> >>> David
> >>
> >
> > ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> > trial. Simplify your report design, integration and deployment - and focus 
> > on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to