From 35cef16ffc96b06f68f122361ea84030169bb730 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 10 Feb 2020 13:33:02 +0200 Subject: Some fixes on transport layer. Fix on machine operator upgrade firmware.. Fix on SessionFileLogger. Fix on PPC jobs view. Fix on Tech Catalog View. --- .../Tango.PPC.Browser/ViewModels/BrowserViewVM.cs | 17 ++- .../PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml | 14 +- .../Tango.PPC.Technician/Views/CatalogView.xaml | 151 +++++++++++---------- 3 files changed, 99 insertions(+), 83 deletions(-) (limited to 'Software/Visual_Studio/PPC/Modules') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/ViewModels/BrowserViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/ViewModels/BrowserViewVM.cs index 9650aa342..0f5a49639 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/ViewModels/BrowserViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Browser/ViewModels/BrowserViewVM.cs @@ -1,4 +1,5 @@ -using System; +using CefSharp; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -95,6 +96,20 @@ namespace Tango.PPC.Browser.ViewModels } + public override void OnApplicationShuttingDown() + { + base.OnApplicationShuttingDown(); + + try + { + Cef.Shutdown(); + } + catch (Exception ex) + { + LogManager.Log(ex, "Error shutting down cef."); + } + } + private void Go() { if (View != null) diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml index cabcb44b9..94abe6b83 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml @@ -214,14 +214,14 @@ - + - + @@ -235,7 +235,7 @@ - + @@ -314,21 +314,21 @@ - + - + - + @@ -342,7 +342,7 @@ - + diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml index 0eab521e1..8f4bc9f0b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/Views/CatalogView.xaml @@ -23,100 +23,101 @@ Technician - + + + - + + + - - - + The technician module enables additional diagnostic tools. - The technician module enables additional diagnostic tools. - - - - - - Logging - + + + + + Logging + Display and investigate issues using application and embedded device logs. - + + - - + - - - - - System - + + + + + System + Display system properties, perform system actions, reset, shutdown etc... - + + - - + - - - - - Dispensers - + + + + + Dispensers + Perform manual dispensers homing priming. - + + - - + - - - - - Installed Packages - + + + + + Installed Packages + View the history of update packages installation. - + + - - + - - - - - Updates & Synchronization - + + + + + Updates & Synchronization + View the current status and history of update and synchronization operations. - + + - - + - - - - - Browser - + + + + + Browser + Open the browser module and navigate the web. - + + - - - - + + + + -- cgit v1.3.1