Table of Contents

wxProgressDialog

include file: wxDialog.e


Creation parameters:

  • proc progress_resume( atom dialog )   
  • func progress_update( atom dialog, integer val, sequence message )     
     
    Parent Topics:
  • Dialogs


    Table of Contents

    [proc]
    progress_resume
    ( atom dialog )

    Category: wxProgressDialog

    Can be used to continue with the dialog, after the user had chosen ABORT.

    See Also: progress_update



    Table of Contents

    [func]
    progress_update
    ( atom dialog, integer val, sequence message )

    Category: wxProgressDialog

    Updates the dialog, setting the progress bar to the new value and, if given changes the message above it. Returns true unless the Cancel button has been pressed.

    If FALSE is returned, the application can either immediately destroy the dialog or ask the user for the confirmation and if the abort is not confirmed the dialog may be resumed with Resume function.

    See Also: progress_resume