Okay, not quite a complete enough example:
public class FooBar {
public static native void methodA() /*-{
something.bind("hi", function () {
FooBar.methodB();
});
/*-};
public static native void methidB() /*-{
$wnd.alert("hi!");
/*-};
that is more accurate (the fact that i'm trying to access it inside of a function, which affects "scope" to some degree of course
Best,
Roger
> --
> You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
> To post to this group, send email to
google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
google-web-tool...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.
>