Delta panels
Every module in M3 SWB is associated with an overall panel file, which consists of many panels. If you only must change a few panels, you can create a special Delta panel file. Save the Delta panel file to a separate library containing only other saved Delta panels. M3 SWB by default uses a Delta panel from this library before it selects a standard panel from the overall panel file.
Specify the path to the Delta panel file in M3 SWBs Startup Command File:
ECHO OFF
ECHO ******************************************
ECHO * *
ECHO * STARTING
<ph conref="../common/swb_short_name.xml#ditacomponent_5BA874A1F2FD4A4997A69DD513C40520/ph_523D5A0F47E3453A95E067F2BF07AF9D"><?xm-replace_text Phrase?></ph>
*
ECHO * PLEASE WAIT... *
ECHO * *
ECHO ******************************************
SET PMSIMDIR=C:\Program Files\MvxApp11_1
SET PSUI_INIPATH=%PMSIMDIR%\CONTROL
SET HELP=%PMSIMDIR%\US\HELP;%PMSIMDIR%\US\HELP;
SET FID_OTRA=%PMSIMDIR%\CONTROL\PMOTRA.FID
SET FID_REGM=%PMSIMDIR%\CONTROL\PMREGM.FID
SET PSUI_IMAGEPATH=%PMSIMDIR%\IMAGES\CUSTOM;%PMSIMDIR%\IMAGES
SET BATC=%PMSIMDIR%\Macro
SET PINI=%PMSIMDIR%\CONTROL
SET PMIN=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS
SET PMER=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS
SET PMGE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS
SET PANE=%PMSIMDIR%\US\PANELS\CUSTOM;%PMSIMDIR%\US\PANELS
SET PMSP=%PMSIMDIR%\DATA
SET DATA=%PMSIMDIR%\DATA
SET PMSIM_ENVIRONMENT=MOVEX
SET PMSIMDB_PARAMSQL=%PMSIMDIR%\CONTROL\param_db.112
SET PSDB_INIPATH=%PMSIMDIR%\CONTROL
SET PMSIMMI_PARAMMVX=%PMSIMDIR%\CONTROL\param_mi.112
SET PSMI_INIPATH=%PMSIMDIR%\CONTROL
SET PSMI_LOGPATH=%PMSIMDIR%\DATA
MvxApp.EXE
ECHO ON
M3 SWB first searches the special library for an existing Delta panel. If no library is found, a standard panel is used, from the file called PANELS.
You can obtain an overview of M3 SWBs search for the specified panel files to see whether they are located in the System module. The column status shows the progress of M3 SWBs search for a panel file and will register whether or not it has been located.When you install a new version of M3 SWB, you can re-utilize panels in the Delta panel files, without repeating the process. If further changes are required to any panels in the new version (and they are Delta panel files) all changes must take place in the Delta panel itself.