Messages - verszipo [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6next
21
Thanx mouser for your answer.
I think that the icons are also not read correctly if you use system variables for the "search folders"

Anyways, i just discovered that if i use FARR in portable mode and it's in the "portable" folder then i can just simply add the "search folders" as is and FARR will update it to the correct path on the next PC it is run.
For example at work my portable drive is E and at home it's D, at work i added "e:\tools" in the "search folders" list and at home it automagically transformed into "d:\tools"  :greenclp:
Even the "alternative browser"'s path works the same way :Thmbsup:

So, the environment variable support in the alternative browser would be useful, but it's not something urgent or vital since there's a workaround for it (as long as FARR is on the same drive as the browser itself).

22
I'm having a little bit of problem with the "Custom browser" feature.

I'm using FARR (v2.206.01) in portable mode and I'm trying to use a custom browser instead of the default one.
If I enter the full path to the browser it works OK, but if I enter a system variable then it doesn't work.
For example I have a system variable %PORTABLE% that points to my portable drive where FARR and my browser are located.
If I try to write in the Custom Browser field : "%PORTABLE%\browser\browser.exe $$1" them it doesn't work, but if I write "f:\browser\browser.exe $$1" then it works correctly.
In this case the %PORTABLE% = f:

If I enter %PORTABLE%\browser\browser.exe in FARR's dialog then it starts the browser correctly, so it seems that only the "Custom browser" setting lacks the ability to use system variables.

Is there any workaround ?

Thanx in advance.

23
I've been meaning to post this for a long while now.  Every time I use the ProcessKill plugin, I get the following error (which crashes FARR):
 (see attachment in previous post)
This is a very handy plugin.  Any chance we could see an update?

Sadly i have the same error, any way to get this plugin fixed ?

24
After I've updated FARR now GooglePlus keeps giving me an error and Visual Studio shows me that the line
FARR.setState(1); (from the onSearchBegin function) is incorrect, it says "Microsoft JScript runtime error: Wrong number of arguments or invalid property assignment".

Did something change in FARR's scripting part or why is this error showing up ?

I've managed to fix the problem, i had to change the lines
FARR.setState(1);
to
FARR.setState(querykey, 1);
.
Now i don't get this warning anymore.
So, now the OnSearchBegin function looks like this :
function onSearchBegin(querykey, explicit, queryraw, querynokeyword, modifier, triggermethod) {    

if(!explicit) {
        if(aliasstr.indexOf(queryraw)!=-1) {
            FARR.setState(querykey, 1);
            FARR.emitResult(querykey, aliasstr, aliasstr, iconfilename,ALIAS,IMMEDIATE_DISPLAY,1000);
            FARR.setState(querykey, 0);
        }
        return;
    }

I hope this is helpful for others too.

P.S. why it took this long to fix it ? well, because i wasn't using GP, but now that I've reinstalled FARR and all the plugins I rediscovered GP. I really don't know why i didn't took the time to fix it last time as it's a really great plugin :)

25
After i've updated FARR now GooglePlus keeps giving me an error and Visual Studio shows me that the line
FARR.setState(1); (from the onSearchBegin function) is incorrect, it says "Microsoft JScript runtime error: Wrong number of arguments or invalid property assignment".

Did something change in FARR's scripting part or why is this error showing up ?

Pages: prev1 2 3 4 [5] 6next
Go to full version