Difference between revisions of "Version 4.4 (WinX)"
(→4.4.? on 2023-07-? {{key press|App Center}}) |
|||
Line 20: | Line 20: | ||
* Fixed an issue where some download indicators were missing on document tiles. | * Fixed an issue where some download indicators were missing on document tiles. | ||
* Fixed some UI issues when trying to edit GeoData or DateTime Properties. | * Fixed some UI issues when trying to edit GeoData or DateTime Properties. | ||
− | * Fixed | + | * Fixed an issue where the NavigationView sidebar navigational buttons were clipped on the right edge, and updated its core styles and application in main content areas. |
+ | * Fixed an issue where too many root object overlapped the navigational buttons on the sidebar. | ||
+ | * Fixed an issue where only up to 9 root items could be displayed on the root area. | ||
+ | |||
+ | |||
+ | |||
− | |||
− | |||
− | |||
=== 4.4.10 on 2023-07-19 {{key press|App Center}} === | === 4.4.10 on 2023-07-19 {{key press|App Center}} === | ||
Line 71: | Line 73: | ||
= ⚠️ XAML Notes = | = ⚠️ XAML Notes = | ||
− | + | ||
− | * Due to a XAML Toolkit upgrade, the items at the bottom of the global sidebar appear clipped. At the same time, the NavigationView styling was streamlined in both UBIKThemes, and the content areas (UBIKContentArea, UBIKRootArea, UBIKDocumentArea, UBIKQueryArea). Already-existing customized versions of these pages will need to be adapted to see these changes. In rare cases, the Navigation View in already existing customized templates will appear broken (white background, reduced functionality) and require conversion. For | + | * ⚠️NavigationView: Due to a XAML Toolkit upgrade, the items at the bottom of the global sidebar appear clipped. At the same time, the NavigationView styling was streamlined in both UBIKThemes, and the content areas (UBIKContentArea, UBIKRootArea, UBIKDocumentArea, UBIKQueryArea). Already-existing customized versions of these pages will need to be adapted to see these changes. In rare cases, the Navigation View in already existing customized templates will appear broken (white background, reduced functionality) and require conversion. |
+ | <div class="toccolours mw-collapsible mw-collapsed"> | ||
+ | <div style="font-weight:bold;line-height:1.6;">Steps to Conversion</div> | ||
+ | <div class="mw-collapsible-content"> | ||
+ | |||
+ | <b>Step 1:</b> For each custom; UBIKContentArea, UBIKRootArea, UBIKDocumentArea, UBIKQueryArea: | ||
+ | Remove the <muxc:NavigationView ...> and inline notes. | ||
+ | Replace it with the ContentControl that references the new UBIKNavigationView as it's template (<ContentControl Template="{StaticResource UBIKNavigationView}"> found in any of the default area templates named above), and optionally the xaml notes, documented below. | ||
+ | Do not forget to also convert the closing tag at the end of the xaml. | ||
+ | |||
+ | <b>Step 2:</b> Unfortunately, due to the way our themes are loaded, we need to include the new items in our custom UBIKThemes in order for customized color resources, like UBIKAccentColor, to be reflected on the NavigationView (otherwise it will always be standard orange). | ||
+ | We also need to remove the old customizing to prevent interference of these styles. | ||
+ | Clean up your UBIKThemes by removing all of the standard customizing from before the update. The easiest way is to; | ||
+ | Search in your custom UBIKThemes.xaml for the NavigationView section (you can find it between the tags: <!--#region NAVIGATION VIEW-->) and remove all the contents from this region. | ||
+ | Use Developer Mode to unpack or access the newest standard UBIKThemes, and paste in the two following items in their entirety (make sure you get the entire item, until its closing tag): | ||
+ | |||
+ | <Style x:Key="UBIKPaneToggleButtonStyle"...></Style> | ||
+ | |||
+ | <ControlTemplate x:Key="UBIKNavigationView">...</ControlTemplate> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <br> | ||
+ | |||
+ | * More than 8-10 root items overflowed the navigational sidebar buttons in the updated NavigationView described above. The fix was applied to the UBIKGlobalSideBarButtons template for least chance of conflicting with a customized template. If your project has a customized version of this template and more than 8-10 items, please copy the Height attribute and VisualStateManager from the new default template. | ||
* Invalid value indicator in [[Property_Direct_Edit_(Client)#ValueItem.PropertyValue_or_ValueItem.PropertyValueSessionless|property direct edit]] moved from UBIKPropertyDirectItemTextBox.xaml and UBIKPropertyDirectItemGeoData.xaml into UBIKPropertyDirectItemContainer.xaml to unify for all properties. | * Invalid value indicator in [[Property_Direct_Edit_(Client)#ValueItem.PropertyValue_or_ValueItem.PropertyValueSessionless|property direct edit]] moved from UBIKPropertyDirectItemTextBox.xaml and UBIKPropertyDirectItemGeoData.xaml into UBIKPropertyDirectItemContainer.xaml to unify for all properties. | ||
Revision as of 06:58, 26 July 2023
This version requires Windows 10 build 17763 or higher |
Availability
Store: Publicly available in Microsoft Store.
Store Beta: Publicly available in Microsoft Store as beta versions to those whose account email is included in our beta program. Please contact the Augmensys staff and submit your chosen email address if you would like to join.
App Center: Available to those who have access to the Augmensys App Center.