Hi all.
Well I have FOUND what was causing the problem !!! I had a second variable
that also referenced the Class !! I found it by accident, and hey presto, it
wors fine.

I thought I was just going MAD !!!  oh well, only wasted 2 nights trying to
figure it out !!

Thanks, Jeremy Coulter

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of vss
Sent: Tuesday, 13 November 2001 14:02
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Class Problem


thats what i thought....amn this is weired. I just cant seem to sort this
out...and as usual, theres a time problem....grr...

Jeremy

-----Original Message-----
From: Myles Penlington <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2001 13:46:18 +1300
Subject: RE: [DUG]:  Class Problem

> Will not make any difference in this case.
>
> -----Original Message-----
> From: vss [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 13 November 2001 1:46 p.m.
> To: Multiple recipients of list delphi
> Subject: RE: [DUG]: Class Problem
>
>
> Well I am pretty sure about the spelling, But I will tale a look
> anyway....although, I did change the variable name to fwner  from
> fowner
> and it still does it.
> I am decalring the Fwner in the private section. this would be right
> would it not ?
> Also, shoudl I declare it as fWner : =TMycomponent or fWner :
> TComponent ?
>
> Jeremy
>
> -----Original Message-----
> From: "Paul Grimstrup" <[EMAIL PROTECTED]>
> To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> Date: Tue, 13 Nov 2001 13:22:40 +1300
> Subject: RE: [DUG]:  Class Problem
>
> >
> > >
> > > You have a nil reference. The $0008 will be the VMT method offset.
> > > I suspect FOwner is being assigned nil by something, or you have a
> > > visibility problem, and the correct FOwner is not being assigned?
> > >
> > > Myles.
> > >
> >
> > Agreed. Or it could be a simple typo:
> >   AOwner := AOwner;
> >
> > instead of
> >   FOwner := AOwner;
> >
> > You don't have a local variable in the constructor called FOwner? Do
> > you
> > have a subclass that might be setting FOwner?
> >
> >
> -----------------------------------------------------------------------
> > ----
> >     New Zealand Delphi Users group - Delphi List -
> [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
>
>
> -----------------------------------------------------------------------
> ----
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> -----------------------------------------------------------------------
> ----
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to