Tuesday, February 26, 2013

Re: How to hide North of DockLayoutPanel?

Oh and not to forget: I also want to animate this.

Atm I'm just passing the widget that is inside the <g:north> tag to be removed from the dock, like:

        dock.animate(3000);
        dock.setVisible(false);
//      dock.remove(inputPanel);


Anyhow none of these shows an animation, so probably I'm doing things wrong?
Further, how can I force the rest of the page take the free space up if I clear this particular dock element?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment