EgtDOORCreator 2.2j2:
-> aggiunto la possibilità di configurare di non comunicare il messaggio di Configurazione sbagliata (AskMeAgaingConfirm = 0).
This commit is contained in:
+8
-6
@@ -932,12 +932,14 @@ Friend Module DdfFile
|
||||
Return "Frame Top"
|
||||
Case ConstGen.PART_FRAME_BOTTOM
|
||||
' eseguo un controllo per verifiacre che sia attivo
|
||||
If Not Map.refAssemblyPageVM.CurrAssembly.Exterior Then
|
||||
Dim FB As PartDoor = Map.refAssemblyManagerVM.ReserchPartDoor("FB_")
|
||||
If Not IsNothing(FB) Then
|
||||
FB.Door.SetIsActive(False)
|
||||
Else
|
||||
FB.Door.SetIsActive(True)
|
||||
If Map.refMainWindowVM.SelectedPage <> MainWindowVM.ListPageEnum.nHardwarePage Then
|
||||
If Not Map.refAssemblyPageVM.CurrAssembly.Exterior Then
|
||||
Dim FB As PartDoor = Map.refAssemblyManagerVM.ReserchPartDoor("FB_")
|
||||
If Not IsNothing(FB) Then
|
||||
FB.Door.SetIsActive(False)
|
||||
Else
|
||||
FB.Door.SetIsActive(True)
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
Return "Frame Bottom"
|
||||
|
||||
Reference in New Issue
Block a user