Thanks guys. After I sent the mail I twigged that a panel with radio buttons on it will do the trick just fine.
thanks -----Original Message----- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of delphi-requ...@delphi.org.nz Sent: Friday, 5 November 2010 12:00 PM To: delphi@delphi.org.nz Subject: Delphi Digest, Vol 85, Issue 3 Send Delphi mailing list submissions to delphi@delphi.org.nz To subscribe or unsubscribe via the World Wide Web, visit http://listserver.123.net.nz/mailman/listinfo/delphi or, via email, send a message with subject or body 'help' to delphi-requ...@delphi.org.nz You can reach the person managing the list at delphi-ow...@delphi.org.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Delphi digest..." Today's Topics: 1. TradioGroup without a border (Ayers, Stephen) 2. Re: TradioGroup without a border (Jeremy North) 3. Re: TradioGroup without a border (Cheng Wei (FMI)) 4. Re: TradioGroup without a border (Colin Johnsun) ---------------------------------------------------------------------- Message: 1 Date: Fri, 5 Nov 2010 11:15:27 +1300 From: "Ayers, Stephen" <stephen.ay...@nz.fujitsu.com> Subject: [DUG] TradioGroup without a border To: <delphi@delphi.org.nz> Message-ID: <f6c2297de3a2da499af90f27d5e3c88601d02...@ack0102.au.fjanz.com> Content-Type: text/plain; charset="us-ascii" Hi there Does anyone know how to remove the border from a TRadioGroup? I can not seem to find a property that does this, either I am blind or there isn't one. Any help would be appreciated. Thanks ------------------------------ Message: 2 Date: Fri, 5 Nov 2010 09:21:31 +1100 From: Jeremy North <jeremy.no...@gmail.com> Subject: Re: [DUG] TradioGroup without a border To: NZ Borland Developers Group - Delphi List <delphi@delphi.org.nz> Message-ID: <aanlktikpmhlgmmvq421+guxo373gtv31umxoj6onu...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 You can't. Just use a panel and radiobuttons. It isn't hard to layout the controls. If you want to be really "lazy" you could use a flow panel (or grid panel). On Fri, Nov 5, 2010 at 9:15 AM, Ayers, Stephen <stephen.ay...@nz.fujitsu.com> wrote: > Hi there > > Does anyone know how to remove the border from a TRadioGroup? ?I can not > seem to find a property that does this, either I am blind or there isn't > one. ?Any help would be appreciated. > > Thanks > > > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe > ------------------------------ Message: 3 Date: Fri, 5 Nov 2010 11:36:24 +1300 From: "Cheng Wei (FMI)" <che...@fmi.co.nz> Subject: Re: [DUG] TradioGroup without a border To: "NZ Borland Developers Group - Delphi List" <delphi@delphi.org.nz> Message-ID: <d318bfcbae3ca84b98f2b644430fdd39655...@fmisrv01.fmi.local> Content-Type: text/plain; charset="us-ascii" Hi, Below works for us: procedure TForm1.FormCreate(Sender: TObject); SetWindowRgn(ARadioGroup.Handle, CreateRectRgn(7, 14, ARadioGroup.Width - 2, ARadioGroup.Height - 2), True); end; HTH Cheng Wei Software Development Manager Fairview Metal Industries M +64 21 410 776 P +64 9 984 4917 F +64 9 984 4993 che...@fmi.co.nz www.fmi.co.nz |-----Original Message----- |From: delphi-boun...@delphi.org.nz |[mailto:delphi-boun...@delphi.org.nz] On Behalf Of Ayers, Stephen |Sent: Friday, 5 November 2010 11:15 a.m. |To: delphi@delphi.org.nz |Subject: [DUG] TradioGroup without a border | |Hi there | |Does anyone know how to remove the border from a TRadioGroup? |I can not seem to find a property that does this, either I am |blind or there isn't one. Any help would be appreciated. | |Thanks | | | |_______________________________________________ |NZ Borland Developers Group - Delphi mailing list |Post: delphi@delphi.org.nz |Admin: http://delphi.org.nz/mailman/listinfo/delphi |Unsubscribe: send an email to delphi-requ...@delphi.org.nz |with Subject: unsubscribe | ######################################################################## ############# Scanned by MailMarshal - M86 Security's comprehensive email content security solution. Download a free evaluation of MailMarshal at www.m86security.com ######################################################################## ############# ------------------------------ Message: 4 Date: Fri, 5 Nov 2010 09:36:25 +1100 From: Colin Johnsun <colin.a...@gmail.com> Subject: Re: [DUG] TradioGroup without a border To: NZ Borland Developers Group - Delphi List <delphi@delphi.org.nz> Message-ID: <aanlktim7jtkx58yyzkmj98o9fdx3vt02opfonhfyy...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" If you need to have a borderless TRadioGroup you can probably use TJvRadioGroup which is part of the open-sourced JVCL component library. http://sourceforge.net/projects/jvcl/ It's free and it's available for most version of Delphi. Cheers, Colin On 5 November 2010 09:15, Ayers, Stephen <stephen.ay...@nz.fujitsu.com>wrote: > Hi there > > Does anyone know how to remove the border from a TRadioGroup? I can not > seem to find a property that does this, either I am blind or there isn't > one. Any help would be appreciated. > > Thanks > > > > _______________________________________________ > NZ Borland Developers Group - Delphi mailing list > Post: delphi@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: > unsubscribe > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20101105/c4e6e 93e/attachment-0001.html ------------------------------ _______________________________________________ Delphi mailing list Delphi@delphi.org.nz http://listserver.123.net.nz/mailman/listinfo/delphi End of Delphi Digest, Vol 85, Issue 3 ************************************* _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe