Path: utzoo!utgpu!watmath!att!ucbvax!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: DialogWidget problems Message-ID: <8908080047.AA15437@expo.lcs.mit.edu> Date: 8 Aug 89 00:47:03 GMT References: <2377@husc6.harvard.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 15 > While using the dialogWidget, I find that if I change the > value string after the widget is realized, using > XtSetValues on XtNvalue, then while the dialog box displays > the new string, I never get back the new value that's been typed > in using XtDialogGetValueString(). > Any ideas?. Do you print out the string that XtDialogGetValueString returns, or are you using it to set the label? If the label string is in volatile memory, and you are using XtDialogGetValueString to get something to set the label, it could lead you to think that the problem is with the value. Donna Converse converse@expo.lcs.mit.edu