diff --git a/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml b/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml index f384493..ebb0cc5 100644 --- a/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml +++ b/Effector.Plugin.DoorArreda/DoorListPage/DoorListPageV.xaml @@ -64,10 +64,6 @@ Binding="{Binding nId}" Width="Auto" IsReadOnly="True"/> - @@ -86,27 +82,31 @@ - - - + IsReadOnly="True"/>--> + + + 0 Then ' aggiorno dati in lista porte Dim Door As Door = Map.refDoorListPageVM.DoorList.FirstOrDefault(Function(x) x.nId = nId) - If nDoorState <> Door.nProdState Then + If Not IsNothing(Door) AndAlso nDoorState <> Door.nProdState Then Door.SetProdState(nDoorState) If lLoadTime > 0 Then Door.SetLoadTime(lLoadTime) If lMachining1Start > 0 Then Door.SetMachining1Start(lMachining1Start) diff --git a/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Light.ttf b/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Light.ttf new file mode 100644 index 0000000..d43e943 Binary files /dev/null and b/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Light.ttf differ diff --git a/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Regular.ttf b/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Regular.ttf new file mode 100644 index 0000000..7d9a6c4 Binary files /dev/null and b/Effector.Plugin.DoorArreda/Resources/Fonts/Roboto-Regular.ttf differ diff --git a/Effector.Plugin.DoorArreda/Utility/Dictionary.xaml b/Effector.Plugin.DoorArreda/Utility/Dictionary.xaml index 1157d89..55e1037 100644 --- a/Effector.Plugin.DoorArreda/Utility/Dictionary.xaml +++ b/Effector.Plugin.DoorArreda/Utility/Dictionary.xaml @@ -16,40 +16,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + @@ -65,6 +56,10 @@ 2 2 + +