J
josepk
Hello,
Does anyone know if there is a way to display a form modally but still
allow processing to continue with the parent form that displayed the
modal form?
For example, assume I have Form A with various buttons on it and one of
the buttons on Form A kicks off a process that takes 5-10 seconds to
complete. I would like Form A to display a "Waiting..." modal Form B
but still have Form A continue processing while Form B is being
displayed.
Having Form B appear solves two issues:
1) Let's the user know that processing is under way (little more
informative than an hourglass cursor).
2) Prevents me from having to disable controls on Form A until the
processing is completed (I don't want the user to press controls on
Form A which could interrupt the processing).
Thanks,
Joe
Does anyone know if there is a way to display a form modally but still
allow processing to continue with the parent form that displayed the
modal form?
For example, assume I have Form A with various buttons on it and one of
the buttons on Form A kicks off a process that takes 5-10 seconds to
complete. I would like Form A to display a "Waiting..." modal Form B
but still have Form A continue processing while Form B is being
displayed.
Having Form B appear solves two issues:
1) Let's the user know that processing is under way (little more
informative than an hourglass cursor).
2) Prevents me from having to disable controls on Form A until the
processing is completed (I don't want the user to press controls on
Form A which could interrupt the processing).
Thanks,
Joe