- altri aggiustamenti per parte manuale.
This commit is contained in:
Dario Sassi
2026-07-25 11:36:48 +02:00
parent 53b0235d59
commit 96a8ef1603
7 changed files with 7 additions and 99 deletions
+2 -3
View File
@@ -43,7 +43,7 @@ if WINDOW and WINDOW.FILE then
sOpenFilePath = WINDOW.FILE
else
-- altrimenti apro dialogo di scelta file
local sOpenDirPath = 'c:\\EgtData\\EgtWindowMaker\\Projects\\*.jwd'
local sOpenDirPath = 'C:\\EgtData\\EgtWindowMaker\\Projects\\*.jwd'
sOpenFilePath = EgtFileDialog( true, sOpenDirPath, "Window Project Files (*.jwd)|*.jwd||")
if not sOpenFilePath then
return
@@ -54,7 +54,7 @@ EgtNewFile()
EgtStartCounter()
local sProfileDir = 'C:\\EgtData\\EgtWindowMaker\\Profiles'
local sProfileDir = EgtGetStringFromIni( 'Window', 'ProfileDir', 'C:\\EgtData\\EgtWindowMaker\\Profiles', EgtGetIniFile())
if not WinManageProject.ReadFromFile( sOpenFilePath, sProfileDir) then
return
end
@@ -72,7 +72,6 @@ WinCalculate.CreatePartFromArea( nFrameId)
WinCalculate.AddHardware( nFrameId, true, false, false, false)
WinCalculate.AddAccessories( nFrameId, true)
-- elimino profilo se in batch per test
if WINDOW and WINDOW.TEST and WINDOW.TEST == 1 then
local nProfileGroupId = EgtGetFirstNameInGroup( GDB_ID.ROOT, WIN_PROFILE)