Automatic Updater affecting other controls

I put Automatic Updater on the "Select City" form which is the first screen of my app.

When I press the "Proceed" button before the Automatic Update contol finishes his checking for updates, I get a "Cannot access a disposed object" error message.

How can I define that my "Proceed" button will stay enabled= "false" until the checking for updates finishes?

Thanks!

Hey Tomer,

What version of the AutomaticUpdater are you using? Can you make a simple example that produces this error. Send it to wyatt@wyday.com.

Hey Tomer,

What version of the AutomaticUpdater are you using? Can you make a simple example that produces this error. Send it to wyatt@wyday.com.

Im probably gonna do this on Sunday when I get back to work. Im now finishing my week.Its the version that came with wyBuild 2.6.18.4.

Hey Tomer,

What version of the AutomaticUpdater are you using? Can you make a simple example that produces this error. Send it to wyatt@wyday.com.

Dont mind the error. Its going to be difficult to make that happen in a small example. Can we raise an event when check for updates finishes? I want to enable a button when that happens.

Never mind, just found Automatic Updater has an "Up to date" event.I enable the "Proceed" button only after the program makes sure that the user has the latest version.Works like a charm.