| 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 | 
Hi, we want to convert a terminal-i/o application to DECwindows. we want to do the INPUT with DEC-toolkit (UIL) and the OUTPUT with terminal-QIO can someone point me or give me some hints how to start, and where to look... for input ---> UIL (i think i can manage that) for output --> DECterm widget ? Eric.
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1055.1 | Yep | 5319::LOMICKAJ | Jeff Lomicka | Wed Jul 05 1989 10:20 | 4 | 
| It might be slightly easier to start with DecwTermPort, but what you have said is the correct approach. | |||||
| 1055.2 | Play with DECwindows EVE | EVETPU::REINIG | This too shall change | Wed Jul 05 1989 12:08 | 12 | 
|     Not that it is of much use, but if you go into DECwindows EVE and
    delete the message buffer:
    
            DO buf messages
            DO tpu delete (current_buffer)
    
    Then all of EVE's input comes from the toolkit.  Most of its output
    goes to the toolkit.  That output destined for the now non-existent
    message buffer goes to sys$output.  Rather an odd state of affairs.
    
                                    August G. Reinig
 | |||||