extgwtdev
19 Jan 2009, 11:05 AM
I am trying to use Progress/wait bar ..
final MessageBox box = MessageBox.wait("Please wait", "Loading items...",
"Initializing...");
it seems MessageBox.close() is not available?
can anyone suggest me how to close the MessageBox after the process is completed ?
final MessageBox box = MessageBox.wait("Please wait", "Loading items...",
"Initializing...");
it seems MessageBox.close() is not available?
can anyone suggest me how to close the MessageBox after the process is completed ?