On Jul 26, 2006, at 4:30 PM, Dennis Birch wrote:

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.

It could be how you are calling this method or how you are casting it.

A bit more code would help find your error.

Terry

_______________________________________________
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