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
2024-08-07_10-55-41.png (140.32 KiB) Viewed 1243 times
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

RalphM
Posts: 2009
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 24H2 Home x64 - XY: Current beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)

yuyu
Posts: 121
Joined: 19 Jun 2018 12:40

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: 63607
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: 4338
Joined: 28 Feb 2012 19:27
Location: Windows 11, 24H2 Build 26100.4351 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