Permanent Startup Path

Features wanted...
Post Reply
arirish
Posts: 92
Joined: 13 May 2008 13:52

Permanent Startup Path

Post by arirish »

Under the Startup & Exit 'tab' in the configuration, I have the permanent startup path set to 'My Computer'. I believe this is meant to work so that whenever I start XYplorer, it always starts on that tab, am I correct?

That's what it seems to do, anyway. I have my first tab locked and iconised and set to My Computer, and on startup, XY always starts on this tab. Great.

The problem comes when I'm using dual pane mode. If I'm working on the second pane when I close down, then when I start up again the program creates a new My Computer tab on the second pane.

I follow the logic, but I'd really like it if I could set a permanent startup PANE as well, this way no matter where I was working when I closed, I'd always restart back on pane 1, tab 1, My Computer.

Oh, and by the way, LOVING the new Catalog features. It's making working with XY on PC and laptop much more efficient and prettier, being able to switch between what I refer to as my 'start menus'.

arirish
Posts: 92
Joined: 13 May 2008 13:52

Re: Permanent Startup Path

Post by arirish »

I guess nobody else has this issue/is bothered about this, huh?

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Permanent Startup Path

Post by serendipity »

the_hyrax_lord wrote:I guess nobody else has this issue/is bothered about this, huh?
You can create a script and place it in the XY shortcut. So whenever XY starts it will start with your defined parameters.

Copy/paste below script to a file and name it MyStart.xys

Code: Select all

//focus pane 1
   focus p1;
//Goto my computer
    goto %computer%;
Right-click your XY shortcut on the desktop and it will look something like this:

Code: Select all

"C:\Program files\XYplorer.exe" /ini="XYplorer"
Add your script MyStart in between path and /ini:

Code: Select all

"C:\Program files\XYplorer.exe" /script=MyStart /ini="XYplorer"
Done. Everytime you start it will be Pane1 and My computer. :)

arirish
Posts: 92
Joined: 13 May 2008 13:52

Re: Permanent Startup Path

Post by arirish »

serendipity wrote:
the_hyrax_lord wrote:I guess nobody else has this issue/is bothered about this, huh?
You can create a script and place it in the XY shortcut. So whenever XY starts it will start with your defined parameters.

Copy/paste below script to a file and name it MyStart.xys

Code: Select all

//focus pane 1
   focus p1;
//Goto my computer
    goto %computer%;
Right-click your XY shortcut on the desktop and it will look something like this:

Code: Select all

"C:\Program files\XYplorer.exe" /ini="XYplorer"
Add your script MyStart in between path and /ini:

Code: Select all

"C:\Program files\XYplorer.exe" /script=MyStart /ini="XYplorer"
Done. Everytime you start it will be Pane1 and My computer. :)
Hmm! Well, I did it (I think, correctly). Now to see if it works. Thanks :)

Still and all, it'd be nice to be able to set the start pane, considering we can already set the start tab.

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

Re: Permanent Startup Path

Post by admin »

It's not that easy to keep the UI in sync when changing one of the many factors... anyway I tried something. In the next BETA look for an INI key StartPanePerm and choose one of these settings:

Code: Select all

StartPanePerm=0    (start with last pane)
StartPanePerm=1    (start with 1st pane)
StartPanePerm=2    (start with 2nd pane)
If it works ok I'll raise it to GUI level.

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

Re: Permanent Startup Path

Post by admin »

admin wrote:It's not that easy to keep the UI in sync when changing one of the many factors... anyway I tried something. In the next BETA look for an INI key StartPanePerm and choose one of these settings:

Code: Select all

StartPanePerm=0    (start with last pane)
StartPanePerm=1    (start with 1st pane)
StartPanePerm=2    (start with 2nd pane)
If it works ok I'll raise it to GUI level.
So, did anybody try it with v9.70.0006?

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

Re: Permanent Startup Path

Post by SkyFrontier »

Out of a few restartings, so far so good, Don.
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...

arirish
Posts: 92
Joined: 13 May 2008 13:52

Re: Permanent Startup Path

Post by arirish »

Same here, it's working well. Thanks, Don.

ghost zero
Posts: 842
Joined: 26 Apr 2010 17:48

Re: Permanent Startup Path

Post by ghost zero »

shouldn't there be a permanent startup path option for EACH pane? not just the first pane? for users that start XY in dual pane mode.

Post Reply