Jump to: navigation, search

Changes


Version 3.6 (WinX)

23 bytes removed, 13:12, 17 January 2020
* The not found offline query criteria are now ignored.
* It's now possible to use [[XAML_Tips#MultiBinding|multi bindings]] in XAML for simple compound bindings. Note: This is not a replacement of the existing [[EvalExpression]] which is able to handle complex expression evaluations.
* A new property ''LinkedLevel'' on the ''PropertyListItemViewModel'' loads and delivers a full PageViewModel of the linked object of a Guid property.
* It is now possible to attach documents to the [[Property_Wizard_(Client)|content creation wizard]].
* Added the [[SYSCLS_FILEDETAILSCLASSIFICATION|FileDetailsClassification]] to provide additional information about an uploaded file.
* Added the [[SYSCLS_3DMODELCLASSIFICATION|Archive3DModelClassification]] to enable downloading 3D models including additional files like textures.
* By default, the selective items are now sorted alphabetically in the ascending order based on their display texts. However, one can [[Version_3.6_(WinX)#Customized_Sorting|customize the sorting]] as well.
* The ''AppStatus'' ViewModel now has a bindable ''LiveDateTime'' property, that delivers and refreshes the current date and time, every second.
=== Enhancements ===
* Improved the performance and responsiveness when loading large lists. As a result, removed the previous workaround which allowed setting a limit on the max number of displayed child items (e.g. <x:Int32 x:Key="MaxItemsInList">500</x:Int32> in UBIKThemes).
* Added a toggle setting to turn on a strict template loading policy to help customizers spot potentially [[Developer_Mode#Missing_template|missing templates]].
* The ''Schedule'' (Gantt) control now allows to configure it's Date format through a new property ''DateTimeFormat'', examples on valid format strings can be found e.g. [https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1 here].
=== Bugfixes ===
* Fixed an issue when clicking on ListViewItem in ZoomedOutListView it does where the app did not navigate, when clicking users click on the right side half of the objectzoomed out list items.* Fixed an issue where OCR Definitions ("TAG_Chars.xml) generated through the experimental ''TagReader'' App could not be used by the client anymore.* Fixed an issue where OCR letters with holes (e.g. O, B, 8 etc.) were misinterpreted .
* Fixed an issue where the app crashed when opening the guid editor using the property wizard.
* Fixed an issue where configured barcode formats were not read correctly from the profile, thus the app always used QR codes only after restart.