Page 1 of 1

2nd pane still visible after turn off DP Module by script

Posted: 07 May 2024 12:32
by yusef88
after fresh install I ran script to turn off dual pane feature, but after xy restart the 2nd pane still visible and no way to close from gui

Code: Select all

 #182; //save
 setkey "94", "ModulesOff", "General";
 #190; //restart without saving
so script is required to close setlayout("DP=0");

Re: 2nd pane still visible after turn off DP Module by script

Posted: 07 May 2024 15:13
by klownboy
Honestly, I'm not sure what "ModulesOff" does in the ini file or the "94". Look for "DP=" in the ini file"

This will determine if DP is active and turn off Dual Pane if it's active: if(get("#800")) {#800;} Look at the help file for SC get. And yes, setlayout("DP=0"); will also turn DP off.