JSObject: Context.getCurrentContext() is null in getCurrentFuncti onSourceName()

Charles Goodwin <[email protected]> Mon, 14 Apr 2003 10:49:57 +0100
Newsgroups gmane.comp.java.xwt.general
Message-ID <308906BE5D07D5119285009027D61C5722F6F9@NTFPS1>
I get this error in the log file:

JSObject: Context.getCurrentContext() is null in
getCurrentFunctionSourceName()

When I change:

        _isdefaultaction = function( d ) {
            activated = activated;
        }

To this:

        _isdefaultaction = function( d ) {
            activated = activated;
            xwt.println( "help" );
        }

How is it that a simple addition of an xwt.println() causes this? :/

Also, Adam, you can't use 'default' as a property name - it fubars xwt when
you do.
_______________________________________________
http://lists.xwt.org/listinfo/dev