[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

3275.0. "Stripchart graphics ?? " by GLASS::SHIVES () Wed Aug 29 1990 11:13

    
    I have a requirement to write a real-time stripchart process in 
    DECwindows. However, since I am not familiar with DECwindows
    programming with graphics, I am looking for some direction. The basic
    functionality is:
    
    	Detached process that reads a configuration file for initial
    parameters.  It receives mailbox messages to add data to the
    stripchart.  As the data is added to the right, old data scrolls off
    the left. (Conventional definition of a stripchart).  
    
    We are using Vaxlab software Library for most of the graphics, but the
    real-time stripchart is not supported under DECwindows only under UIS.  
    
    What is the best way to approach this?  I don't see direct support for
    these type of graphics in DECwindows toolkit. It looks like I will have
    to code this in the XToolkit.  Is this correct?
    
    Has anyone done this before? Are there any examples or code that may be
    close that can give me a jump start?  (Since this is for a fixed price
    project, any saved time is a benefit.)
    
    Thanks in advance,
    
    	Mark
T.RTitleUserPersonal
Name
DateLines
3275.1DW_EXAMPLES, RGRA widgetLOWELL::KLEINWed Aug 29 1990 15:056
If my memory serves, there is a stripchart widget posted in the
ELKTRA::DW_EXAMPLES notes file.  It is called the RGRA (rolling graph?) widget.
If you can't find it, let me know - I still have a copy of the sources.
It was written by Dominique Dierick.  Should give you a starting point.

-steve-
3275.2GILROY::kleeKen LeeWed Aug 29 1990 15:074
Check out the Athena strip chart widget.  Source code is in the MIT X
distribution.  Porting it to DECwindows and VMS should not be too difficult.

Ken
3275.3GLORY::SHIVESThu Aug 30 1990 15:007
    
    I'll look into RGRA example.  Where can I get the code from the MIT X
    distribution?  I believe that all we have is what comes with basic
    DECWindows. 
    
    Thanks,
    	Mark
3275.4As mentioned in other notes and notesfilesVINO::WITHROWMass. recall petitions available here!Thu Aug 30 1990 18:2413
Please see other notes in this and rdvax::x for info on how to
uncompress and untar these files:

$ dir decwrl::"/pub/X11/R4"

Directory DECWRL::

"/pub/X11/R4/."     "/pub/X11/R4/.."    "/pub/X11/R4/ERRATA"
"/pub/X11/R4/R4notice"                  "/pub/X11/R4/README"
"/pub/X11/R4/RELNOTES.PS"               "/pub/X11/R4/RELNOTES.lpt"
"/pub/X11/R4/RELNOTES.txt"              "/pub/X11/R4/fixes" "/pub/X11/R4/tape-1"
"/pub/X11/R4/tape-2"                    "/pub/X11/R4/tape-3"
"/pub/X11/R4/tape-4"
3275.5GLORY::SHIVESThu Aug 30 1990 18:364
    
    	Thanks, I'll give a try.
    
    	Mark