BE_DialogProgressUpdate

BE_DialogProgressUpdate(number;{description})



Used to either close a progress dialog, or advance a progress dialog to the next step.


Parameters:

- number : the progress number.

- description : any updates to the text that is to appear in the dialog.

Keywords:

Dialog Progress Update


Version History:

- 2.1 :

- 4.0 : return error 3, command not available on iOS, Linux and under FMS

- 4.0.2 : Renamed from BE_ProgressDialog_Update

Code Examples:

BE_DialogProgressUpdate ( 1 ; "description" )
Closes a barber pole dialog

BE_DialogProgressUpdate ( $nextValue ; "description" )
Move the progress dialog, along to the next value, while updating the description text.

BE_DialogProgressUpdate ( 10 )
Close a progress dialog that started with maxiumum 9, and had 10 steps ( 0 through 9 )`

Still need help? Contact Us Contact Us