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

# Kalipso 5.0.0 - Build 201127

{% hint style="success" %}
Release date: 2020-11-27
{% endhint %}

### Kalipso Designer

* Fixed issue converting Project from version 3.6. Although image resources were being created, the source files weren't being copied.
* Fixed issue specifying an APK's Private Key Name by pasting a value.
* Fixed issue deleting an Image Resource from the Image Picker. Although the Resource wound be deleted, it would still be displayed after the next refresh of the list.
* Fixed issue editing List Box. The 'Row Height' property was displaying the 'Y' property.
* Fixed issue in 'File Import to Table'. Action might not work properly if contained in a second or higher level Linked Project. There would be no issue in Linked Components.
* Fixed issue in 'XML Import to Table' and 'JSON Import to Table'. If action was contained in a second or higher level Linked Project, the column type might not be up to date. There would be no issue in Linked Components.
* Fixed issue resizing the left part of the Designer environment.
* Fixed issue converting "Update" to "SQL Advanced". Instead of "update ...", Kalipso was generating "update into ...".
* Fixed issue in Global Action Sets. Shortcuts to Local Variables and Action Sets were being displayed.
* Fixed issue generating Project Folder. Ia a Linked Component existed and an error would be produced during its manipulation, a generic error message would be displayed instead of the actual message.
* Fixed issue editing a Report's Label. If necessary, the 'Height' property input filed would get inactive but not it's spinner.
* Fixed display issue in 'HTML Viewer' properties window. 'Enabled' property wasn't vertically aligned with 'Visible' property.
* Fixed issue parsing expressions. In the process of editing an expression, if by any reason a single quote would fall inside of a VAR(), LVAR() or TVAR(), an error would be displayed.
* Fixed issue setting a style in the properties toolbar that defines the borders of a control.
* Fixed issue selecting a style where the Border property was set to 'Customized'.

### KClient

* Fixed bug in Android, retrieving Width or Height properties of the form was always returning 0.
* Fixed bug in Win10, calling TableSetColumnWidth on Tables inside Loopers could cause Application to crash.
* Performance improvement made in Win10 client reading data from sockets, including receiving data from MISCommunicator.
* Fixed bug in KClient, table control row height was not being recalculated after the window opened and its size changed.
* Fixed bug that caused execution of Stored Procedures from linked projects/components to fail with syntax error.
* Fixed bug with table controls inside loopers, clicks on the table would not update the looper selection.
* Fixed issue in Windows Mobile that could cause bottom bar to appear on a form with a Tab control when the form was configured not to show the bottom bar.
* Optimization made to flickering in Win32 KClient when using Shapes inside Loopers.
* Fixed bug in Win32 clients that would cause functions AddDays and SubDays to generate an error for dates before the year 1970.
* Fixed bug in Win10 client setting background image on a Form without any initial Background Image. It caused Background Image to appear on top of the other controls.
* Fixed some issues on Android connecting to Cipherlab RFID devices.
* Fixed bug on Android showing non full screen forms that have width or height equal or close to the width/height of the full screen form, it would not show part of the form.


---

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