topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday September 20, 2026, 12:19 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 920 921 922 923 924 [925] 926 927 928 929 930 ... 1515next
23101
Find And Run Robot / Re: Today is release day !!!
« Last post by mouser on June 09, 2008, 11:51 PM »
i've not seen that error yet.. i'll have to go hunting for what it could mean.
23102
Taichi,
a bug has come up with printerlist in the latest FARR version, see here:
https://www.donation...ex.php?topic=13618.0
23103
FARR Plugins and Aliases / Re: [bug report] Plist Plugin
« Last post by mouser on June 09, 2008, 11:29 PM »
Ok i can confirm that the problem is that FARR thinks the entries are "duplicates" and is rejecting them.
Technically this happens because the plist results are returned as file and the filename for each entry is the same.

I've modified FARR to only do dupe checking with files, but the plist plugin needs to be rebuilt to return results saying that the return type is something other than a file (E_EntryType_UNKNOWN would be good).

I could actually work around this but it would be a little inefficient so i'll wait for a plist update.
23104
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 09, 2008, 11:20 PM »
it's a good point.. currently i don't have such a check in the updater, but its an extremely good idea to add it.
23105
Find And Run Robot / Re: feature request : shift+enter=internal html viewer
« Last post by mouser on June 09, 2008, 10:54 PM »
lanux i think you are basically just saying that you want a plugin to load and parse results and decide what to show, which was really the main intent of this new feature, rather than acting like a normal browser.
23106
FARR Plugins and Aliases / Re: [bug report]
« Last post by mouser on June 09, 2008, 10:44 PM »
nice find. i can confirm this too.. but im not sure why it's happening yet.
the result count shown on statusbar seems to indicate all results have been made available, not sure why FARR would only show 1.  looking into it.
23107
Find And Run Robot / Re: feature request : shift+enter=internal html viewer
« Last post by mouser on June 09, 2008, 10:30 PM »
that would be one possibility.
another would be a list of url patterns/domains that should always open internally, and those that should open externally, and have farr open all urls according to these rules, no matter what alias launches them.
23108
LaunchBar Commander / Re: Option to move dock(s)?
« Last post by mouser on June 09, 2008, 09:49 PM »
it may be minimized into its tray -- look for it down there and right-click for options.
23109
ProcessTamer / Re: Tray Balloon messages auto-extinction ?
« Last post by mouser on June 09, 2008, 08:58 PM »
fair enough.. ill try to add a configuration option to specify duration of balloon messages.
23110
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on June 09, 2008, 08:23 PM »
New minor update posted.
23111
Find And Run Robot / Re: [Feature Request] HTTP POST request
« Last post by mouser on June 09, 2008, 08:13 PM »
that's a good idea.  i can think of a few more internet-based functions that would be useful to implement that plugins and aliases can call.
23112
yes i was thinking the same thing.

BTW: In plugins, is it possible to compile own HTML pages on the fly and show them directly in FARR (without saving them!) now?

sure is, plugins can display raw html of their own creation in the view.
23113
Find And Run Robot / Re: Minimal web pages which fit into FARR HTML View
« Last post by mouser on June 09, 2008, 08:09 PM »
perhaps what we need is a kind of greasemonkey-type scripting system plugin for rewriting pages to make the output very compact.
23114
Find And Run Robot / Re: [v2.04.03] Can't set number of recursions
« Last post by mouser on June 09, 2008, 04:00 PM »
nice find -- this is indeed a new bug.
fixed in v2.05.01 which is now available.
23115
Find And Run Robot / Re: Farr should not ignore files in browsing mode?
« Last post by mouser on June 09, 2008, 02:13 PM »
fixed in v2.05.01 which is now available.
23116
Find And Run Robot / Re: Farr should not ignore files in browsing mode?
« Last post by mouser on June 09, 2008, 12:50 PM »
I think i'm going to remove all scoring from browsing mode -- so all files will display, and display alphabetically.  that would solve your problem.  anyone object to this?
23117
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on June 09, 2008, 11:10 AM »
Note:
For those of you who downloaded version 2.04.02 which was up from last night to early this morning, i accidentally included a couple of plugins that were auto-installed with the release (klipkeeper and todolist i think).  You can delete this if you dont want them by deleting the folders in the Plugins directory.  Sorry for any inconvenience.
23118
FARR Plugins and Aliases / Re: New FARR Plugin: FCalc
« Last post by mouser on June 09, 2008, 10:38 AM »
Updated to version 1.19.01:
  • Fixed ability to set variables using (VARNAME=VALUE)
  • Added errors for referring to undefined variables
  • Upgraded to new FARR plugin api so pressing Enter saves result again.
  • Added functions to list defined var vals or clear them
  • Operation of ` now only clears history not variables

You need to be using FARR 2.04.02 or later for this version.
23119
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on June 09, 2008, 10:36 AM »
New release 2.04.03 is up, mainly with bugfixes for some problems that nitrix and others found (see first post for list of changes).

Also with this release is an update of known plugins which can now be easily installed using the updater tool (right-click on FARR tray, choose update, switch to Installable Packages).  There are only a few plugins not listed (clock, google suggest, and farrtunes), because they don't have update files.  when authors get those prepared i will include them.
23120
FARR Plugins and Aliases / Re: New Script FARR Plugin: Clock
« Last post by mouser on June 09, 2008, 10:08 AM »
Just added this to the official FARR plugin list.

Couple of quick comments:
  • The zip file actually has the directory Clock inside it (My winzip context menu extension does this by default as well if you right click on the directory and say to zip, rather than selecting the files inside the directory and saying zip).  This actually can cause a problem for the updater since it just unpacks the contents into the plugin subdirectory resulting in a two-level deep install.  Can you fix that?
  • Changing from cl to fcl would be good idea or doing as Armando says with ^cl (.*)

23121
FARR Plugins and Aliases / Re: New C# FARR Plugin: FARRGoogleSuggest
« Last post by mouser on June 09, 2008, 10:00 AM »
Jens,

it would be great if you could make a dcupdate file for this plugin, not just so it would be easier to update, but so i can add it to the list of plugins that can automatically be installed by users.

i can provide webspace if you want, just ask.
23122
Find And Run Robot / Re: HTML viewer alias titles customizable?
« Last post by mouser on June 09, 2008, 09:31 AM »
ahhh.. i understand now.
you want the url shown in the location column.
seems sensible to me.
23123
Find And Run Robot / Re: HTML viewer alias titles customizable?
« Last post by mouser on June 09, 2008, 08:52 AM »
Note this has nothing to do with the html view, it happens with all alias results.  Or am I misunderstanding something?
23124
Find And Run Robot / Re: Adblocker [Solution found?]
« Last post by mouser on June 09, 2008, 08:50 AM »
Its embedding the normal Internet Explorer web browser, so if you have an ad blocker like AdMuncher or IE7Pro ad blocker, i think it should automatically be engaged in the embedded web browser as well.
23125
Find And Run Robot / Re: HTML viewer alias titles customizable?
« Last post by mouser on June 09, 2008, 08:49 AM »
The location column is trying to show you the alias group name or alias name where the alias is from.

So you want to override that on a per-alias basis so you can display something custom, is that right?
Pages: prev1 ... 920 921 922 923 924 [925] 926 927 928 929 930 ... 1515next