How to display and hide a column with a button? [Solved]

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
kwanice
Posts: 57
Joined: 07 Aug 2022 13:41

How to display and hide a column with a button? [Solved]

Post by kwanice »

Hello all,
im quite new on Xyplore, and so many things to know..

i WOuld like to display a column "title" only when i click a button, because i have some big folder with hundreds of video, and showing the title is very slow.
so i would like to enable/disable the column with a button..

is it possible? thanks!

ps : i have already the column, just want to hide/display it :)
Last edited by kwanice on 21 Aug 2023 04:04, edited 1 time in total.
(OS: W11 24H2 Pro OS build 26100.4946 - XY: 27.90.00.25 (64b) - Display: 2880 x 1920 @ 200% - Surface Pro 11 arm64)

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

Re: How to display and hide a column with a button?

Post by admin »

This script should do the job (air code, not tested):

Code: Select all

setcolumns("title", 32); //toggle the "title" column

highend
Posts: 14926
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How to display and hide a column with a button?

Post by highend »

Is this an "I need the column in that folder" on demand thing?
Or more like: The title column is normally enabled but you would like it to never display in that specific folder?

In the second case, it would be easier to work with View - Folder View Settings - ...
because it would be fully automatic after setting it up
One of my scripts helped you out? Please donate via Paypal

kwanice
Posts: 57
Joined: 07 Aug 2022 13:41

Re: How to display and hide a column with a button?

Post by kwanice »

admin wrote: 20 Aug 2023 09:55 This script should do the job (air code, not tested):

Code: Select all

setcolumns("title", 32); //toggle the "title" column
i will test thanks !
update : it works! thanks!

highend wrote: 20 Aug 2023 10:14 Is this an "I need the column in that folder" on demand thing?
Or more like: The title column is normally enabled but you would like it to never display in that specific folder?

In the second case, it would be easier to work with View - Folder View Settings - ...
because it would be fully automatic after setting it up
thanks its the big F on the toolbar, yeah im using it to display this column, but i feel that it's too slow to display for me.
so i prefer a toggle one ^^
(OS: W11 24H2 Pro OS build 26100.4946 - XY: 27.90.00.25 (64b) - Display: 2880 x 1920 @ 200% - Surface Pro 11 arm64)

Post Reply