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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
yusef88
Posts: 1136
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

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

Post 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");

klownboy
Posts: 4163
Joined: 28 Feb 2012 19:27

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

Post 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.
Windows 11, 23H2 Build 22631.3447 at 100% 2560x1440

Post Reply