home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12216 next >
Encoding:
Internet Message Format  |  1992-08-11  |  2.3 KB

  1. Path: sparky!uunet!mcsun!ub4b!mble.philips.be!stern
  2. From: stern@mble.philips.be
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Any one who have used "TURBO VISION" in BORLAND C++ 3.0?
  5. Message-ID: <1992Aug12.085354.201@mble.philips.be>
  6. Date: 12 Aug 92 08:53:54 MEWT
  7. References: <1992Aug11.144050.10833@alf.uib.no>
  8. Organization: MBLE , Brussels, Belgium
  9. Lines: 42
  10.  
  11. In article <1992Aug11.144050.10833@alf.uib.no>, eystein@smyril.fi.uib.no (Eystein Dugstad) writes:
  12. > I would like to get in touch with any one who's using "Turbo Vision"
  13. > More specifically I wonder if it's possible to get a graphics window on  
  14. > the screen while the rest of the TV interface is intact.
  15. > Answers are appreciated by email or on usenet
  16. > Eystein Dugstad
  17. > University of Bergen
  18.  
  19. I'm currently using TV 1.03 (the version included in BC++ 3.1) to develop
  20. a big professional project. After a few days studying the examples and the
  21. doc I began to specify and to code my application (Yes, it is an interactive
  22. process since I didn't really know what I could do with the package and how).
  23. I must admit that almost anything I needed was included in the package:
  24. lists without any data in memory (the acces method is user-defined),
  25. interactions between dialog boxes,...
  26.  
  27. Even if it isn't always simple to guess which mechanism to use, you can
  28. easily read the examples and the sources (fortunatly it is well-coded
  29. in C++ which is readable because there aren't almost any comment).
  30. I now have a very powerful and complex application and it works!!!
  31.  
  32. The only two points I have to tudy know are how to have a multiple-choice
  33. list (like TCheckBox but with any number of items - at least more than 16)
  34. and how to put my modules in overlay because I still have a problem to overlay
  35. my own modules using TV.
  36.  
  37. For the graphical question, I found on SIMTEL something for Turbo Pascal
  38. which you link with your application (it's a TPU) and, miracle, your program is
  39. now in graphical mode. (You only have to add an initialization line).
  40. By a graphical application I mean that you open a file-viewer window like
  41. in text mode but you also can open a grphical window on the desktop with an
  42. animation in it; and you always have the ability to move/resize/zoom all the
  43. windows. It looks great, BUT... is it usable with C++ version ?
  44. I contacted the author and wait for an answer.
  45. Some more info in the future
  46.  
  47.  
  48.  
  49. --  Marc Stern  <stern@mble.philips.be>
  50.