@jlabanca: Sounds like a bit of an anachronism in the code. Is this something we can clean up now (and do you need a hand getting it done if so)?
Le 13 septembre 2010 03:50, stuckagain <[email protected]> a écrit : > Hi, > > While factoring out a dependency on GWT incubator I stumbled upon the > way the animation type is selected in the PopupPanel. > > This is what the javadoc says: > /** > * Sets the animation used to animate this popup. Used by gwt- > incubator to > * allow DropDownPanel to override the default popup animation. Not > protected > * because the exact API may change in gwt 1.6. > * > * @param animation the animation to use for this popup > */ > void setAnimation(ResizeAnimation animation) { > resizeAnimation = animation; > } > > So basically I will have to put my code in the same package if I want > to re-enable the rolldown animation instead of the centered one for > PopupPanel... > > David > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
