(→Example) |
m (formatting) |
||
Line 10: | Line 10: | ||
===Blink view=== | ===Blink view=== | ||
− | ;<code>[gn:act_blinkView]|[target, interval]</code> | + | :;<code>[gn:act_blinkView]|[target, interval]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[target]] | + | | <code>[[target]]</code> |
| [[target]] whick blinks | | [[target]] whick blinks | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: | ||
− | ** [[GnTextView]] | + | ** <code>[[GnTextView]]</code> |
|- | |- | ||
− | | interval | + | | <code>interval</code> |
− | | <div style="text-align: right;">'''optional'''</div> | + | | <div style="text-align: right; background-color: #e5e5e5; padding-right: 7px">'''optional'''</div> |
time interval in miliseconds which defines length of complete cycle of one blink | time interval in miliseconds which defines length of complete cycle of one blink | ||
|- | |- | ||
Line 29: | Line 29: | ||
====Example==== | ====Example==== | ||
− | <code>@+id/screen4_nfcScanFinish</code> - target | + | :<code>@+id/screen4_nfcScanFinish</code> - target<br> |
− | <code>[gn:act_blinkView]|[@+id/screen4_nfcScanFinish]</code> | + | :; ⤷ <code>[gn:act_blinkView]|[@+id/screen4_nfcScanFinish]</code> |
<hr> | <hr> |
Latest revision as of 16:01, 12 July 2017
gn:act_blinkView
- Description
- Action used to make a view blink in specific intervals on screen.
- Action returns
- void
Action signatures
Blink view
[gn:act_blinkView]|[target, interval]
Parameter Description target
target whick blinks - Valid targets:
interval
optionaltime interval in miliseconds which defines length of complete cycle of one blink
Example
@+id/screen4_nfcScanFinish
- target
- ⤷
[gn:act_blinkView]|[@+id/screen4_nfcScanFinish]
- ⤷