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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
261.1 | It's in the release notes. | PRNSYS::LOMICKAJ | Jeff Lomicka | Tue Feb 21 1989 12:34 | 13 |
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.2 | Is this what you need | BUMOON::ARSENAULT | Tue Feb 21 1989 14:07 | 9 | |
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.3 | Heck, I'll just send it to you. | BUMOON::ARSENAULT | Tue Feb 21 1989 14:18 | 4 | |
On second thought, I'll just mail you the design. Jim |