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 | keyword represents progress dialog type
Can be:
|
Example
@+id/dialogMessage
- source
100
- maxValue
100
- currentValue
SPINNER
- keyword
[gn:act_showProgressDialog]|[@+id/dialogMessage,100,100,SPINNER]