I'm sure someone's asked this before, but I can't find it.
I have a long, time-consuming process. I want to put up a dialog which will a) block access to the controls in the main window, b) allow users to click Cancel, and c) allow my process to run smoothly.
In VC++, this was called a modeless dialog. From other posts I've read here, a Java modeless dialog doesn't do a). From what I can tell, a modal dialog won't do b) and c) simultaneously.
Can someone clarify terms and point me in the right direction?
Rose/Miros
I have a long, time-consuming process. I want to put up a dialog which will a) block access to the controls in the main window, b) allow users to click Cancel, and c) allow my process to run smoothly.
In VC++, this was called a modeless dialog. From other posts I've read here, a Java modeless dialog doesn't do a). From what I can tell, a modal dialog won't do b) and c) simultaneously.
Can someone clarify terms and point me in the right direction?
Rose/Miros