Line 37: | Line 37: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/dialogMessage</code> - | + | <code>@+id/dialogMessage</code> - source<br> |
<code>100</code> - maxValue<br> | <code>100</code> - maxValue<br> | ||
<code>100</code> - currentValue<br> | <code>100</code> - currentValue<br> |
Revision as of 16:17, 14 March 2017
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]