is there a plan to create 0.5.2 to 1.0 migration guide?
is there a plan to create 0.5.2 to 1.0 migration guide?
At a minimum I'd like to see the list of classes that were renamed as well as classes that significantly changed their behavior (e.g. certain initialization code is now required while it wasn't in 0.5.2).
Will someone from EXT respond to this?
It is a bit discouraging for those who try to validate 1.0 with existing 0.5.2 code base.
In my case this precludes our organization from buying a commercial license of 1.0.
I think that the method
Widget net.mygwt.ui.client.viewer.ViewerCell.getWidget()
is replaced by
Widget com.extjs.gxt.ui.client.viewer.ViewerCell.getItem().
is it right?
but, ...
how method replace
void net.mygwt.ui.client.viewer.ViewerCell.setWidget(Widget)?