Active Tabset at program start

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
moimareyna
Posts: 3
Joined: 11 Sep 2014 18:46

Active Tabset at program start

Post by moimareyna »

Total newb here so if it's a dumb question do forgive. I did search the forum but could not find an answer. I want a saved Tabset active every time I start XYplorer and tried all sort of things, nothing is working for me. I start the program with:

"C:\Program Files (x86)\XYplorer\XYplorer.exe" /ini=C:\Users\Moi\AppData\Roaming\XYplorer\XYplorer.ini
(Autohotkey)

This XYplorer.ini contains in the [General] section:

Tabset1=Moi2

The tabset when I open it is exactly the way I want it but but cannot get it to be the active one when starting the program.

I'm sure I am missing something very simple, please point me in the right direction.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Active Tabset at program start

Post by bdeshi »

Hello, welcome to the forum!

Does it help if you save settings in the new instance of XY after activating the needed tabset(s)?

Also I take it (Autohotkey) is just a placeholder for a valid startpath?
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

moimareyna
Posts: 3
Joined: 11 Sep 2014 18:46

Re: Active Tabset at program start

Post by moimareyna »

Thank you for the quick reply!

I tried saving settings after activating the tabset. I think maybe it has something to do with how it saves the path of the tabset. When I first open XY and go to the "Various information" under help, it shows as I said "Tabset1=Moi2" , but this is clearly not found by XY, incomplete path. After opening the desired tabset and going back to the "Various information" it changes to:
"Tabset1=C:\Users\Moi\AppData\Roaming\XYplorer\Panes\Moi2\"

I save settings again, close XY, and reopen and it reverts to "Tabset1=Moi2" . So it is not saving a complete path for the tabset and therefore cannot find it when reopened.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Active Tabset at program start

Post by bdeshi »

Well, interesting problem, but I won't keep you waiting -- unless somebody else answers, my next reply (if I can think of any) isn't going to be be so quick! :lol: :wink:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Active Tabset at program start

Post by bdeshi »

BTW, is that appdata folder the usual location where XY saves settings?
If so,then what happens if you pass just ini name as parameter?

Code: Select all

"C:\Program Files (x86)\XYplorer\xyplorer.exe" /ini=xyplorer.ini
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

moimareyna
Posts: 3
Joined: 11 Sep 2014 18:46

Re: Active Tabset at program start

Post by moimareyna »

This appdata folder is where XY saves settings for this particular user (me!), I thought this is the folder I should be using for "customized" settings. I will try "/ini=xyplorer.ini" when I get a chance.

Post Reply