Thanks Mo. You are right. But actually I have "mInterp = interp" in my
program. When I sent you the mail somehow I deleted it. That means having
that in program, still have the same problem. Could you please help me to
find another problem?

Thanks,
Zhumei

On Thu, 15 Jun 2000, Mo DeJong wrote:
> 
> A quick glance at your code seems to indicate the you
> never set interp (aka mInterp) to anything. I am
> willing to bet that you put that "mInterp = null"
> just to avoid a compiler warning.
> 
> Just save the value:
> 
>          public MyTclEvent (Interp interp) {
>             mInterp = interp; 
>          }
> 
> Mo DeJong
> Red Hat Inc
> 
> ----------------------------------------------------------------
> The TclJava mailing list is sponsored by Scriptics Corporation.
> To subscribe:    send mail to [EMAIL PROTECTED]  
>                  with the word SUBSCRIBE as the subject.
> To unsubscribe:  send mail to [EMAIL PROTECTED] 
>                  with the word UNSUBSCRIBE as the subject.
> To send to the list, send email to '[EMAIL PROTECTED]'. 
> An archive is available at http://www.mail-archive.com/tcljava@scriptics.com
> 

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to