If the debugger mode is ON, the codes next to the formInDialog window executed before it is closed.
code line 1
code line 2
application.showFormInDialog()
code line 3
code line 4
The code line 3, code line 4 are supposed to run after the formInDialog is closed.
But it is not. It runs while the formInDialog is open.
This is very inconvenient when debugging method.
Please help us fix ASAP.
This is excepected behaviour.
Because if you debugger is on and you show the form in a dialog that dialog can’t be model because you wouldn’t be able to debug anything (because the method editor window can’t have/get focus)
In java6 they will improve this if i am not mistaken so that we have more choices.
If you can’t do anything then I can wait.
But I would say it is very very annoying. I hope java 6 has more option.
Thanks