> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/set-blinking.md).

# Set Blinking

Blinks a control or form between two specified colors during an amount of time.

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Object** - User can define a blinking action on a form or on a control.
  * **Control** *\<unquoted string> -* The control where the blinking action is taken.
  * **Form** *\<unquoted string> -* The from where the blinking action is taken.<br>
* **State** *\<numeric> -* The state of the control or form. If the value of this option is Off, user can't set colors to blink, otherwise user could define the colors to blink. It can be:
  * Dynamic
  * 1 - On
  * 2 - Off

*Color 1*

* **Fixed Color** - Defines a fixed color from the pallet of colors pre-defined.
* **Dynamic Color** *\<string> -* User can define a value of a color in RGB. The values for this parameter vary from "000000000" to "255255255". Or in Hexadecimal "#000000" to "#FFFFFF".

*Color 2*

* **Fixed Color** - Defines a fixed color from the pallet of colors pre-defined.
* **Dynamic Color** *\<string>* - User can define a value of a color in RGB. The values for this parameter vary from "000000000" to "255255255". Or in Hexadecimal "#000000" to "#FFFFFF".
* **Frequency (ms)** *\<numeric> -* The frequency, in milliseconds, of the blinking between Color 1 and Color 2.
* **Nbr. Of Blinks** *\<numeric> -* The number of blinkings taken. The value 0 in this parameters sets the blinking action unlimited.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/set-blinking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
