he animation's onComplete().
> Have you checked the issue tracker for a similar report? It might be worth
> filing one if there is not already an issure for this.
>
> No that this is a good solution, but have you tried using a
> DeferredCommand?
>
> On Wednesday, Se
Hi
I want to display a panel in two pages, in the first page it is collapsible
and in the second it is not. This is the only difference. I am using the
UIBinder technique, so I had to introduce two ui.xml files, one using
DisclosurePanel and the other using simple HTMLPanel!!
I know this is no
Hi all,
I am using Disclosure panel in my project and on open/close, I do some
layout calculations in which I need the height of the panel.
My code is something like this
disclosurePanel.addOpenHandler(new OpenHandler() {
@Override
public void onOpen(OpenEvent arg0) {
Hi
I am using GWT 2.4 and I am facing strange problem
My application is based on spring webflow, my page is entered using webflow
then it initiates GWT entry point to draw some controls
I am also using WebCastellum security proxy
The problem is everytime I enter my page a new session is create