home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!gatech!asuvax!ennews!telesys!wierius!witsend!dcs
- Message-ID: <765343d37755t218@witsend.uucp>
- Date: Thursday, 31 December 1992 00:04:16 MST
- X-Mailer: TMail version 1.15R
- From: "D. C. Sessions" <dcs@witsend.tnet.com>
- Organization: Nobody but me -- really
- References: <30DEC92.02825818.0033@music.mus.polymtl.ca>
- Subject: Re: TVision : BUG in my head or in TV?
- Newsgroups: comp.lang.pascal
- Distribution: world
- Lines: 20
-
- In <30DEC92.02825818.0033@music.mus.polymtl.ca>, CT80@music.mus.polymtl.ca (Steph) wrote:
- #
- # f*ck. I hate this editor. Wish I could go back and modify that
- # last one, but I can't. Sorry about that. In any case, yes, I
- # add spaces to AText, then I call TStaticText.Init(Bounds, AText);
-
- Try getting a different mailer?
-
- # What happens is this : I found out (after many bugs with this), that
- # EndOfStatic (my before-adding-spaces-to-AText-length) is set to 0
- # after the call to TStaticText.Init! Why is this so?
-
- TObject.Init zeros out the object in question. Therefore, any
- initialization you do prior to a call to the ancestral Init
- procedure is wasted.
-
- --- D. C. Sessions Speaking for myself ---
- --- Note new network address: dcs@witsend.tnet.com ---
- --- Author (and everything else!) of TMail (DOS mail/news shell) ---
-