home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / intervie / 3473 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.4 KB  |  29 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsc!cbfsb!cbnewsf.cb.att.com!dac
  3. From: dac@cbnewsf.cb.att.com (david.a.copperman)
  4. Subject: attaching X window id to IV object
  5. Message-ID: <1992Dec29.183839.16618@cbfsb.cb.att.com>
  6. Sender: news@cbfsb.cb.att.com
  7. Organization: AT&T
  8. Date: Tue, 29 Dec 1992 18:38:39 GMT
  9. Lines: 18
  10.  
  11. I am looking into adopting InterViews for a production version of a prototype
  12. application platform written last year.  The prototype uses Sun OLIT.  Before
  13. even considering IV, I need to know that I can do one thing using IV that
  14. is critical to the package:
  15.  
  16. The platform integrates a Geographical Information System with a GUI process.
  17. The GIS writes an X window that covers most of the screen; its operations
  18. are controlled by the GUI code.  The GUI process gets the X window id of
  19. the GIS window and attaches it to an OLIT Stub widget, and adds an event
  20. handler for the Stub that gets all mouse cursor movement events (allowing
  21. screen-to-real-world coordinate conversion as the cursor moves).
  22.  
  23. My understanding is that a goal of IV is to keep the IV programmer working
  24. exclusively at the object level and not do any direct X coding.  Am I
  25. prevented from it?  Do one or more IV classes provide some analog to the
  26. OLIT Stub, so that I can capture those mouse cursor movements using IV?
  27.  
  28. Dave Copperman
  29.