I have a piece of code like so
innerLayout is a VLayout, when the hide occurs, the callback is not getting fired, I am running Smart GWT 4.0 build date 2013-12-23.
I've just tried upgrading to the latest 4.1 build, I get the same issue here.
Code:
innerLayout.animateHide(AnimationEffect.FADE, new AnimationCallback() {
@Override
public void execute(boolean b) {
// some callback code
}
}
});I've just tried upgrading to the latest 4.1 build, I get the same issue here.