home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / Communication / README.z / README
Encoding:
Text File  |  1996-09-20  |  957 b   |  25 lines

  1. This directory contains examples that demonstrate the ViewKit support
  2. for tooltalk messages between applications. The examples are:
  3.  
  4. sample1
  5. =======
  6.  
  7. This simple program displays two scale widgets.  The user can select a
  8. value on the one labeled sender. A button can be used to broadcast a
  9. "notice" of the new value. The program also receives such notices and
  10. updates the "receiver" slider accordingly. You can run multiple
  11. instances of the program, and all will send and receive notices.
  12.  
  13.  
  14. sample2_client, sample2_service
  15. =================================
  16.  
  17. These two program work together to simulate an application that
  18. requests a service of another. Sample2_client appears the same as
  19. sample1, but sends a request to sample2_service. The program
  20. sample2_service increments the value in the request and sends back a
  21. reply to the client, which then updates it's received slider.
  22.  
  23. NOTE: You must have the tooltalk library libtt.a to compile these
  24. examples.
  25.