From a92822bb875764c699457d4968c05afb22cf2cc3 Mon Sep 17 00:00:00 2001 From: NicolaP Date: Thu, 30 Jun 2022 19:01:07 +0200 Subject: [PATCH] Gestione visualizzazione percorso FiloTop --- CompoWindow/CompoListPage/CompoListPageVM.vb | 3 + .../CompoParamPage/CompoParamPageV.xaml | 4 +- .../CompoParamPage/CompoParamPageVM.vb | 47 +++- CompoWindow/CompoSceneHostV.xaml.vb | 19 ++ Constants/ConstIni.vb | 1 + EgtStoneLib/ConstMach.vb | 1 + SideEntityControl/SideEntityControlV.xaml | 15 +- SideEntityControl/SideEntityControlVM.vb | 202 +++++++++++++++++- Utility/OmagOFFICEMap.vb | 1 - 9 files changed, 285 insertions(+), 8 deletions(-) diff --git a/CompoWindow/CompoListPage/CompoListPageVM.vb b/CompoWindow/CompoListPage/CompoListPageVM.vb index 786cec9..339ed4f 100644 --- a/CompoWindow/CompoListPage/CompoListPageVM.vb +++ b/CompoWindow/CompoListPage/CompoListPageVM.vb @@ -108,6 +108,8 @@ Public Class CompoListPageVM End Get Set(value As Boolean) If m_SideAngle_IsChecked OrElse m_Drip_IsChecked Then Return + CompoWindowMap.refCompoSceneHostV.m_SelListHole.Clear() + CompoWindowMap.refCompoSceneHostV.m_DeselectListHole.Clear() m_FiloTop_IsChecked = value If value Then ' Se non ci sono loop interni, imposto quello esterno @@ -122,6 +124,7 @@ Public Class CompoListPageVM SideEntityControl = New SideEntityControlV(m_SideEntityControlVM) m_CompoListVisibility = Visibility.Collapsed m_CompoBackVisibility = Visibility.Collapsed + CompoWindowMap.refCompoSceneHostV.SetRefSideEntityControlVM(m_SideEntityControlVM) Else m_SideEntityControlVM.Close() m_SideEntityControlVM = Nothing diff --git a/CompoWindow/CompoParamPage/CompoParamPageV.xaml b/CompoWindow/CompoParamPage/CompoParamPageV.xaml index 55d3d17..0f1fdac 100644 --- a/CompoWindow/CompoParamPage/CompoParamPageV.xaml +++ b/CompoWindow/CompoParamPage/CompoParamPageV.xaml @@ -22,8 +22,8 @@ - +