Maptitude GISDK Help

Progress Bars

From time to time Maptitude displays a progress window with one or more progress bars that indicate what percentage of an operation is complete. GISDK lets you add these progress bars to the progress window in your own applications. You can also program the progress window to include a Cancel button, allowing the user to interrupt the operation while it is in progress. Here are the GISDK functions you need to use:

 

GISDK Function Summary
CreateProgressBar() Creates a new progress bar that reports the progress of an operation
DestroyProgressBar() Destroys a progress bar, indicating completion of an operation
ResetProgressWindow() Resets the title and the maximum number of progress bars that can be created in the progress window to the number prior to the last call to SetProgressWindow()
SetProgressWindow() Sets the title and the maximum number of progress bars that can be created in the progress window
UpdateProgressBar() Updates a progress bar in the progress window

 

In addition to the functions above, the ProgressBar Class provides methods that simplify the use of progress bars

 

The following GISDK functions were replaced in Version 6.0/2012:

 

Old GISDK Function New GISDK Function
DisableProgressBar() ResetProgressWindow()
EnableProgressBar() SetProgressWindow()

 

 

©2025 Caliper Corporation www.caliper.com