Possible including "Preview" tab in saved layout windows?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Possible including "Preview" tab in saved layout windows?

Post by cadu »

Hello,
I'd appreciate help.
The default Save Layout Window (command #673) just stores the window/pane positions.
Is it possible to including "Preview" tab (please see snapshot) in saved layout windows?
Thanks for the assistance,
Carlos

Image

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

Re: Possible including "Preview" tab in saved layout windows?

Post by klownboy »

You can open the info panel as part of the layout ShowInfoPanel=1 in the layout file. The info panel will typically open to the last tab used so if you last used Preview it will open to Preview. If that's not good enough for your needs, just invoke Command ID #1023 which opens the info panel to the preview tab.
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440

cadu
Posts: 287
Joined: 18 Mar 2012 21:50

Re: Possible including "Preview" tab in saved layout windows?

Post by cadu »

klownboy wrote: 03 Jun 2019 14:49 You can open the info panel as part of the layout ShowInfoPanel=1 in the layout file. The info panel will typically open to the last tab used so if you last used Preview it will open to Preview. If that's not good enough for your needs, just invoke Command ID #1023 which opens the info panel to the preview tab.
Thank you very much for the directions @klownboy!
Could achieve loading layout with InfoPanel preview tab using this scrit:

Code: Select all

::Load Layout with Preview;loadlayout("withPreview");#1023

Post Reply