Difference between revisions of "Version 3.6 (WinX)"
Line 9: | Line 9: | ||
* More UI parts are now fully customizable. | * More UI parts are now fully customizable. | ||
** The status bar as ''UBIKGlobalStatusBar.xaml''. | ** The status bar as ''UBIKGlobalStatusBar.xaml''. | ||
+ | ** The bottom bar as ''UBIKGlobalBottomBar.xaml''. | ||
** The login/start page as ''UBIKStartArea.xaml''. | ** The login/start page as ''UBIKStartArea.xaml''. | ||
− | ** The | + | ** The child page as ''UBIKContentArea.xaml''. |
** The details page as ''UBIKDetailsArea.xaml''. | ** The details page as ''UBIKDetailsArea.xaml''. | ||
+ | ** The document page as ''UBIKDocumentArea.xaml''. | ||
* It is now possible to use external Bluetooth RFID Readers to scan [[RFID_tags#tab=WinX_External_Scanner|RFID Tags]] in UBIK. | * It is now possible to use external Bluetooth RFID Readers to scan [[RFID_tags#tab=WinX_External_Scanner|RFID Tags]] in UBIK. | ||
* The not found offline query criteria are now ignored. | * The not found offline query criteria are now ignored. | ||
Line 20: | Line 22: | ||
* An [[XAML_Tips#InvokeOnItemsCommand|InvokeOnItemsCommand]] is now available to execute a specified command on list items. | * An [[XAML_Tips#InvokeOnItemsCommand|InvokeOnItemsCommand]] is now available to execute a specified command on list items. | ||
* Added the [[SYSCLS_3DMODELCLASSIFICATION|Archive3DModelClassification]] to enable downloading 3D models including additional files like textures. | * 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. | ||
=== Enhancements === | === Enhancements === | ||
Line 30: | Line 33: | ||
** Added a {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|details here]]. | ** Added a {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|details here]]. | ||
* Improved the performance and responsiveness when loading large lists. | * Improved the performance and responsiveness when loading large lists. | ||
+ | * Added a toggle setting to turn on a strict template loading policy to help customizers spot potentially [[Developer_Mode#Missing_template|missing templates]]. | ||
=== Bugfixes === | === Bugfixes === | ||
Line 35: | Line 39: | ||
* 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 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 OCR letters with holes (e.g. O, B, 8 etc.) were misinterpreted | ||
− | * Fixed an issue where | + | * Fixed an issue where the app crashed when opening the guid editor using the property wizard. |
− | * Fixed an issue where configured barcode formats | + | * Fixed an issue where configured barcode formats were not read correctly from the profile, thus the app always used QR codes only after restart. |
* Fixed an issue in the back navigation behavior in the type browser of the developer mode. | * Fixed an issue in the back navigation behavior in the type browser of the developer mode. | ||
* Fixed an confusing filtering behavior in the type browser of the developer mode. | * Fixed an confusing filtering behavior in the type browser of the developer mode. | ||
+ | * Fixed an issue where branch download containing a large number of document files was extremely slow. | ||
+ | * Fixed an issue where some localized texts were not used. | ||
+ | * Fixed an issue where the {{key press|Cancel}} button in the [[Developer_Mode#XAML_Files|XAML overwrite dialog]] did not work. | ||
+ | * Fixed an issue where the app did not properly navigate to the object when a user clicked on items in a zoomed out list. | ||
+ | * Fixed an issue where the app always displayed the zoomed in list view even if a user switched to the zoomed out one in the same app session. | ||
+ | <br /> | ||
= Build History = | = Build History = |
Revision as of 13:18, 12 December 2019
There are mandatory Xaml changes and existing customizings need to be updated. See Xaml Changes tab. |
Starting with this version, Windows 10 build 16299 or later builds are required. |