08-20-2013 05:12 AM
How can I suppress or quit the dialog box that comes up when closing DIAdem if data or layouts have been modified via SCRIPT ?
I tried:
CmdNoDialogDisp = TRUE CmdNoWarningDisp = TRUE CmdNoMsgDisp = TRUE CmdNoErrorDisp = TRUE CmdNoInfoDisp = TRUE
without success.
Solved! Go to Solution.
08-20-2013 10:37 AM
Hello Phex,
Have you tried using the "FileModification" variable?
It can be accessed in the General Settings dialog in DIAdem from the menu. Please go the "Settings > Options > General ..." menu to change it manually, then save the "desktop.ddd" configuration file to make the change permanent.
You may of course also set the variable "FileModification = ignore" in a Script to get the same effect.
Hope that helps,
Otmar
08-20-2013 12:03 PM
Wonderful! FileModification = "ignore" is exactly what I was looking for!
Thanks Otmar.