I have been working with a program that has about 6 forms. Which is to only have one form visible at any given time and only two function enabled at any given time. I am having issues getting the content of the form to load fully before the program continue on to the next step.
form.enabled = true
form.show()
****
Form starts to show but never fully shows labels or shows garbage and then continues on to the next line of code at ***
The form that opens only stays open a few seconds to let the user know that the program is in communication with a device.
I am going to try threading the form load as a new form to see if i can get the form to finish loading while the program continues.
any comments would be helpful...
ZacM
form.enabled = true
form.show()
****
Form starts to show but never fully shows labels or shows garbage and then continues on to the next line of code at ***
The form that opens only stays open a few seconds to let the user know that the program is in communication with a device.
I am going to try threading the form load as a new form to see if i can get the form to finish loading while the program continues.
any comments would be helpful...
ZacM