> 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/220711.md).

# Kalipso 5.0.0 - Build 220711

{% hint style="success" %}
Release date: 2022-07-11
{% endhint %}

### Kalipso Designer

* Fixed issue dragging a Looper onto a Tab. Looper would get in the Tab but not binded to any Tab Item.
* Fixed issue editing a container's cell when the cell size exceeded the working space area. No scroll bars would be displayed.
* Fixed issue displaying actions. If the text representation of an action was bigger than the view port, the view port might not adjust its width if actions existed in posterior events where the necessary width was less then the one for other events. This way, an Action might perform word wrap instead of being displayed in a single line.
* Fixed issue in 'Web Service Run'. Parameter 'Certificate File Password' wasn't working.
* Fixed issue moving a Looper into another Looper when a Footer was present in a paged Report.
* Fixed issue changing the order of a Table Control columns. Actions referring to a column found between the moving positions, would get offset, referring to the new column in the old position.
* Fixed issue changing the properties of a Form. If the Form belong to a folder other than Main, it would be sent to Main nonetheless.
* Fixed issue checking usage of a Local Variable. Despite the Variable might belong to another Form, all 'Show Form' Actions in the Form where the Variable was defined, would be listed.
* Fixed issue in 'Set as First Form' option when right-clicking a closed Form in the Project tree. The option wasn't enable/disabled accordingly.
* Fixed issue in 'Get SMS Verification Code', 'Target' for iOS Code was returning an error.
* Fixed issue in 'CipherLab Set Scanner Preferences'.
* Fixed issue in 'Print on PC' action.
* Fixed issue switching the Type of a CheckBox. When setting 'Toggle' or 'Switch', 'Icon' property wasn't being reseted to 'Standard'.
* Fixed issue reacting to DPI changes in the system. Refresh mechanism might be launched more than once in parallel, causing a crash.
* Fixed issue converting a Project from a previous version. If a Linked Project would change while converting the Project, a crash would be produced listening for that change.
* Fixed issue in 'Intermec Select Label Types'. Although the user set the list to 'Fixed', when editing the Action, it would always be Dynamic.
* Fixed issue in 'Set Communication Profile Parameter'. When selecting Parameter 'Parity', the possible values list had a duplicated item.

### KClient

* Improvements made to iOS image cache, that also solved long image loading operations to temporarily show previous image when scrolling in Loopers.
* Fixed bug in Android client that would make first SelectionChange event in ListBox control not to be triggered.
* Updated Zebra RFID SDK to latest version (2.0.2.94) to add support for RFD90 and Fixed readers on Android.
* Fixed bug in KClient, when tab items were created invisible, programmatically setting them to visible was not working.
* Fixed bug in iOS client that could cause App to crash when calling SetSelecion on a Looper from a background thread while the looper was still loading data.
* Fixed bug setting scroll area section visibility on scroll areas inside Loopers that could cause App to crash.
* Fixed bug in iOS and Win10 clients that could cause App to crash when using Tab controls inside Looper controls.
* Fixed bug in Win10 client printing to Native Driver that could cause app to crash when quickly resizing the printer selection dialog.

### MIS Communicator

* Fixed database connection error output to log, to write the complete error message to the log file in case of connection error in KDriver.


---

# 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/220711.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.
