I am confused and frustrated by something going on in a project I'm
working on, and I hope that asking about it in this forum will spur
some suggestions for further exploration.

I am getting a NilObjectException when I call a method in a window
that refers to an editfield in the window.

I create a reference to a new window in an outside method, and then
call a method within that window. The window method has a line near
its top which consists entirely of:

ef.Text = "" // ef is a subclass of an EditField

This line consistently triggers a NilObjectException. I don't
understand how that could be.

I have tried changing it to a plain EditField class (i.e. no subclass)
-- the same thing happens.

I tried adding a variable "test" as EditField and setting its value to
ef. It shows up in the debugger as being not nil, and I can click on
it to see its properties.

Anybody have any insights for me on this one?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to