The thread about this search died some time ago..  I  am seeing the error described in Maxthon browser.  The search on the freestyle search is still broken..   This is a very useful search.. and the mod works beautifully.. 

 I am going to make the below mod and check note.xml into the dqsd repository if noone objects..

Monty



Tony,

So, there seems to be some confusion as to the current directory - I'm not
sure what's going on there.

As a workaround, you can replace note.xml's

        if (info == "") openSearchWindow("note.txt");

with 

        if (info == "")
        {
                var path = DQSDLauncher.InstallationDirectory;
                path += "\\note.txt";
                openSearchWindow(path);
        }

That works fine here, both with Firefox and IE. 

I still don't know why this is a problem, but Firefox seems to be returning
File Not Found when you use it to launch regular Url:s as well, which can
account for most of the script errors...

Hope that helps,
Kim
      

Reply via email to