[req] folder thumbnail in tooltip (album covers etc.)
Moderators: Hacker, petermad, Stefan2, white
[req] folder thumbnail in tooltip (album covers etc.)
is there any possibility (plug in) to see folder thumbnails in tool tip (folder.jpg etc.)? of course with description if any. why? i don't want to see all folders in thumbnail view (too slow, too big...), i want to see only thumbnail for 'mouse over' folder. it could be good for music folders (covers).
i know there is external shareware soft to do this BUT:
- its not free
- its works only with files
- it works only under explorer
- and don't show description (only pictures files thumbnails)
instant-viewer
grds
i know there is external shareware soft to do this BUT:
- its not free
- its works only with files
- it works only under explorer
- and don't show description (only pictures files thumbnails)
instant-viewer
grds
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I will consider it. Currently the hint window is text only, but it's all self-written, so it would be theoretically possible to add thumbnails to it.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
ok, great! thanks for reply...ghisler(Author) wrote:I will consider it. Currently the hint window is text only, but it's all self-written, so it would be theoretically possible to add thumbnails to it.
now ill try code something like this in vb.net. not plugin - application with will be stay in memory and will be waiting for path to music folders in tcmd, thats not the best solution :/. i dont know to much c++ so i think plugins for tcmd isnt job for me ;]
best...
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
@djorge
Strange question. In the same way we can ask about buttonbar plugins
P.S. Examples (all about 100k):
http://fenixproductions.republika.pl/tc/btnbar01.jpg
http://fenixproductions.republika.pl/tc/btnbar02.jpg
http://fenixproductions.republika.pl/tc/btnbar03.jpg
Strange question. In the same way we can ask about buttonbar plugins

P.S. Examples (all about 100k):
http://fenixproductions.republika.pl/tc/btnbar01.jpg
http://fenixproductions.republika.pl/tc/btnbar02.jpg
http://fenixproductions.republika.pl/tc/btnbar03.jpg
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
Hm. First time my ridiculous idea is good for someone.
The best is the simplicity of this type of plugin. If I think correctly, it could just need a handle to buttonbar. Plugin should give occupied space size information back to TC.
The best is the simplicity of this type of plugin. If I think correctly, it could just need a handle to buttonbar. Plugin should give occupied space size information back to TC.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
Support+++
A buttonbar plugin type would a natural extension of TC, considering we have plugins for so many other aspects of the program.
TC itself should enforce the height of the button (or width, if the toolbar is docked vertically), with the other dimension managed and reported by the plugin.
It would be great to extend the "buttonbar api" to the main menu, also.
Then of course multiple toolbars, anywhere docking (including between panels)... all that modern stuff the keyboard guys don't need.
A buttonbar plugin type would a natural extension of TC, considering we have plugins for so many other aspects of the program.
TC itself should enforce the height of the button (or width, if the toolbar is docked vertically), with the other dimension managed and reported by the plugin.
It would be great to extend the "buttonbar api" to the main menu, also.
Then of course multiple toolbars, anywhere docking (including between panels)... all that modern stuff the keyboard guys don't need.
Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
Every plugin API addition to the TC should be well discussed with advanced users and experienced programmers.
I don't support partial solutions.
That said, I support addding additional plugins for some things, like tooltips.
WHen tooltips are in question, I think thay can be used to circumvent limiatation of TC's content plugins. This is idea:
- To have ability to customize tooltips per file type (witch should be regexp customizable) using content plugins.
So, if I have mp3, jpg, bmp and html in the single folder, hovering over it would display customized tooltip with information the user specified. Defaults should stay the same (Flint, is this possible now ?
)
I don't support partial solutions.
That said, I support addding additional plugins for some things, like tooltips.
WHen tooltips are in question, I think thay can be used to circumvent limiatation of TC's content plugins. This is idea:
- To have ability to customize tooltips per file type (witch should be regexp customizable) using content plugins.
So, if I have mp3, jpg, bmp and html in the single folder, hovering over it would display customized tooltip with information the user specified. Defaults should stay the same (Flint, is this possible now ?

Habemus majkam!
2majkinetor !
http://www.ghisler.ch/wiki/index.php/Quickinfo#Quickinfos_by_filetypeTo have ability to customize tooltips per file type (witch should be regexp customizable) using content plugins.
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
2majkinetor !
Did you read this post?
http://www.ghisler.ch/board/viewtopic.php?p=105780#105780
Well I don't know what you think only what you write.Its nice to know this, but I was thinking about something more detailed.
Did you read this post?
http://www.ghisler.ch/board/viewtopic.php?p=105780#105780
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
Re:
Hey, Christian. Have you made up your mind? This feature would be very useful to me.