[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference cookie::mru

Title:MRU Internal Bug Reports
Moderator:COOKIE::STMARTIN
Created:Wed Sep 20 1995
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:346
Total number of notes:1175

323.0. "OP:MED Scrollbar of Exception text not being used." by NABETH::alan (Dr. File System's Home for Wayward Inodes.) Mon Apr 14 1997 12:44

	The Show Element dialog has a text field with a scroll bar
	to print the text corresponding to ASC/ASCQ values.  The
	intent is that the if the text widget isn't wide enough for
	the text, the scroll bar will take over and allow sliding
	through the text.

	Instead, the text widget always sizes itself wide enough 
	for the text, making the scroll bar useless.  The resource
	of the scroll-bar need to be adjusted to keep text widget
	a maximum size.
T.RTitleUserPersonal
Name
DateLines
323.1Close.COOKIE::MRUMon Apr 14 1997 17:557
    This is now fixed.  I compare the size of the exception frame to
    the size of the dialog and size appropriately.  This does require
    that I keep the size of the original around, in case the dialog
    gets large enough for the whole thing.
    
    I also found a unsigned comparision bug in the other frame centering
    parts that is also fixed.