gn:act_showProgressDialog
- Description
- Action used to display a progress dialog.
- Action returns
- void
Action signatures
Show progress dialog
[gn:act_showProgressDialog]|[source,maxValue,currentValue,keyword]
Parameter Description source
source from where the progress dialog message will be used maxValue
number which represents the maximum value currentValue
number which represents the current value keyword
defines the progress dialog type Can be:
SPINNER
HORIZONTAL
Example
@+id/dialogMessage
- source100
- maxValue100
- currentValueSPINNER
- keyword
- ⤷
[gn:act_showProgressDialog]|[@+id/dialogMessage,100,100,SPINNER]
- ⤷