OpenDatabase control now handles status changes with VisualStateManager instead of Vm

Opening DB shows a progress ring instead
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-30 11:10:10 +02:00
parent 9fdc727787
commit d2814c6c67
10 changed files with 72 additions and 90 deletions

View File

@@ -129,9 +129,6 @@
<data name="CompositeKeyErrorUserPassword" xml:space="preserve">
<value>- password incorrect</value>
</data>
<data name="CompositeKeyOpening" xml:space="preserve">
<value>Opening...</value>
</data>
<data name="CompositeKeyUpdated" xml:space="preserve">
<value>Database credentials updated.</value>
</data>
@@ -264,9 +261,6 @@
<data name="HistoryDeleteTitle" xml:space="preserve">
<value>Delete history entry ?</value>
</data>
<data name="CompositeKeyOpenButtonLabel" xml:space="preserve">
<value>Open</value>
</data>
<data name="FileNotFoundDescription" xml:space="preserve">
<value>File does not exist anymore</value>
</data>