Difference between revisions of "Version 4.0 (WinX)"
(→4.0.? on 2021-??-?? {{key press|DevOps}}) |
(→XAML changes) |
||
Line 40: | Line 40: | ||
* PriorityPropertyClickedCommand/PriorityPropertyRightClickedCommand are deleted since they are the same as PropertyClickedCommand/PropertyRightClickedCommand. You should use the latter instead; | * PriorityPropertyClickedCommand/PriorityPropertyRightClickedCommand are deleted since they are the same as PropertyClickedCommand/PropertyRightClickedCommand. You should use the latter instead; | ||
* Removed "Content.", "OwnerModel." from bindings. | * 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 === | === Editor related templates === |