Function; UI_FlashButton - HWRM/KarosGraveyard GitHub Wiki

UI_FlashButton(<sScreenName>, <sButtonName>, <iNumberOfTimes>)

Description

Cause the button <sButtonName> on screen <sScreenName> to flash <iNumberOfTimes> times.
Stop the button from flashing using UI_StopFlashButton().

Example

UI_FlashButton("NewTaskbar", "btnBuild", 10)

Arguments

<sScreenName>: the name of the screen.
<sButtonName>: the name of the button.
<iNumberOfTimes>: the number of times to flash the button. Using -1 causes the button to flash repeatedly until clicked.

Related Pages

UI_StopFlashButton()

Function Reference

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial