checkUpToDate()

Checks if the application is up to date by comparing versions and date time stamps.

Syntax

checkUpToDate()RETURNS gwa.app.TUpdateDialogResult

Returns a TCheckUpToDateResult record with up-to-date information, version numbers, and error.

Usage

Use the checkUpToDate() method to check if the application is up to date. This method is called by default when updateDialog() is used.

For a complete example, run the GWA "update" demo in your GWA installation directory. If installed in FGLDIR, you will find the demo in $FGLDIR/demo/gwa/update or if installed in a separate directory, you will find it in gwa-install-dir/demo/gwa/update.