Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: ListWidget problem Message-ID: <8907252109.AA06518@expo.lcs.mit.edu> Date: 25 Jul 89 21:09:49 GMT References: <890723122653.000026A70B1@grouch.JPL.NASA.GOV> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 > I found that the list widget would work IFF a non-zero value was supplied for > XtNnumberStrings, AND at least one string was provided. Omitting a value for > XtNumberStrings and/or not providing any strings for the list causes a core > dump inside ResetList(), instead of the default action as specified in the > Athena widget manual. If you pass a NULL terminated list then there is no need to pass the number of items in the list (Yes, this is documented). Okay, okay, so I missed one little bug :-). Chris