Page 2 of 2

Re: Tab groups

Posted: 03 Mar 2010 16:16
by SkyFrontier
Double blessings! :mrgreen:

Re: Tab groups

Posted: 27 Sep 2010 13:23
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.

Re: Tab groups

Posted: 27 Sep 2010 13:33
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!").

Re: Tab groups

Posted: 27 Sep 2010 14:19
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!

Re: Tab groups

Posted: 23 Oct 2010 23:22
by SkyFrontier
Small update on this, in case someone stumble upon it:
Save Tabs using Script, aka Session Manager.