Open with xnview.exe -full
Moderators: helmut, XnTriq, xnview
Open with xnview.exe -full
I opened another instance of viewer using the context menu. When 3 highlighted files were used in 'open with', only the first and last became available, and not the one in the middle:
Add XnView to the context menu's 'Open With>Add Program' function.
General>Operations>[ ]One instance
*Edit ini file to read xnview.exe -full
(not using -full switch worked fine)
Add XnView to the context menu's 'Open With>Add Program' function.
General>Operations>[ ]One instance
*Edit ini file to read xnview.exe -full
(not using -full switch worked fine)
Re: Open with xnview.exe -full
Only from XnView, by adding xnview.exe to its own browser context menu. Would this have same effect as launching from another program?xnview wrote:How that? From windows explorer?
Re: Open with xnview.exe -full
You use 'Open With' and XnView in XnView?marsh wrote:Only from XnView, by adding xnview.exe to its own browser context menu. Would this have same effect as launching from another program?xnview wrote:How that? From windows explorer?
Pierre.
Re: Open with xnview.exe -full
Yes for this test, but not normally used that way (I had no other windows program to start from).xnview wrote:You use 'Open With' and XnView in XnView?marsh wrote:Only from XnView, by adding xnview.exe to its own browser context menu. Would this have same effect as launching from another program?xnview wrote:How that? From windows explorer?
Re: Open with xnview.exe -full
Sorry but could you explain me more, i don't understand?marsh wrote:Yes for this test, but not normally used that way (I had no other windows program to start from).
Pierre.
Re: Open with xnview.exe -full
Using the '-full' command and 'open with' on multiple images at same time, not all were displayed when navigating to the next image. The chosen images were displayed alright when not using '-full'.xnview wrote:Sorry but could you explain me more, i don't understand?marsh wrote:Yes for this test, but not normally used that way (I had no other windows program to start from).
Settings: [ ]Only one instance; [x]Only one window view opened;[x]Open only one view for multiple files
I highlighted three jpegs in browser (in the middle of a directory with a dozen).
- Then I used open with.
Code: Select all
[OpenWith]
OpenWith_0=D:\xnview\xnview.exe
OpenWith_1=
But when I used this setting:
Code: Select all
[OpenWith]
OpenWith_0=D:\xnview\xnview.exe -full
OpenWith_1=
Re: Open with xnview.exe -full
Ok, you must not add parameter like that, but
Code: Select all
[OpenWith]
OpenWith_0=D:\xnview\xnview.exe
Param_0=-full
Pierre.
Re: Open with xnview.exe -full
That change fixes it. Thanks.xnview wrote:Ok, you must not add parameter like that, butCode: Select all
[OpenWith] OpenWith_0=D:\xnview\xnview.exe Param_0=-full