1.91: Wrong Tooltip
Moderators: helmut, XnTriq, xnview
1.91: Wrong Tooltip
Steps to reproduce:
- Setup tooltip to show Filename with extension but without path
- open a folder with subfolders
- choose to view files in subfolders
If you now hover over a movie file, it will display the filepath in the tooltip anyway. Not for image files though.
- Setup tooltip to show Filename with extension but without path
- open a folder with subfolders
- choose to view files in subfolders
If you now hover over a movie file, it will display the filepath in the tooltip anyway. Not for image files though.
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
Here are my settings in Tools » Options... » Browser » Browser » Show tooltips:
For images the information is displayed as expected, ...
... but with videos the tooltips are formatted differently:
Hence I can confirm some kind of bug for v1.91, although I don't get the filepath.
Code: Select all
<Filename With Ext>
<Width>x<Height>x<BPP> · <Size>
<Modified>
Code: Select all
image.jpg
1024×768×24 · 1.234.567
30/Feb/2007 20:07:30
Code: Select all
video.mpg, 1234567 bytes, 30.02.2007 20:07
Last edited by XnTriq on Sun May 27, 2007 6:35 am, edited 1 time in total.
Re: 1.91: Wrong Tooltip
For video, i don't use the tooltips from option, because there is many things that are not the same as picture...Danny wrote:Steps to reproduce:
- Setup tooltip to show Filename with extension but without path
- open a folder with subfolders
- choose to view files in subfolders
If you now hover over a movie file, it will display the filepath in the tooltip anyway. Not for image files though.
Pierre.
Re: 1.91: Wrong Tooltip
I see, but why is the tooltip correct for video files in the current folder? It only becomes wrong for files that are stored in a subfolder of the current one.xnview wrote:For video, i don't use the tooltips from option, because there is many things that are not the same as picture...
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
Re: 1.91: Wrong Tooltip
If you use 'show files in subfolders'??Danny wrote:I see, but why is the tooltip correct for video files in the current folder? It only becomes wrong for files that are stored in a subfolder of the current one.xnview wrote:For video, i don't use the tooltips from option, because there is many things that are not the same as picture...
Pierre.
Re: 1.91: Wrong Tooltip
Yes.xnview wrote:If you use 'show files in subfolders'??
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.
Ok, i figured out why. I have "Scan file headers" only for fixed discs, so it won't scan files on the local network. 
But it's unexpected that it won't show things like the file path, since that's not part of any file header. This is especially useful for the "Show files recursively" command to quickly find out in which folder a particular file resides in though.

But it's unexpected that it won't show things like the file path, since that's not part of any file header. This is especially useful for the "Show files recursively" command to quickly find out in which folder a particular file resides in though.
Get the bugs fixed, THEN start adding features. It sucks, but someone has to do it.