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.
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
Opening a dual pane layout each with own tabset
Re: Opening a dual pane layout each with own tabset
In short: scripting.
The few clicks it takes you now could probably quite easily be turned into a short script.
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%)

(OS: W11 24H2 Home x64 - XY: Current beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)
Re: Opening a dual pane layout each with own tabset
You might be interested in MyTabsets tabset manager
-
- Site Admin
- Posts: 63603
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Opening a dual pane layout each with own tabset
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");
FAQ | XY News RSS | XY Bluesky
-
- 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
Reminiscent of the now defunct and never documented dual, 
goto "DUAL:1.<curpath>>>2||<curpath>>>2";
