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 GWT Tk
I cannot get the DebugConsole to pop up like in the demo. It always
appears at the bottom of the window.
This makes sense since DebugConsole overrides the show method like
that :
public void show()
{
if (m_enabled && ! isAttached())
{
RootPanel.get().add(this);
}
}
Does anyone knows how to get it this panel to be a pop-up window like
in the demo?
Thanks
Pierre
Mat Gessel
unread,
Dec 18, 2007, 5:53:17 PM12/18/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 gwt...@googlegroups.com
The issue is probably the result of a change made in GWT 1.4 in AbsolutePanel. This version should work: