Page 1 of 1

Newbie question about scripting a tab view

Posted: 05 Feb 2017 16:32
by mugsy
Hello,

I am new to XYplorer and am getting to grips with scripting,

The following seems to work when inserted into a launch scriot:

Code: Select all

"Installed Programs|?:\PortableApps\XYplorerPortable\XYplorer.exe"
 tab("new","%ProgramData%\Microsoft\Windows\Start Menu\Programs?*.lnk");
 sortby;
but I want the tab to be shown as 'detail view' rather than thumbnail view.

I couldn't see how to do this in the scripting reference guide.

Could anyone please point me in the right direction on how to do this via scripting? I use the portable version Pro license

Thanks!

Re: Newbie question about scripting a tab view

Posted: 05 Feb 2017 17:17
by highend
Menu - Help - List All Commands...

->

Code: Select all

#302
View - Views - Details...

In that list you'll find the command id for the other list modes as well

Re: Newbie question about scripting a tab view

Posted: 06 Feb 2017 10:23
by mugsy
Thank you!

I had missed that.