Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!inkwell!ivan.uucp!jhc From: jhc@ivan.uucp Newsgroups: comp.windows.x.motif Subject: XmListDeleteItemsPos bug?? Message-ID: <54456@inkwell.UUCP> Date: 2 May 91 17:44:54 GMT Sender: news@inkwell.UUCP Reply-To: jhc@ivan.uucp () Organization: IRIS - Brown University Lines: 12 I am experiencing occasional crashes in XmListDeleteItemsPos. Is there a known bug in this function? If so, is there a recommended work around? I already use the workaround for XmListDeleteAllItems: XtSetArg(wargs[0],XmNitemCount,0); XtSetArg(wargs[1],XmNitems,NULL); XtSetValues(list,wargs,2); To delete a subset of the list, should I just regenerate the entire list? Thanks. --Jim