[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

2835.0. "Making application runs on window" by ZGONI1::YTLIM () Tue May 29 1990 22:38

    Hi,
    
    I am looking for an example or segment of program  which runs an
    application on a window. I am currently writing a CAD automation
    package which has several pull-down menus and sub-menus for activating
    the CAD tools (internal as well as third-party tools). Besides running
    the CAD tools, the package also manages design data, setting up
    logicals/symbols, revision controls etc...I have already completed the
    automation shell which has the pull-down menus, but I'm not sure how to 
    run the CAD tool in the window. I am not inclined to use CHILD utility
    or session manager because they do not meet our requirements. 
    
    Any pointers, examples, assistance etc... will be appreciated.
    
    PS: I am developing my software package on VMS 5.3-2. 
    
	THANKS.....
    
    (cross posted in ELKTRA:DW_EXAMPLES notes file)
T.RTitleUserPersonal
Name
DateLines
2835.1What sort of window does it need?SCAM::DIALWed May 30 1990 10:029
    Most programs, once started create their own windows.  Does the CAD
    tool you are using run in a character-cell environment (i.e. a terminal
    window)?  If so, there are various ways to create a terminal window and
    a process on the system to use it.  If the application is designed for
    DECwindows/X-windows and creates it's own windows, you can spawn it in a
    sub-process, or make a detached process.
    Can you explain in a little more detail what you need to accomplish?
    
    Barry