Jump to: navigation, search

Difference between revisions of "Version 4.1 (WinX)"


m (XAML changes)
Line 12: Line 12:
  
 
=== 4.1.? on 2022-??-?? {{key press|DevOps}} ===
 
=== 4.1.? on 2022-??-?? {{key press|DevOps}} ===
* All AR pages are now fully customizable (including the camera view, map view, etc.);
+
* All AR pages are now fully customizable (including the camera view, map view, etc.).
 
* It's now possible for users to request [[Exclusive_Access_Content_(Client)|exclusive access]] for UBIK content to prevent others from editing it at the same time.  
 
* It's now possible for users to request [[Exclusive_Access_Content_(Client)|exclusive access]] for UBIK content to prevent others from editing it at the same time.  
* The PdfViewer now uses a CommandBar that enables automatic items overflow on smaller screens
+
* The PdfViewer now uses a CommandBar that enables automatic items overflow on smaller screens.
* The PdfViewer now has a text search feature
+
* The PdfViewer now has a text search feature.
 +
* Some properties now need to be authenticated first before editing ([[UBIK_WinX_Client_Basics#Authentication_Properties|Authentication Properties]]).
 +
* The app now determines the default tab to select based on different data configurations and scenarios.
 +
* Custom UBIKContentArea templates can now be chosen automatically based on [[SYSCLS_CHILDAREATEMPLATE|certain properties of the context object]].
  
[[Category:Client|Version 4.1 (WinX)]]
 
[[Category:Version 4.1|Version 4.1 (WinX)]]
 
[[Category:WinX|Version 4.1 (WinX)]]
 
  
 
== Known issues ==
 
== Known issues ==
 +
* During PDF annotating/hotspotting, changes are lost if you leave the page without deselecting the changed annotation/hotspot.
 +
<br/>
  
 
= XAML Notes =
 
= XAML Notes =

Revision as of 09:08, 30 May 2022

Important Notes

IC Attention.pngThis version requires Windows 10 build 17763 or higher
[edit]

Release Notes

Release

Beta

Preview

4.1.? on 2022-??-?? DevOps

  • All AR pages are now fully customizable (including the camera view, map view, etc.).
  • It's now possible for users to request exclusive access for UBIK content to prevent others from editing it at the same time.
  • The PdfViewer now uses a CommandBar that enables automatic items overflow on smaller screens.
  • The PdfViewer now has a text search feature.
  • Some properties now need to be authenticated first before editing (Authentication Properties).
  • The app now determines the default tab to select based on different data configurations and scenarios.
  • Custom UBIKContentArea templates can now be chosen automatically based on certain properties of the context object.


Known issues

  • During PDF annotating/hotspotting, changes are lost if you leave the page without deselecting the changed annotation/hotspot.


XAML Notes


XAML changes

  • The following templates need to be re-customized using the new default ones:
    • UBIKPOIArea
    • UBIKMapArea
    • UBIKScanArea
    • UBIKContentArea (due to significant changes to the Document section)
  • UBIKChildArea now supports customizable sub-tabs for child list filter presets.