DataWall :

- correzioni varie
- aggiunta gestione origini diverse da BtlInfo/REFPOS su tavola.
This commit is contained in:
DarioS
2021-07-29 11:27:31 +02:00
parent 06c592d72b
commit 5794d267b4
5 changed files with 25 additions and 15 deletions
+3 -3
View File
@@ -213,9 +213,9 @@ local function MyProcessWalls()
local dPanelWidth = EgtGetInfo( BtlInfoId, 'PANELWIDTH', 'd') or WD.STD_RAW_WIDTH
-- Richiedo lunghezza del grezzo e sovramateriale di testa
local vsVal = EgtDialogBox( 'Lavora Pareti' .. ' (Ltot='.. EgtNumToString( dBoxL + 0.5, 0) .. ', Wtot=' .. EgtNumToString( dBoxW + 0.5, 0) .. ')',
{'Lunghezza grezzo', EgtNumToString( dPanelLen, 0)},
{'Larghezza grezzo', EgtNumToString( dPanelWidth, 0)})
local vsVal = EgtDialogBox( 'Lavora Pareti' .. ' (Ltot='.. EgtNumToString( dBoxL + 0.05, 1) .. ', Wtot=' .. EgtNumToString( dBoxW + 0.05, 1) .. ')',
{'Lunghezza grezzo', EgtNumToString( dPanelLen, 1)},
{'Larghezza grezzo', EgtNumToString( dPanelWidth, 1)})
if not vsVal then
EgtDraw()
return