aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 14:30:37 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-30 14:30:37 +0300
commit3d9beda13daccac78fb05dc94d1430a0a47e9db6 (patch)
tree46bacc886e0c04cb944fb494d9ec5b49d8ccd207 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml
parent7171e1a3b7579420f2060798c649088d70565401 (diff)
downloadTango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.tar.gz
Tango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.zip
Some work..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml
index 07c1b29a2..9e47bfcdb 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainView.xaml
@@ -4,6 +4,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:controls="clr-namespace:Tango.SharedUI.Controls;assembly=Tango.SharedUI"
+ xmlns:commonControls="clr-namespace:Tango.PPC.Common.Controls;assembly=Tango.PPC.Common"
xmlns:vm="clr-namespace:Tango.PPC.UI.ViewModels"
xmlns:global="clr-namespace:Tango.PPC.UI"
xmlns:local="clr-namespace:Tango.PPC.UI.Views"
@@ -46,5 +47,19 @@
<local:MachineSetupView></local:MachineSetupView>
</controls:NavigationControl>
</touch:TouchPanel>
+
+ <!--<Grid Background="#28000000" Visibility="{Binding NotificationProvider.IsInGlobalBusyState,Converter={StaticResource BooleanToVisibilityConverter}}"/>
+
+ <commonControls:AsyncAdornerControl HorizontalAlignment="Center" VerticalAlignment="Center" Width="600" Height="200" Visibility="Visible">
+ <Grid>
+ <Border Background="White" CornerRadius="10">
+ <Border.Effect>
+ <DropShadowEffect ShadowDepth="0" BlurRadius="10" />
+ </Border.Effect>
+
+ <TextBlock HorizontalAlignment="Center" VerticalAlignment="Center">Please wait...</TextBlock>
+ </Border>
+ </Grid>
+ </commonControls:AsyncAdornerControl>-->
</Grid>
</UserControl>