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 |
Does anyone know how to take normal output and send it to a scroll widget?? That is, I would like to set up something at the beginning of my program that redirects SYS$OUTPUT so that all fprint and LIB$PUTMSG etc. commands go to that window instead of, for example, DECterm. I suppose the relevant question is how does DECterm or the Session Manager do it??? They both provide the exact functionality I need. John
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2375.1 | DECterm widget, maybe | HANNAH::MESSENGER | Bob Messenger | Wed Feb 28 1990 12:28 | 11 |
Re: .0 DECterm includes a "DECterm widget" that includes scroll bars and lines saved off the top. One possibility is that you could use the DECterm widget (which is supported for use by layered products but isn't documented for customer use). You could also use the DECwTermPort routine to create a DECterm window, which your program could read and write to through a TWAn: device. This wouldn't give you as much control over the size and position of the window, though. -- Bob | |||||
2375.2 | see ELKTRA::DW_EXAMPLES note 128.0 | AITG::DERAMO | Dan D'Eramo, nice person | Wed Feb 28 1990 19:30 | 3 |
You may also want to check out ELKTRA::DW_EXAMPLES note 128.0. Dan | |||||
2375.3 | THANX | CERN::EJM | Fri Mar 02 1990 08:49 | 3 | |
Thanks for the pointer. The example is basically exactly what I need. John |