EgtCAM5 1.8k1 :

- aggiunto zoom-all a inizio simulazione
- corretta selezione licenza quando mancante.
This commit is contained in:
Dario Sassi
2017-12-04 10:37:35 +00:00
parent ecb9d7caf6
commit e4c56f11d3
3 changed files with 14 additions and 7 deletions
@@ -69,6 +69,8 @@ Namespace EgtCAM5
InitializeSimulation()
If IniFile.m_bShowOnlyTable Then
EgtShowOnlyTable(False)
EgtZoom(ZM.ALL)
Else
EgtDraw()
End If
Else
@@ -502,8 +504,7 @@ Namespace EgtCAM5
MessageBox.Show(EgtMsg(MSG_MESSAGEBOX + 10), EgtMsg(MSG_SIMULATION + 5), MessageBoxButton.OK, MessageBoxImage.Error) 'Errore sconosciuto - ERRORE
End If
End If
' Aggiorno visualizzazione
EgtDraw()
' Aggiorno visualizzazione dati macchina
ShowCncData()
StatusMsg = EgtMsg(MSG_SIMULATION + 14) ' Home
End Sub