gslender
6 Jun 2008, 7:14 PM
StatusBar.clear() doesn't actually clear the busy indicated
code is...
/**
* Clears the status content.
*/
public void clear() {
waitBtn.setVisible(true);
}I think waitBtn visibility should be set to false and probably clear the text msg too?
code is...
/**
* Clears the status content.
*/
public void clear() {
waitBtn.setVisible(true);
}I think waitBtn visibility should be set to false and probably clear the text msg too?