[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

261.0. "need spawning commands internal to a task" by CYRUS::POKALLUS () Tue Feb 21 1989 10:50

I am new to the decwindow environment.  I have been request to convert
several applications that spawn another task from within its code
such as an editor, a special program, etc. that require their own windows.

Under the VWS environment the following summary of commands were used in
the applications code:

     UIS$CREATE_TERMINAL -  get new terminal name

     SYS$ASSIGN -  assign channel to new terminal


     LIB$SPAWN  - spawn task giving it the new terminal name for input and 
                  output.

What is equivalent under the Decwindow environment?

Can anyone help me and/or give me some example(s)?

The notes that I have seen in this notes concerning spawn doesn't seen to
be much of any help to me.  The terminology seen to be quite different -
widget, gadget, etc.

thanks,

ken p.

T.RTitleUserPersonal
Name
DateLines
261.1It's in the release notes.PRNSYS::LOMICKAJJeff LomickaTue Feb 21 1989 12:3413
Look up DECW$TERM_PORT in the DECWindows RELEASE NOTES, then be warned that
					 -------------
there are several bugs in DECW$TERM_PORT that have been identified, and
will be fixed in V5.2.

	- It cancels all your timers
	- It does something funny with the stack that requires you to
	- clear the stack above it to get to work reliably.

See the DECTERM conference (HANNAH::DECW$DISK:[PUBLIC]DECTERM) for more
information.


261.2Is this what you needBUMOON::ARSENAULTTue Feb 21 1989 14:079
  The following reply contains a description/design of something we call the
"Task Widget" for use by DTM (it's not really a widget but that's how we 
refet to it).  It describes how DTM creates and controls DECterms and 
subprocesses for executing DCL commands.

  If you would like the sources, I can send them to you.

Jim

261.3Heck, I'll just send it to you.BUMOON::ARSENAULTTue Feb 21 1989 14:184
  On second thought, I'll just mail you the design.

Jim