DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress dialog when closing DIAdem

Solved!
Go to solution

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.

 

0 Kudos
Message 1 of 3
(6,099 Views)
Solution
Accepted by topic author Phex

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.

 

Config.png

 

You may of course also set the variable "FileModification = ignore" in a Script to get the same effect.

 

Hope that helps,

 

      Otmar

Otmar D. Foehner
Message 2 of 3
(6,087 Views)

Wonderful! FileModification = "ignore" is exactly what I was looking for!

Thanks Otmar.

0 Kudos
Message 3 of 3
(6,081 Views)