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

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

3279.0. "Want to place the window on the left hand side" by FUSIL::HABRIAL (NETsupport, CNC, CX03-2/H12) Wed Aug 29 1990 20:54

	  I would like to create a window that starts on the left hand
	side of the screen.  No matter what I place in the x_pos= parameter
	I am an inch or so off of the left hand side.
    $ set noon
    $ set display/create/node=FUSIL
    $    name := "''f$getsyi("nodename")'"
    $ create/terminal=decterm -
      /detach -
      /Little_font -
      /window_attributes = -
       (x_position=-100000, -  !<< I have placed everything from 5 to this
        y_position=550, -      !    number and it does not change.
        initial_state=icon, -
        title="''name'", -
        icon_name="''name'")
    $ exit

	  As you may havce noticed, this note changed a little.  The
	node that this command file is running is 5.4 VMS whereas on 5.3
	systems it works correctly.
T.RTitleUserPersonal
Name
DateLines
3279.1Fixed in V5.4 SSBHANNAH::MESSENGERBob MessengerThu Aug 30 1990 10:199
Re: .0

This was a bug introduced in a V5.4 field test version, but it should be
fixed in the SSB version.  DECterm checks its input parameters to make
sure they are "reasonable", but it was incorrectly checking for the x and
y positions being > 0 rather than >= 0.  As a semi-workaround, try
x_position = 1.

				-- Bob
3279.2Thank youFUSIL::HABRIALNETsupport, CNC, CX03-2/H12Thu Aug 30 1990 15:147
re: .01

	  It worked.  The only problem is that this is the CSC32 cluster
	which SHOW SYSTEM tells me it is 5.4.  I have been trying to
	contact the system managers to ask if it is the distribution
	or not.  It better be the distribution, because it is our research
	cluster.