Page 1 of 1

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

Posted: Tue Jan 16, 2007 3:34 pm
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>