Tab groups

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Tab groups

Post by SkyFrontier »

Double blessings! :mrgreen:
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Mr_Inc
Posts: 13
Joined: 27 Sep 2010 13:17

Re: Tab groups

Post by Mr_Inc »

zer0 wrote:This is possible if you don't mind doing a bit of manual jiggery-pokery in making it work. Here's a script:

Code: Select all

#353; 
  goto "ENTER YOUR TAB LOCATION HERE";
  #340;
  goto "ENTER YOUR TAB LOCATION HERE";
  ...
So the principle is simple. It closes all your current tabs but one and then opens a new set as per your defined locations. Alternatively, you could fire up several instances of XYplorer using different INIs in switches and each instance would its own set of tabs.
When #353 executes it pops up this msg box:

Image

How can I bypass or auto-respond to this msg box in the script? I've got the script assigned to a User Button on the toolbar to open a set of tabs (folders) and it would be much better if the script just "executed" without prompting.

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

Re: Tab groups

Post by admin »

Mr_Inc wrote:
zer0 wrote:This is possible if you don't mind doing a bit of manual jiggery-pokery in making it work. Here's a script:

Code: Select all

#353; 
  goto "ENTER YOUR TAB LOCATION HERE";
  #340;
  goto "ENTER YOUR TAB LOCATION HERE";
  ...
So the principle is simple. It closes all your current tabs but one and then opens a new set as per your defined locations. Alternatively, you could fire up several instances of XYplorer using different INIs in switches and each instance would its own set of tabs.
When #353 executes it pops up this msg box:

Image

How can I bypass or auto-respond to this msg box in the script? I've got the script assigned to a User Button on the toolbar to open a set of tabs (folders) and it would be much better if the script just "executed" without prompting.
Take #352 instead (= "Close all tabs but the current one that are not locked nor have a Home set. No confirmation prompt!").

Mr_Inc
Posts: 13
Joined: 27 Sep 2010 13:17

Re: Tab groups

Post by Mr_Inc »

admin wrote: Take #352 instead (= "Close all tabs but the current one that are not locked nor have a Home set. No confirmation prompt!").
Thank you! Perfect!

SkyFrontier
Posts: 2341
Joined: 04 Jan 2010 14:27
Location: Pasárgada (eu vou!)

Re: Tab groups

Post by SkyFrontier »

Small update on this, in case someone stumble upon it:
Save Tabs using Script, aka Session Manager.
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...

Post Reply