Hi,
I've followed the GettingStarted tutorial and everything worked great
however when I deployed my app to my webserver (apache tomcat) I saw
that an additional white blank rectangle is showing. I'm not sure how
it got there however once I comment out the code in my entry point
class from the example:
public void onModuleLoad() {
Log.setUncaughtExceptionHandler();
DeferredCommand.addCommand(new Command() {
public void execute() {
onModuleLoad2();
}
});
}
public void onModuleLoad2() {...}
and return to the regular way of just having my onModuleLoad and still
calling Log.setUncaughtExceptionHandler(); in it then that rectangle
disappears.
I think it might be related to say that I've turned off the DivLogger
and turned on the WindowLogger.
Other then that the log works great however I'm afraid that if I leave
it like it is now the Log might not catch all exceptions as is stated
in the tutorial.
I'd appreciate any help
Ittai
--
You received this message because you are subscribed to the Google Groups
"gwt-log" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/gwt-log?hl=en.