DO11: Bug with dual lister

Hi,

I have button for getting images out of my memory card. In DOpus 10 it worked fine, but with BETA there is issues:

S:\ = my SD memory card in Kingston USB 3.0 reader
D:\ = my hard drive

@toggle:disable Set DUAL=vert Set TREE=off Set VIEW=thumbnails Go S:\ DUALPATH "D:\Photos\New photos" Toolbar NAME="Arska Camera" LOCAL STATE=center Set FLATVIEW=On,MixedNoFolders Select PATTERN="*.(jpg|cr2|mov)"

When clicked, S:\ opens in left lister (flatview) as it should, but the same folder S:\ opens in right too. I have to click the button twice, to get D:\Photos\new photos to open in right.

If I delete "Toolbar..." AND "Select..." lines completely, the button works fine. Earlier today DOpus crashed everytime I clicked that button, but now it's stable.

DOpus 11 BETA 9 x64 (Windows 7)

Thanks for the report, there appears to be a timing issue which we'll fix in the next beta.

As a workaround, if you move the Set DUAL=vert below the Go command it should work reliably.