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 there, I've been given the task of writing a program to create a DECWindow. I have the student guide from DECWindow Programming 1 that I took back in the spring. Naturally, I never used it till now and am not quite sure where to start. Is there a generic create program that I can obtain somewhere and then modify to suit my customers needs? Any help/pointers would be greatly appreciated! Ann
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3237.1 | QUARK::LIONEL | Free advice is worth every cent | Tue Aug 21 1990 12:48 | 9 | |
There are a number of example programs in the DECW$EXAMPLES directory, but I would recommend that you read through the VMS Guide to DECwindows Applications Programming, which introduces the concepts you need and walks through several examples. Your question is really ambiguous, since there is no such thing as "a DECwindow". After reading the manual, you should understand better. Steve | |||||
3237.2 | DECwTermPort? | HANNAH::MESSENGER | Bob Messenger | Wed Aug 22 1990 11:44 | 8 |
Re: .0 If by "create a DECwindow" you mean "create a DECterm window" (from a program), you need to use the DECwTermPort routine. This is described in the release notes or new features manual, and the are also several notes on it in the HANNAH::DECW$DISK:[PUBLIC]DECTERM conference. -- Bob |