I'm working on an app where the user clicks a button to perform a function. I want to write to a new form/textarea while that sub is running. However, the program display freezes up while that subroutine is running. That is, the form starts to launch, I see the outline of it, but it doesn't fully render until after the subroutine finishes (processing on a 150Mb file).
So this may be obvious to all but this humble noob, how to I get that process to run without freezing up the form? OR, how to I get the form to display without being frozen up?
So this may be obvious to all but this humble noob, how to I get that process to run without freezing up the form? OR, how to I get the form to display without being frozen up?