Hi,
in my DOpus 9 Enviroment i have used DOpus & Everything (as explained here):
[url]SearchEverything: Getting Opus to work with Everything v4.0]
for quick searches accross all my files.
But since i've installed DOpus 10 it will generate a lot of small copy windows (most of the time, but not allways) that will not go away and i have to kill Dopus.
Can someone test this & help me to get it working again.
I also use Everything and Dopus (not integrated) and have not encountered a "small copy window" issue. I have had problems with Everything and Irfanview not playing well together but this has been going on forever.
Following could help: in -> settings -> preferences -> Opus start -> explorer replacement there is an option
"open external folders in new tab". Check this option, if it´s unchecked, to see if it solves the problem.
i didn't change anything on my system (btw. Win7 Pro X64 SP1), except that i move from DOpus 9 to DOpus 10 (And maybe changed some settings in DO).
So i guess that something in the dopusrt copy command has changed??
I would edit the script so that it display a message box with the command-line it is running. That way we can see what it's actually doing and try to reproduce it by itself, without Autohotkey & Everything being involved.
I don't know enough about Autohtokey to say how to do that, though.
After installing AutoHotKey i can answer your question (before, i had only the executable on my computer).
The %A_LoopField% Variable holds the found Path or Filename.
After tracing a whole search process with > 100 found items (was a lot MsgBox to click away ), i couln't see any inconsistence in the passed variables.
There all looking good for me.
But one thing i've noticed is that i didn't get any copy window from dopus if i display a MsgBox after each found item.
Without the MsgBox the same behaviour as described occur.
After some further testing i've found out that when i insert a "Loop 25" (Waits 25 Milliseconds, it's the shortest time that will work allways) after each call to dopusrt.exe everything works as in DOpus 9 and expected.
Maybe the call to dopusrt.exe should be done in another way than in DOpus 9??
I've found this sentence on the "What's New" Section for DOpus 10:
"There is a new interface to manipulate the Opus File Collections system from outside the program, using dopusrt.exe with the /col option"
Does anyone have further information of this "new interface" ?
some good news (for me)
After adapting the AutoHotKey Script to the new /col stuff that DOpus 10 introduce it will work again the way it does in DOpus 9.
I would thnaks all the people who have looked at my problem and pointing me in the right direction.