Changes

Version 4.0 (WinX)

522 bytes added, 10:13, 2 September 2021
/* XAML changes */
* PriorityPropertyClickedCommand/PriorityPropertyRightClickedCommand are deleted since they are the same as PropertyClickedCommand/PropertyRightClickedCommand. You should use the latter instead;
* Removed "Content.", "OwnerModel." from bindings.
 
 
=== UBIKGlobalStatusBar ===
* The Visibility of <ProgressBar x:Name="ProgressIndicator"...> adjusts from "{Binding ProgressIndicator, Converter=...}" to "{Binding AppStatus.ProgressIndicator, Converter=...}"
* The Visibility of <Grid x:Name= "ActionPanel" .../> now adjusts from "{Binding LoginState, Converter=...}" to "{Binding AppStatus.LoginState, Converter=...}"
* All Visibilities for and inside "TextBlock" adjust from "{Binding WritingToDB, Converter=....]" to "{Binding AppStatus.WritingToDB, Converter=...}"
 
=== Editor related templates ===
123
edits