home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!news.tek.com!vice!bobbe
- From: bobbe@vice.ICO.TEK.COM (Robert Beauchaine)
- Newsgroups: comp.lang.pascal
- Subject: Re: Turbo Vision Keys?
- Message-ID: <11013@vice.ICO.TEK.COM>
- Date: 22 Dec 92 20:27:21 GMT
- References: <1992Dec21.120639.3977@kth.se> <1992Dec22.003317.26213@monu6.cc.monash.edu.au>
- Organization: Tektronix, Inc., Beaverton, OR.
- Lines: 26
-
- In article <1992Dec22.003317.26213@monu6.cc.monash.edu.au> wigs@yoyo.cc.monash.edu.au (Aaron Wigley) writes:
- >
- >Solution - get the run time library, and modify the HandleEvent code in
- >TDialog so that it does what you want. Better still, have a global
- >variable in the application whether the program is CUA compliant, and
- >have the user be able to toggle it.
- >
-
- Or best yet, use object oriented design the way it was
- intended. Define a TDialog descendent, then override the HandleEvent
- procedure to turn TABS into CR's and vice versa.
-
- If an object library is created properly (and Borland has done a
- pretty good job), you should never need the source code to extend
- an object to do what you want. That's part of the whole point of
- OO programming.
-
-
- /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
-
- Bob Beauchaine bobbe@vice.ICO.TEK.COM
-
- C: The language that combines the power of assembly language with the
- flexibility of assembly language.
-
- Real friends don't let friends use UNIX.
-