[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

337.0. "OP:HIGH Dave's Show dialog button problem." by NABETH::alan (Dr. File System's Home for Wayward Inodes.) Mon May 05 1997 19:23

Dave is running VMS V6.2 and MRU FT1.2 on a TL812 on an HSJ running V3.1
of HSOF and Excursion V2.1 on my ALpha Nt 4.0 server box. 

   2. There are no dismiss/ok buttons dsiplayed on the show port command box.HIGH
T.RTitleUserPersonal
Name
DateLines
337.1Hint: Do something useful on Close.NABETH::alanDr. File System's Home for Wayward Inodes.Mon May 05 1997 19:324
	I was able to reproduce this by running the GUI from a OpenVMS
	VAX 6.2 system.  I'll investigate further.  This problem could
	be merely annoying, if the "Close" menu entry on the decoration
	pulldown had an affect.  But it doesn't...
337.2Close.NABETH::alanDr. File System's Home for Wayward Inodes.Thu May 08 1997 17:2012
	It appeared that the vertical sizing code was getting a height
	of zero for the button box.  This caused it to always be placed
	outside the dialog box.  This only occured on VAX systems.  When
	I started trying to verify the correct size it I would sometimes
	get the right size and sometimes the wrong.  The only thing I
	could to get it to consistently work was to collect the height
	in start_show_dialog() and save it in the show_t structure.  Since
	the label at the top was also having the same problem, I did this
	for all the frames as well.  It now behaves.

	And, I changed the "Close" response for the decoration pulldown
	menu to destroy the show dialog.