diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-02 12:56:54 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-02 12:56:54 +0300 |
| commit | a3d3b71369e0a29821540b05b694daae0b577b27 (patch) | |
| tree | 18034c88259c30c81c798331b1e5edfea68bd6f9 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views | |
| parent | d9003d43834c09f555b1ea14995b85b80ee02709 (diff) | |
| download | Tango-a3d3b71369e0a29821540b05b694daae0b577b27.tar.gz Tango-a3d3b71369e0a29821540b05b694daae0b577b27.zip | |
Fixed ability to select environment on setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainEurekaView.xaml | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainEurekaView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainEurekaView.xaml index 9bd5df3e8..1646cf6dd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainEurekaView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MainEurekaView.xaml @@ -29,29 +29,23 @@ </i:Interaction.Triggers> <Grid> + <touch:TouchPanelEurekaNoKeyboard> - <controls:NavigationControl TransitionAlwaysFades="True" KeepElementsAttached="False" UseDefferedRendering="True" TransitionType="Zoom" x:Name="NavigationControl" x:FieldModifier="public"> - <local:LoadingView></local:LoadingView> - <local:LoadingErrorView></local:LoadingErrorView> - <local:NoPermissionsView></local:NoPermissionsView> - <local:LoginView></local:LoginView> - <local:LayoutEurekaView controls:NavigationControl.NavigationName="LayoutView"></local:LayoutEurekaView> - <local:ExternalBridgeView></local:ExternalBridgeView> - <local:MachineSetupView></local:MachineSetupView> - <local:MachineUpdateView></local:MachineUpdateView> - <local:RestartingSystemView></local:RestartingSystemView> - <local:EmergencyView></local:EmergencyView> - <local:RestartingView></local:RestartingView> - </controls:NavigationControl> + <controls:NavigationControl TransitionAlwaysFades="True" KeepElementsAttached="False" UseDefferedRendering="True" TransitionType="Zoom" x:Name="NavigationControl" x:FieldModifier="public"> + <local:LoadingView></local:LoadingView> + <local:LoadingErrorView></local:LoadingErrorView> + <local:NoPermissionsView></local:NoPermissionsView> + <local:LoginView></local:LoginView> + <local:LayoutEurekaView controls:NavigationControl.NavigationName="LayoutView"></local:LayoutEurekaView> + <local:ExternalBridgeView></local:ExternalBridgeView> + <local:MachineSetupView></local:MachineSetupView> + <local:MachineUpdateView></local:MachineUpdateView> + <local:RestartingSystemView></local:RestartingSystemView> + <local:EmergencyView></local:EmergencyView> + <local:RestartingView></local:RestartingView> + </controls:NavigationControl> - </Grid> - - <Grid Visibility="{Binding IsScreenSaverOn,Converter={StaticResource BooleanToVisibilityConverter}}" Background="Black"> - <i:Interaction.Triggers> - <i:EventTrigger EventName="PreviewMouseUp"> - <i:InvokeCommandAction Command="{Binding ScreenSaverExitCommand}" /> - </i:EventTrigger> - </i:Interaction.Triggers> + </touch:TouchPanelEurekaNoKeyboard> </Grid> </Grid> </UserControl> |
