Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!j.cc.purdue.edu!brazil.psych.purdue.edu!zhou From: zhou@brazil.psych.purdue.edu Newsgroups: comp.lang.pascal Subject: Re: How to learn Finer points of TVision? Message-ID: <11861@j.cc.purdue.edu> Date: 26 Apr 91 04:51:56 GMT References: <1991Apr23.073231@dneast.enet.dec.com> Sender: news@j.cc.purdue.edu Reply-To: zhou@brazil.psych.purdue.edu () Organization: Purdue University Lines: 12 In article <1991Apr23.073231@dneast.enet.dec.com> pfister_rob@dneast.enet.dec.com (Robb Pfister) writes: >I've been struggling with some of the finer points of TurboVision, after >recently upgrading from V3.2 to V6.0 of Turbo Pascal. The manuals and tutorials It is really a big jump. Most of us have follow the "evolutionary path" of TP through 4.0, 5.0, 5.5 and finally 6.0. There are lots of good book about 5.5 and OOP. It might be a good idea first to feel really comfortable with the methodology of OOP before digging into TV. By the way, the concept of modularity might also be quite new to 3.2 user. When I first start using 4.0, I found there were lots of traps in writing units especially the scope of the variable.