Page 1 of 1

Favorite toolbar not working for certain application

Posted: 20.01.2015, 09:19
by Anti-Distinctlyminty
Hi all,
I use DJV view for examining image sequences so I thought I'd add a favorite toolbar for this app.

So I've set up the program path:

Code: Select all

C:\Program Files\djv-1.0.2-Windows-64\bin\djv_view.exe
And Parameter:
%ActivItem%

It's about as simple as it can get, but this opens the app, but does not load the image (%ActivItem%) into it. If I imitate this from command line, i.e. write

Code: Select all

C:\Program Files\djv-1.0.2-Windows-64\bin\djv_view.exe image_name
it all works as expected.

Any ideas?


DJV view can be downloaded here:
http://djv.sourceforge.net/djvDownloads.html#windows

Re: Favorite toolbar not working for certain application

Posted: 20.01.2015, 11:27
by Karol
Try with following parameters:
%ActivItem% %Dlg%

You can see then in small dialog the command line used by FreeCommander.

Re: Favorite toolbar not working for certain application

Posted: 20.01.2015, 11:30
by Timon
Try to use %ActivSel% as parameter.

Re: Favorite toolbar not working for certain application

Posted: 20.01.2015, 13:12
by Anti-Distinctlyminty
I tried the %Dlg% option...ever since then, it worked, even though parameters are exactly the same as they were.
How queer :/

But thank you chaps :)