# 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 %}


---

# Agent Instructions: 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-forms/show-status-windows.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.
