G
Guest
Hi!
In our current app we display a splash screen form(running on a separate
thread) while some data access operations take place. Once the operations are
finished, we display the main app form. This is working just fine.
Now, we are adding a functionality to see if a configurationsettings file on
the device has all the values we need before the app loads(even before the
splash screen). If a value doesn't exist, we display a form, get the
user-input, update the configuration file and then WANT to continue loading
the app.
This new form will only be displayed if some settings are missing. I am not
able to close this new form or kill the thread and continue loading the app.
How should I be resolving this issue? Any ideas/suggestions will help a lot.
Thanks and regards,
Kumar
In our current app we display a splash screen form(running on a separate
thread) while some data access operations take place. Once the operations are
finished, we display the main app form. This is working just fine.
Now, we are adding a functionality to see if a configurationsettings file on
the device has all the values we need before the app loads(even before the
splash screen). If a value doesn't exist, we display a form, get the
user-input, update the configuration file and then WANT to continue loading
the app.
This new form will only be displayed if some settings are missing. I am not
able to close this new form or kill the thread and continue loading the app.
How should I be resolving this issue? Any ideas/suggestions will help a lot.
Thanks and regards,
Kumar