Posted: Sat Sep 25, 2004 3:30 pm
What you think about this, Pierre?
Could you add this feature (in the future, I know you're busy now) ?
Thanks.
Could you add this feature (in the future, I know you're busy now) ?
Thanks.
Various discussion boards for XnView and related products
https://newsgroup.xnview.com/
Yeah, I much more prefer this way of doing things...ckv wrote:Why not just allow more than one browser tab? So this way you could just open two or more browser tabs and use window tiling.
Also some kind of docking/lock for tiled browser windows would be great.
Hopefully some one understand what I mean
Yeah and this probably would be easily done without much extra coding.Olivier_G wrote:Yeah, I much more prefer this way of doing things...
See: it was understandable... although I had some trouble with the "docking/lock" feature
Olivier
Code: Select all
+--------+---------+--------+---------+
| | | | |
| folder | preview | folder | preview |
| tree | | tree | |
| | | | |
+--------+---------+--------+---------+
| image1.jpg | image5.jpg |
| image2.jpg | image6.jpg |
| image3.jpg | image7.jpg |
| image4.jpg | image8.jpg |
+------------------+------------------+
Dreamer wrote:But I did't meant "thumbnails", I meant preview imageJohnFredC wrote:This is patently not true...Main disadvantage of file managers like Total Commander is that you can't see preview image
...Other side-by-side file managers that do show thumbnails include SpeedCommander, DOpus, Servant Salamander, Frigate, FreeCommander, and many others.
I'm using Servant Salamander - I can see preview image there, but only after pressing F3, then Escape and so on...
I need to see preview image always, while I copy/move... images, like this
Any (freeware) program knows thatCode: Select all
+---------------------------------------+ | | | preview | | | +-------------------+-------------------+ | image1.jpg | image5.jpg | | image2.jpg | image6.jpg | | image3.jpg | image7.jpg | | image4.jpg | image8.jpg | +-------------------+-------------------+
Code: Select all
+--------+------------------+
| | image5.jpg |
| folder | image6.jpg |
| tree | image7.jpg |
| | image8.jpg |
| |------------------+
+--------+ image5.jpg |
| pre- | image6.jpg |
| view | image7.jpg |
| | image8.jpg |
+---------------------------+
I don't need folder tree at all, but som users need it (more above) - therefore it should be able to disable it.Danny wrote:To throw in my 2 cents, this is how i would like to use it:One folder tree is enough for me.Code: Select all
+--------+------------------+ | | image5.jpg | | folder | image6.jpg | | tree | image7.jpg | | | image8.jpg | | |------------------+ +--------+ image5.jpg | | pre- | image6.jpg | | view | image7.jpg | | | image8.jpg | +---------------------------+
Code: Select all
+---------------------------------------+
| |
| preview |
| |
+-------------------+-------------------+
| image1.jpg | image5.jpg |
| image2.jpg | image6.jpg |
| image3.jpg | image7.jpg |
| image4.jpg | image8.jpg |
+-------------------+-------------------+
Code: Select all
+----------+----------+----------+----------+ +----------+----------+----------+----------+
| | | | | | | | | |
| folder | | | folder | | | preview | preview | |
| tree | | | tree | | | | | |
| | | | | | folder | | | folder |
+----------+ preview | preview +----------+ | tree +----------+----------+ tree |
|image1.jpg| | |image5.jpg| | |image1.jpg|image5.jpg| |
|image2.jpg| | |image6.jpg| | |image2.jpg|image6.jpg| |
|image3.jpg| | |image7.jpg| | |image3.jpg|image7.jpg| |
|image4.jpg| | |image8.jpg| | |image4.jpg|image8.jpg| |
+----------+----------+----------+----------+ +----------+----------+----------+----------+
+----------+----------+----------+----------+ +----------+----------+----------+----------+
| | | | | | | | | |
| folder | | | folder | | folder | preview | preview | folder |
| tree | | | tree | | tree | | | tree |
| |image1.jpg|image5.jpg| | | | | | |
+----------+image2.jpg|image6.jpg+----------+ +----------+----------+----------+----------+
| |image3.jpg|image7.jpg| | | image1.jpg | image5.jpg |
| preview |image4.jpg|image8.jpg| preview | | image2.jpg | image6.jpg |
| | | | | | image3.jpg | image7.jpg |
| | | | | | image4.jpg | image8.jpg |
+----------+----------+----------+----------+ +---------------------+---------------------+
+----------+----------+----------+----------+
| |image1.jpg|image5.jpg| |
| folder |image2.jpg|image6.jpg| folder |
| tree |image3.jpg|image7.jpg| tree |
| |image4.jpg|image8.jpg| |
+----------+----------+----------+----------+
| | |
| preview | preview |
| | |
| | |
+---------------------+---------------------+
Code: Select all
+----------+----------+----------+----------+
| | | | |
| folder | | | folder |
| tree | | | tree |
| |image1.jpg|image5.jpg| |
+----------+image2.jpg|image6.jpg+----------+
| |image3.jpg|image7.jpg| |
| preview |image4.jpg|image8.jpg| preview |
| | | | |
| | | | |
+----------+----------+----------+----------+