You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit Applications
i've tried putting the chat windows in my div tag named "ChatWindowView" by changing the line
RootPanel.get().add(this);
to this:
RootPanel.get("ChatWindowView").add(this);
it does pop-up in the location where i wanted to but, when there's about 4-5 chat windows that are open, the scrollbars wont show.. why is it like that?