DebugConsole doesn't popup

1 view
Skip to first unread message

pierrot

unread,
Dec 18, 2007, 4:57:51 PM12/18/07
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
to gwt...@googlegroups.com
The issue is probably the result of a change made in GWT 1.4 in
AbsolutePanel. This version should work:

http://groups.google.com/group/gwt-tk/files

-= Mat

--
Mat Gessel
http://www.asquare.net/gwttk/

pierrot

unread,
Dec 18, 2007, 6:18:20 PM12/18/07
to GWT Tk
This is working
Thank you

On Dec 18, 5:53 pm, "Mat Gessel" <mat.ges...@gmail.com> wrote:
> The issue is probably the result of a change made in GWT 1.4 in
> AbsolutePanel. This version should work:
>
> http://groups.google.com/group/gwt-tk/files
>
> -= Mat
>
> --
> Mat Gesselhttp://www.asquare.net/gwttk/
Reply all
Reply to author
Forward
0 new messages