Strange Bug: Tabs do not work when started from Visual Basic

Bugs found in XnView Classic. Please report only one bug per topic!

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
brotondi
Posts: 129
Joined: Wed Feb 01, 2006 8:16 am

Strange Bug: Tabs do not work when started from Visual Basic

Post by brotondi »

Run -> "E:\AP FREE\XNVIEW\XNVIEW.EXE" "F:\Lego.jpg" works fine, but

Code: Select all

shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"" ""F:\Lego.jpg"""
from VB creates a defect tab and does not allow to use tabs until restart of XNView.

Workaround:
Options: [x]Run only once

Code: Select all

shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"""
shell """E:\AP FREE\XNVIEW\XNVIEW.EXE"" ""F:\Lego.jpg"""
-> when XNView is started without commandline option the bug does not appear.

I think not an important bug... it was already in 1.82.4

XnView 1.90 <x>
Post Reply