Opening a dual pane layout each with own tabset

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cmj01
Posts: 3
Joined: 03 Nov 2022 10:52

Opening a dual pane layout each with own tabset

Post by cmj01 »

Hi everyone,

I have a 2 paned view, with one tabset in each.

I want this to be my default view or at least able to open it repetitively, with the same tabs in each pane.

How can I save and open this layout quickly and easily so workspace is 2 panes, each with associated tabset.
2024-08-07_10-55-41.png
Currently it takes me a few clicks to get back to my starting point, and I'm hoping XYplorer can make this easier.

Any ideas appreciated.

Many thanks,

Mike
You do not have the required permissions to view the files attached to this post.

RalphM
Posts: 2086
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Opening a dual pane layout each with own tabset

Post by RalphM »

In short: scripting.
The few clicks it takes you now could probably quite easily be turned into a short script.
Ralph :)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)

yuyu
Posts: 154
Joined: 19 Jun 2018 12:40
Location: Win 7 x64 - 100%

Re: Opening a dual pane layout each with own tabset

Post by yuyu »

You might be interested in MyTabsets tabset manager

admin
Site Admin
Posts: 66094
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Opening a dual pane layout each with own tabset

Post by admin »

As a side note, dual scripts (general format: this pane script||other pane script) might be useful here, e.g. this one-liner:

Code: Select all

tabset("load", "test1");||tabset("load", "test2");

klownboy
Posts: 4459
Joined: 28 Feb 2012 19:27
Location: Windows 11, 25H2 Build 26200.8037 at 100% 2560x1440

Re: Opening a dual pane layout each with own tabset

Post by klownboy »

Reminiscent of the now defunct and never documented dual, goto "DUAL:1.<curpath>>>2||<curpath>>>2"; :)

Post Reply