Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!sdd.hp.com!think!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: Athena Toggle Radio Group Question Message-ID: <9005312120.AA22053@expo.lcs.mit.edu> Date: 31 May 90 21:20:36 GMT References: <9005251942.AA01894@wilkins.bcm.tmc.edu> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 21 > I am having some problems with the Athena toggle widget in a radio > group. I have successfully created radio groups where I have been > able to specify the radio group at the time the widgets are being > created. However, I have a situation where I need to be able to > set up a radio group "on the fly." ..... > Why won't these toggles function > as a radio group? Bug in XawToggleChangeRadioGroup: when the second argument is a widget which doesn't belong to any radio group; i.e. the bug is when this function is used to create a new radio group -- no new group is created. A work-around is to first create the group by changing a widget's radio group to be itself, then using the function normally. Donna Converse converse@expo.lcs.mit.edu