Index: development/models/mat/MAT Configurator,1.0.0.xml =================================================================== diff -u -r3030 -r3083 --- development/models/mat/MAT Configurator,1.0.0.xml (.../MAT Configurator,1.0.0.xml) (revision 3030) +++ development/models/mat/MAT Configurator,1.0.0.xml (.../MAT Configurator,1.0.0.xml) (revision 3083) @@ -121,7 +121,7 @@ - + @@ -327,7 +327,7 @@ - + - + - + @@ -375,18 +375,18 @@ - + - + - + - + @@ -395,28 +395,28 @@ - + - + - + - + - + - + @@ -457,7 +457,7 @@ - + @@ -520,7 +520,7 @@ - + @@ -590,10 +590,10 @@ - + - + @@ -682,7 +682,7 @@ - + @@ -770,10 +770,10 @@ - + - + - + - + - + - + @@ -839,20 +839,20 @@ - + - + - + - + @@ -866,10 +866,10 @@ - + - + @@ -1047,19 +1047,19 @@ - + - + - + - + @@ -2962,7 +2962,7 @@ local collection _LbxLadeTypes = {"LegraboxPure";"LegraboxFree"}; -UI.Kenmerken.HeeftLbxBinnenladeGlazenFront@visible = not(DATA.Kenmerken.ViaNettoBreedte) and (DATA.Kenmerken.LadeType in _LbxLadeTypes); +UI.Kenmerken.HeeftLbxBinnenladeGlazenFront@visible = not(DATA.Kenmerken.ViaNettoDiepte) and (DATA.Kenmerken.LadeType in _LbxLadeTypes); Visible ;ui.kenmerken.heeftlbxbinnenladeglazenfront@visible; @@ -4831,38 +4831,38 @@ end if; if (DATA.Kenmerken.LadeToepassing == "SY") then - local string _X = CStr(UI.Kenmerken.UitsparingData.X.Breedte); - local string _M = CStr(UI.Kenmerken.UitsparingData.M.Breedte); - local string _Y = CStr(UI.Kenmerken.UitsparingData.Y.Breedte); - local string _Z1 = CStr(UI.Kenmerken.UitsparingData.Z1.Breedte); - local string _Z2 = CStr(UI.Kenmerken.UitsparingData.Z2.Breedte); + local string _X = CStr(DATA.Kenmerken.UitsparingData.X.Breedte); + local string _M = CStr(DATA.Kenmerken.UitsparingData.M.Breedte); + local string _Y = CStr(DATA.Kenmerken.UitsparingData.Y.Breedte); + local string _Z1 = CStr(DATA.Kenmerken.UitsparingData.Z1.Breedte); + local string _Z2 = CStr(DATA.Kenmerken.UitsparingData.Z2.Breedte); _UitsparingAfmetingen = _UitsparingAfmetingen + " (" +_X + "/" + _Z1; - if (UI.Kenmerken.UitsparingData.UitsparingAantal == "Dubbel") then + if (DATA.Kenmerken.UitsparingData.UitsparingAantal == "Dubbel") then _UitsparingAfmetingen = _UitsparingAfmetingen + "/" + _M + "/" + _Z2; end if; _UitsparingAfmetingen = _UitsparingAfmetingen + "/" + _Y + ")"; end if; if (DATA.Kenmerken.LadeToepassing == "SP") then - local string _X = CStr(UI.Kenmerken.UitsparingData.X.Breedte); - local string _Y = CStr(UI.Kenmerken.UitsparingData.Y.Breedte); - local string _Z1 = CStr(UI.Kenmerken.UitsparingData.Z1.Breedte); + local string _X = CStr(DATA.Kenmerken.UitsparingData.X.Breedte); + local string _Y = CStr(DATA.Kenmerken.UitsparingData.Y.Breedte); + local string _Z1 = CStr(DATA.Kenmerken.UitsparingData.Z1.Breedte); _UitsparingAfmetingen = " (" +_X + "/" + _Z1 + "/" + _Y + ")"; end if; if (DATA.Kenmerken.LadeToepassing == "SP") then - local string _Z1 = CStr(UI.Kenmerken.UitsparingData.Z1.Breedte); + local string _Z1 = CStr(DATA.Kenmerken.UitsparingData.Z1.Breedte); _InfoLadeToepassing = GetLabel(TRL.InfoDiverse_Spoelbakopening@id; _Model; ""; _TaalCode) + " = " + _Z1 + "mm" + _UitsparingAfmetingen; end if; if (DATA.Kenmerken.LadeToepassing == "SY") then - local string _Z1 = CStr(UI.Kenmerken.UitsparingData.Z1.Breedte); - local string _Z2 = CStr(UI.Kenmerken.UitsparingData.Z2.Breedte); + local string _Z1 = CStr(DATA.Kenmerken.UitsparingData.Z1.Breedte); + local string _Z2 = CStr(DATA.Kenmerken.UitsparingData.Z2.Breedte); if (DATA.Kenmerken.UitsparingData.UitsparingAantal == "Enkel") then _InfoLadeToepassing = GetLabel(TRL.InfoDiverse_Sifonopening@id; _Model; ""; _TaalCode) + " = " + _Z1 + "mm" + _UitsparingAfmetingen;