guiDlgProgress           package:svDialogs           R Documentation

_A _p_r_o_g_r_e_s_s _w_i_n_d_o_w

_D_e_s_c_r_i_p_t_i_o_n:

     Display the progression of a long task

_U_s_a_g_e:

     guiDlgProgress(value, range = c(0, 100), message = "Please wait...", title = "Progression",
         percent = TRUE, cancel = TRUE, icon = "none", parent = -1, GUI = getOption("guiWidgets"))

_A_r_g_u_m_e_n_t_s:

   value: The current value of the progession 

   range: The range for the progression 

 message: The message to display on top of the progression bar 

   title: The title of the dialog box 

 percent: Is it a progression in percent? 

  cancel: Is the cancel button enabled? 

    icon: An icon to display on the top left part of the dialog box 

  parent: Which window is the parent of this dialog box? 

     GUI: Which GUI toolkit to use to display this dialog box? 

_V_a_l_u_e:

     Nothing

_A_u_t_h_o_r(_s):

     Philippe Grosjean (phgrosjean@sciviews.org)

_S_e_e _A_l_s_o:

     'guiDlgMessage'

_E_x_a_m_p_l_e_s:

         #### TO DO...

