Page 1 of 1
How to display and hide a column with a button? [Solved]
Posted: 20 Aug 2023 09:48
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

Re: How to display and hide a column with a button?
Posted: 20 Aug 2023 09:55
by admin
This script should do the job (air code, not tested):
Code: Select all
setcolumns("title", 32); //toggle the "title" column
Re: How to display and hide a column with a button?
Posted: 20 Aug 2023 10:14
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
Re: How to display and hide a column with a button?
Posted: 20 Aug 2023 16:51
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 ^^