Displaying info box on hovering over a column value in list
Posted: 12 Aug 2020 02:33
Hi there,
Currently, when hovering over the value in the Name column an info box appears called 'file info tips' containing useful information about the file and it is further customizable in Configuration/File Info Tips. We also have Hover Box that allows to display file specific information. Also, hovering over an icon displayed in a Custom Column the info box contains the name of the .ico file. Etc.
The suggestion is to allow the user to define a customizable info box for each Custom Column that would contain additional dynamic information related to the given data displayed in the Custom Column (text, icon, etc.). Both the content and the size of the info box could be customized.
Probably a new script command would be suffice so redesigning the Configure Custom Column dialog box would not be needed.
Eg.:
Info_box ([field], [value], [width], [height])
where:
field: column identifier
value: any string
Thanks!
Currently, when hovering over the value in the Name column an info box appears called 'file info tips' containing useful information about the file and it is further customizable in Configuration/File Info Tips. We also have Hover Box that allows to display file specific information. Also, hovering over an icon displayed in a Custom Column the info box contains the name of the .ico file. Etc.
The suggestion is to allow the user to define a customizable info box for each Custom Column that would contain additional dynamic information related to the given data displayed in the Custom Column (text, icon, etc.). Both the content and the size of the info box could be customized.
Probably a new script command would be suffice so redesigning the Configure Custom Column dialog box would not be needed.
Eg.:
Info_box ([field], [value], [width], [height])
where:
field: column identifier
value: any string
Thanks!