Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!apple!rdclark From: rdclark@Apple.COM (Richard Clark) Newsgroups: comp.sys.mac.programmer Subject: Re: Changing Radio Button Titles Message-ID: <41661@apple.Apple.COM> Date: 6 Jun 90 04:24:48 GMT References: Organization: Apple Computer Inc., Cupertino, CA Lines: 27 rk39+@andrew.cmu.edu (Robert Joseph Kuszewski) writes: >Does anyone know how to change the title of a radio button within a program? Bob -- Try: PROCEDURE SetCTitle(ctl: ControlHandle; title: STR255); in the control manager. If the button is in a dialog, you can use GetDItem to get the handle to the control. If it's in a window, your best bet is to store the ControlHandle somewhere at the time you create it. -- -----------------------------+----------------------------------------------- Richard Clark | "If you don't know where you're going, Instructor/Designer | don't go there" -- Sybalski's Law Apple Developer University +----------------------------------------------- AppleLink, GEnie, Delphi, MCI, Internet: rdclark CI$: 71401, 2071 -- -----------------------------+----------------------------------------------- Richard Clark | "If you don't know where you're going, Instructor/Designer | don't go there" -- Sybalski's Law Apple Developer University +----------------------------------------------- AppleLink, GEnie, Delphi, MCI, Internet: rdclark CI$: 71401, 2071