At 10:08 PM 12/12/2010, you wrote:
At 07:59 PM 12/12/2010, you wrote:
Ray, do you have a small Eclipse project which demonstrates the problem?

no, it's 22 mb or so and need a bunch of libs in addition to that. ...

i made a new project in eclipse and move most of the files over. the code below now works fine.

so i must have been confused or doing something wrong.

sorry about the hassle.

thanks

RootPanel bottom = RootPanel.get("logger");
Panel panel = new VerticalPanel();
bottom.add(panel);
DivLogger divLogger = Log.getLogger(DivLogger.class);
if (divLogger != null) {
Widget divLoggerWidget = divLogger.getWidget();
panel.add(divLoggerWidget);
}



---
co-chair http://ocjug.org/

--
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.

Reply via email to