Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: xmh questions Message-ID: <9003211845.AA03491@expo.lcs.mit.edu> Date: 21 Mar 90 18:45:23 GMT References: <23100003@donner> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 19 |> 3) When a notice box pops up, the message is cut off and is hard to |> read. Is there any way to make the text part of the dialog the full |> width of the message? Click on it. Yes, it should first appear with the entire message visible; that it doesn't is a bug in the Text widget. Since the message doesn't need to be editable, the Label widget would have been adequate -- newlines in the value of the Label widget's XtNlabel resource allow for multiple lines of text as the label of the widget; and the dialog box then comes up in the correct size, with the entire message visible. I didn't see the original posting of these questions. Donna Converse converse@expo.lcs.mit.edu