home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / intervie / 3213 < prev    next >
Encoding:
Internet Message Format  |  1992-11-18  |  1.3 KB

  1. Path: sparky!uunet!stanford.edu!agate!agate!usenet
  2. From: Michael Schiff <schiff@truffula.Berkeley.EDU>
  3. Newsgroups: comp.windows.interviews
  4. Subject: 3.01 / 2.6 compatibility ?
  5. Date: 18 Nov 92 12:17:20
  6. Organization: University of California, Berkeley
  7. Lines: 21
  8. Distribution: usa
  9. Message-ID: <SCHIFF.92Nov18121720@truffula.Berkeley.EDU>
  10. NNTP-Posting-Host: truffula.berkeley.edu
  11.  
  12. I'm trying to get a pretty complicated hypertext system I wrote under
  13. InterViews 2.6 to work with 3.0.1, and having lots of problems.  I've now
  14. getting everything to compile, but I can't get past displaying an empty window
  15. frame, the crashing.
  16.  
  17. As far as I can tell, the basic problem is that my code relies on the canvas
  18. being set for reshaping/resizing a scene prior to drawing.  And the canvas
  19. is staying nil, even after I've done a World::InsertApplication(), and a
  20. GetTopLevelWindow()->map().
  21.  
  22. Can anyone make any suggestions about what I might doing wrong, or how I could
  23. fix things?  Is there any way to make sure that a canvas gets mapped, or an
  24. alternative way of getting the geometry of particular components of a scene?
  25. (Do these questions make sense?  I wrote this code a couple years ago, and I
  26. don't yet remember too well how InterViews works.)  Unfortunately, I don't have
  27. the time to rewrite the system completely for IV 3.0.
  28.  
  29. Thanks in advance.
  30.  
  31. Mike Schiff
  32. schiff@cs.berkeley.edu
  33.