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'.
Permanent Startup Path
Re: Permanent Startup Path
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
You can create a script and place it in the XY shortcut. So whenever XY starts it will start with your defined parameters.the_hyrax_lord wrote:I guess nobody else has this issue/is bothered about this, huh?
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%;
Code: Select all
"C:\Program files\XYplorer.exe" /ini="XYplorer"Code: Select all
"C:\Program files\XYplorer.exe" /script=MyStart /ini="XYplorer"Re: Permanent Startup Path
Hmm! Well, I did it (I think, correctly). Now to see if it works. Thanksserendipity wrote:You can create a script and place it in the XY shortcut. So whenever XY starts it will start with your defined parameters.the_hyrax_lord wrote:I guess nobody else has this issue/is bothered about this, huh?
Copy/paste below script to a file and name it MyStart.xysRight-click your XY shortcut on the desktop and it will look something like this:Code: Select all
//focus pane 1 focus p1; //Goto my computer goto %computer%;Add your script MyStart in between path and /ini:Code: Select all
"C:\Program files\XYplorer.exe" /ini="XYplorer"Done. Everytime you start it will be Pane1 and My computer.Code: Select all
"C:\Program files\XYplorer.exe" /script=MyStart /ini="XYplorer"
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
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:
If it works ok I'll raise it to GUI level.
Code: Select all
StartPanePerm=0 (start with last pane)
StartPanePerm=1 (start with 1st pane)
StartPanePerm=2 (start with 2nd pane)
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 64915
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Permanent Startup Path
So, did anybody try it with v9.70.0006?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:If it works ok I'll raise it to GUI level.Code: Select all
StartPanePerm=0 (start with last pane) StartPanePerm=1 (start with 1st pane) StartPanePerm=2 (start with 2nd pane)
FAQ | XY News RSS | XY X
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: Permanent Startup Path
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...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Re: Permanent Startup Path
Same here, it's working well. Thanks, Don.
-
ghost zero
- Posts: 842
- Joined: 26 Apr 2010 17:48
Re: Permanent Startup Path
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.
XYplorer Beta Club