Be sure your post includes:
1. SmartGWT Power 2.5
2. No server side logs
3. No client side logs required.
4. Compilation error after using the smartgwt.jar (for enterprise skin issue).
5. Compilation error pointing to CloseClickHandler() of Window(emailWindow)
emailWindow.addCloseClickHandler(new CloseClickHandler() {
public void onCloseClick(CloseClientEvent event) {
emailWindow.destroy();
}
});
The error : closeclient event cannot be resolved to a type.
Is there any API change in the events related to closing the Windows.
1. SmartGWT Power 2.5
2. No server side logs
3. No client side logs required.
4. Compilation error after using the smartgwt.jar (for enterprise skin issue).
5. Compilation error pointing to CloseClickHandler() of Window(emailWindow)
emailWindow.addCloseClickHandler(new CloseClickHandler() {
public void onCloseClick(CloseClientEvent event) {
emailWindow.destroy();
}
});
The error : closeclient event cannot be resolved to a type.
Is there any API change in the events related to closing the Windows.
Comment