Hey John,
You can only add the AutomaitcUpdater to your main form (not on a splash screen) and you have to do it at design time. These are 2 limitation we put in place.
We're going to make the AutomaticUpdater more flexible in wyBuild 2.7 or 2.8.
Hi guys,
Here is my situation...I have a winform that has the automaticUpdater control on.This form is loaded at application startup, and closes immediately after checking certain criteria.
When the form closes, it opens a new form for user details. Although the first form with the automaticUpdater is disposed, it gives me an error (CLR) and stops the enrtire program.I assume it has to do with the the automaticUpdater control waiting for the time to pass before checking for an update...
I have tried cancelling the check for updates when the first form is disposed.The other thing I tried, is to create the control programmatically, but I cannot see how to generate a new GUID in the code.
Please help,Thanks
Hey John,
You can only add the AutomaitcUpdater to your main form (not on a splash screen) and you have to do it at design time. These are 2 limitation we put in place.
We're going to make the AutomaticUpdater more flexible in wyBuild 2.7 or 2.8.