formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Progress Bar

fz_fuim_prog_update

Description

Update Progress bar. This function redraws the progress bar on the screen. This function is automatically called from fz_fuim_curs_wait() when the use_clock parameter is set to TRUE in . Note that if the initial delay time has not been reached, nothing is drawn.

To prevent the progress bar from consuming an large amount of CPU time by being updated too frequently, the function has an internal timer such that it only actually performs an update no more than every 1/3 of a second.

Plugin Prototype

fzrt_error_td fz_fuim_prog_update(void)

Returns

Error codes

Availability

5.0.0.0

See Also

, fz_fuim_prog_set_delay

Function Set

fz_fuim_fset


Defined in

fz_fuim_prog_api.h