> 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/release-history/200310.md).

# Kalipso 5.0.0 - Build 200310

{% hint style="success" %}
Release date: 2020-03-10
{% endhint %}

### Kalipso Designer

* Fixed issue in "Get Project Parameter" Action. Action wasn't loading parameters from Linked Projects/Components.
* Fixed issue loading Linked Components. A message would be displayed if "Get Project Parameter" was being used.
* Fixed issue when saving data from pasting a Control. Instead of displaying the error, a crash was being produced.
* Fixed issue previewing the Splash Screen of the Project. Text was always centered vertically and horizontally.
* Fixed issue converting "Update" Action to "SQL Advanced" Action.
* "ESCP POS A" and "ESCP POS B" fonts were missing in Report Controls properties.
* Fixed issue in "Set Value" Action when assigning to a Variable from a Linked Project/Component (single or multiple).
* Fixed tooltip of the Add Style button, shown in the Control Properties window.
* Removed "Add to Theme" option from a Form/Control context menu. The concept has been replaced by the Style Editor.
* Fixed issue deleting an Image Resource from the Image source selection screen.
* Fixed issue loading a Combo's Row Height. Despite the property value, the properties window would always display 0.
* Fixed issue adding style from a Control Properties window. Control dimensions weren't being saved in the style.
* Fixed issue in "Scroll Area Set Section Property" Action. When setting the a Color property to a dynamic value, the button to open the expression editor weren't being enabled.
* Fixed issue printing the Project. Some fields weren't breaking the content into several lines if necessary.
* Fixed issue printing Project. Some Controls could be unaccessible afterwards, until the project was reopen.
* Fixed issue in "Update Project" Action. Some parameters weren't loading correctly.
* Fixed issue pasting "Exec Global Action Set", "Exec Local Action Set", "Invoke Form Local Action Set" and "Post App Notification". The initialized Temporary Variables were being taken into consideration when pasting the Actions while only the expressions or targets should. This means that if one of those variables were named, Kalipso would try to named them in the destiny Event also, when it shouldn't.
* Fixed issue returning from the Image/Text positioning screen. The "Text Alignment" property wasn't being taken in consideration when evaluating if the Control still belongs to a Style or not. This applies to Image, Combo and Check Box Controls.
* Fixed issue saving the Advance Settings of a Database Connection Profile. KClient was updated.
* Fixed bug in iOS with text color on Keyboard action when using Dark Mode.
* Fixed bug parsing Kalipso syntax filters that used PVAR(). It would not add enclosing quotes when PVAR was string type.
* Fixed bug in simulator that was preventing Item Added event in Loopers from showing in the Trace window.
* Fixed bug that could cause application to crash when using ForEach on a Table Control that was inside a Tab or Scroll Control.
* Fixed bug in iOS client, Tab control headers would be black when background color was set to transparent.


---

# 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/release-history/200310.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.
