> 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-forms/show-status-windows.md).

# Show Status Windows

Opens a Kalipso Status Window with the specified text.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

*Window*

* **X** *\<numeric> -* The X coordinate where the window will appear. Setting this parameter to **-1**, will cause the window to be centered in X axis.
* **Y** *\<numeric> -* The Y coordinate where the window will appear. Setting this parameter to **-1**, will cause the window to be centered in Y axis.
* **Width** *\<numeric> -* Width of the opened window. Setting this parameter to **-1**, will cause the window to adjust its width to the text.
* **Height** *\<numeric> -* Height of the opened window. Setting this parameter to **-1**, will cause the window to adjust its height to the text.
* **Background Color** *\<string> -* Background color of the displayed status window. The format of this parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to "255255255"

*Text 1*

* **Text** *\<string> -* Text to be displayed in the first line of the opened status window.
* **Font Name** *\<string> -* Font of Text.
* **Font Size** *\<numeric> -* Font Size of Text.
* **Font Properties** *\<numeric> -* Font Properties of Text.
* **Text Alignment** *\<numeric> -* Horizontal alignment of Text.
* **Font Color** *\<string> -* Font color of Text. The format of this parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to "255255255"

*Text 2*

* **Text** *\<string> -* Text to be displayed in the first line of the opened status window.
* **Font Name** *\<string> -* Font of Text.
* **Font Size** *\<numeric> -* Font Size of Text.
* **Font Properties** *\<numeric> -* Font Properties of Text.
* **Text Alignment** *\<numeric> -* Horizontal alignment of Text.
* **Font Color** *\<string> -* Font color of Text. The format of this parameter is RRRGGGBBB (Red, Green, Blue), from "000000000" to "255255255"

{% hint style="info" %}
Normally this action is used when you are runing a rotine that takes a long time to be performed and you want to alert the user.
{% endhint %}

{% hint style="info" %}
The status window prevents the user from interacting with the current Form.
{% endhint %}

{% hint style="info" %}
On Android, only default settings are used.
{% endhint %}
