Difference between revisions of "Version 3.6 (WinX)"
Line 18: | Line 18: | ||
* 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. | ||
− | + | * Added a {{key press|Edit UBIKThemes}} button for fast and easy access to the custom/default UBIKThemes.xaml file, see [[Developer_Mode#XAML_Files|developer mode]]. | |
=== Enhancements === | === Enhancements === | ||
Line 25: | Line 25: | ||
* Improved ToString representations of collections for better use in DeveloperMode | * Improved ToString representations of collections for better use in DeveloperMode | ||
* Improved the performance and responsiveness when loading large lists. | * Improved the performance and responsiveness when loading large lists. | ||
− | |||
− | |||
=== Bugfixes === | === Bugfixes === | ||
Line 34: | Line 32: | ||
* Fixed an issue where UBIK was crashing when repeatedly opening the GuidEditor using the PropertyWizard. | * Fixed an issue where UBIK was crashing when repeatedly opening the GuidEditor using the PropertyWizard. | ||
* Fixed an issue where configured barcode formats for not read correctly from the profile, thus the App always used QR Codes only, after restart | * Fixed an issue where configured barcode formats for not read correctly from the profile, thus the App always used QR Codes only, after restart | ||
− | |||
Line 42: | Line 39: | ||
<br /> | <br /> | ||
We have made some improvements to make some bindings in Xaml code easier and more efficient. Some changes to your existing Xaml customizings might be necessary. Please refer to each section to see if the change is mandatory or not. | We have made some improvements to make some bindings in Xaml code easier and more efficient. Some changes to your existing Xaml customizings might be necessary. Please refer to each section to see if the change is mandatory or not. | ||
+ | |||
+ | == General changes regarding how UBIKThemes.xaml is customized == | ||
+ | In previous versions, one must include all resources defined in the default UBIKThemes.xaml file, which means the custom version of it will contain hundreds of resources even if only a handful of minor changes are actually made. | ||
+ | <br /> | ||
+ | Starting from 3.6, this mechanism is overhauled so that the custom UBIKThemes.xaml file only needs to contain those customized resources. For all other default ones that do not require changes, one can delete them (and we highly recommend doing so) to keep the customizings cleaner and more maintainable. | ||
== Binding to TemplateService and the templates == | == Binding to TemplateService and the templates == |
Revision as of 17:03, 11 December 2019
There are mandatory Xaml changes and existing customizings need to be updated. |
Starting with this version, Windows 10 build 16299 or later builds are required. |