EgtCAM5 2.2f5 :

- aggiunti messaggi di errore sulle Operazioni (come per Db Lav.)
- Cambio colore pulsante "Applica Lavorazioni" in caso di modifica e errore
- MessageBox che elenca errori prevista premendo "Applica Lavorazioni" con errori
- Nuova gestione variabile m_MatType per Db Lav. e Operazioni proveniente da MachiningTreeViewItem di EgtWPFLib5
- Correzione gestione Messaggi in base al Materiale della Macchina
This commit is contained in:
Renzo Lanza
2020-06-17 14:51:53 +00:00
parent 0bc3faa4bf
commit dd3a845681
18 changed files with 354 additions and 291 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ Public Class MachinePanelVM
End If
Dim MachDbWindowVM As New EgtWPFLib5.MachiningDbWindowVM(IniFile.m_sCurrMachIniFilePath, IniFile.m_ProjectSceneContext, "Wood")
Dim MachDbWindowV As New EgtWPFLib5.MachiningDbWindowV(Application.Current.MainWindow, MachDbWindowVM)
If MachDbWindowVM.MatType <> 0 Then
If EgtWPFLib5.MachiningTreeViewItem.m_MatType <> 0 Then
MachDbWindowV.Height = 784 '674
MachDbWindowV.Width = 1024
MachDbWindowV.Owner = Application.Current.MainWindow