injenierobarsa
21 Jul 2009, 2:59 PM
Hi, I'm having trouble using the Messagebox component and I believe this is a bug.
I have the following call:
MessageBox.alert("test", "test", listener);Using the following listener:
final Listener<ComponentEvent> listener = new Listener<ComponentEvent>() {
public void handleEvent(ComponentEvent ce) {
Info.display("Test1", "Test2");
}
};
When execution reaches this call, The window appears, but I have to click twice the OK button for it to close, and it calls my listener twice.
Any help?
I have the following call:
MessageBox.alert("test", "test", listener);Using the following listener:
final Listener<ComponentEvent> listener = new Listener<ComponentEvent>() {
public void handleEvent(ComponentEvent ce) {
Info.display("Test1", "Test2");
}
};
When execution reaches this call, The window appears, but I have to click twice the OK button for it to close, and it calls my listener twice.
Any help?