java - GWT d3 Server call block transition -


i'm using gwt in application retreive data server. since take while idea use visualization system based on d3 show nice loading animation

here's example showing situation

 btnshow.addclickhandler(new clickhandler() {     public void onclick(clickevent event) {                         .....                         .....                         //calls native javascript setup needed transisitons using d3s native select().transition() system                         showwaitinganimation(visualizationhtmlplane)                         //calls gwt server side                         server.getpoints(callback);              }  } 

since gwt call asynchrnonous figured creating animation possible transition gets executed if remove server call in gwt.

does know why happens , solution this?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -