topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 2:41 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - skajfes [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 11next
101
Find And Run Robot / Re: FARR window shrinks over time
« on: May 03, 2011, 04:53 AM »
thanks mouser

102
Find And Run Robot / Re: FARR window shrinks over time
« on: May 03, 2011, 04:28 AM »
Say what you like, but I've noticed a similar problem too and it is getting a bit annoying. FARR just sets it's width to some smaller size.

103
Find And Run Robot / Re: Launching win7 start menu items
« on: April 12, 2011, 03:13 AM »
I definitely is a %windir% issue. Same thing happens when I try to launch IIS manager, which also has %windir% in it's target path. (%windir%\system32\inetsrv\InetMgr.exe)

104
I've created an alias to launch Everything when I append two spaces to the end of the search string. That way I have Everything on the tip of my fingers, and not having to worry about UAC. But that means that I don't see the search results in FARR.

If you're interested, here's the alias:
1000>>>Everything>->Search for $$1 with Everything | dolaunch C:\Program files (x86)\Everything\Everything.exe -search "$$1">+>^(.*)\s\s$

105
Find And Run Robot / Re: Launching win7 start menu items
« on: April 05, 2011, 02:57 AM »
That is the correct location of the shortcut.
I just wanted to note that it works fine when I launch it from the start menu, or from the run dialog.

106
Find And Run Robot / Re: Launching win7 start menu items
« on: April 05, 2011, 02:43 AM »
One thing you could try as a workaround in the meantime is go to the "General" options tab in FARR, and try changing the checkbox for "Always launch shortcuts directly" and "Use document launch helper" and the Launch Method drop down.  See if any of those help.

Thanks for the quick response.
I tried every combination of those options, and none helps.

107
Find And Run Robot / Launching win7 start menu items
« on: April 05, 2011, 02:26 AM »
FARR doesn't seem to be able to launch some of windows7 start menu items (ie Snipping Tool). When I launch it nothing happens.
Items like installed applications work fine.

It seems to me that the problem is that the shortcut target is %windir%\system32\SnippingTool.exe. I think that the %windir% in the path is confusing FARR.

I tried using ShellExecuteEx as Launch method but then I got this error: Windows cannot find 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories\Snipping Tool.lnk'

Any ideas?

108
Find And Run Robot / Re: Creating a shortcut to a URL
« on: February 15, 2011, 07:52 AM »
I do it like this:
  • copy the entire url of the page
  • paste it into farr main window
  • right click on the result
  • add to group alias
  • new alias group

Only thing that I've noticed is that if I name an alias with two or more words - FARR won't open it.

109
I use this alias for a similar action (open file in notepad).

The way I use it is I do a normal search and then add +edit to the ond of the search string.

1000>>>Edit>->Edit $$1 in Notepad++ | C:\Program Files\Notepad++\notepad++.exe $$1 /ICON=icons\edit.ico

This is from the docs:

Using Alias Action Keywords
 Top  Previous  Next  
A new feature with FARR version 2 is the ability to specify alias names in your search string using the + prefix (just like keyword modifiers).

When an alias name is specified in this way, anywhere on the search string, it does not effect search, but it will cause the alias results to be displayed AFTER the result file is selected, with the selected file name as argument $$1 in the alias.

In this way, you can perform a normal file/folder search and then launch a specific alias command with that file/folder as an ARGUMENT.

For example, you could create an alias named +hexedit
whose result contents are:

C:\Program Files\HexEditors\HexEdit.exe "$$1"

Now you can type in your search:
+hexedit mydocsearch...

As you type mydocsearch words, FARR will let you search for files as normal.
After you choose the result, instead of launching the result file, you will be presented with
C:\Program Files\HexEditors\HexEdit.exe "SELECTEDFILE"
Which you can then launch.

NOTE:
You can use the same keyword for both alias names and search/scoring keyword modifiers.

110
I always forget about AHK...
I've posted a similar question a while ago, but I've accepted that ctrl+p is the only way to go. This is much cooler guys. Thanks.

111
Find And Run Robot / Re: does FARR have a paste text feature?
« on: December 10, 2010, 03:06 AM »
You could try Rainlendar with a plugin from this thread.
I know I really need to update the plugin and release it properly but it works for me.

112
Find And Run Robot / Re: Hotkeys to control windows?
« on: November 17, 2010, 04:32 PM »
I use a slightly modified version of the nircmd alias to minimize or maximize last active window.

So here's what I added to the alias(I am pretty sure that this is not in the default):
1000>>>Max>->Maximize last active window | %ALIASDIR%\nircmd.exe win max handle %LASTHWND%
1000>>>Min>->Minimize last active window | %ALIASDIR%\nircmd.exe win min handle %LASTHWND%
1000>>>Restore>->Restore last active window | %ALIASDIR%\nircmd.exe win normal handle %LASTHWND%
1000>>>Center>->Center last active window | %ALIASDIR%\nircmd.exe win center handle %LASTHWND%

[tip]You can watch this screencast about aliases where you can see how to import this (i think  :-\)[/tip]

113
Find And Run Robot / Re: Options
« on: November 09, 2010, 02:12 PM »
apparently, there are lots of options  :D

114
Find And Run Robot / Re: FARR launch problem
« on: September 15, 2010, 12:53 AM »
It happens to all of the plugins that handle the results specially. And, when it happens to one of them, then none of them work.

I'll try disabling some of them to see if it happens again. I just wanted to see if anyone else had a similar problem.

Since you didn't heard about it I can only deduce that one of my own plugins is the cause of that behavior.

115
Find And Run Robot / FARR launch problem
« on: September 13, 2010, 11:29 PM »
Sometimes, FARR just refuses to call the plugin on execution.

For example, I invoke the Network Connections Plugin and get a list of available network connections. Now when I try to execute one of the connections I get an error message saying something like: Windows cannot find "No help available.". Make sure you typed the name correctly and try again.

I am pretty sure that FARR is just trying to execute the path value of the result on its own, as status bar displays path of the selected result item and it says "No help available.", instead of triggering the plugin to execute the result.

I don't know what is causing that behavior but when FARR once enters that state none of the plugins that supply non-executable results work. And nothing helps, save FARR restart.

Any ideas?

116
Find And Run Robot / Re: Farr + GooglePlus Configuraton always pops up
« on: September 13, 2010, 02:58 PM »
And it's my fix  :o
I forgot all about that!

Thanks mouser  :Thmbsup:

117
Find And Run Robot / Re: Farr + GooglePlus Configuraton always pops up
« on: September 13, 2010, 02:37 PM »
Try checking your FScript.dll and fscript.js version. I've tried with the latest version of fscript from here but I got the same behavior. When I used version 1.8 all worked fine.

118
Find And Run Robot / Re: FSubScript plugins acting strange
« on: September 13, 2010, 02:32 PM »
It works now.

So, the explanation. Somehow, I've managed to remove html file type extension from the registry, so IE didn't recognize local html files with no doctype defined as text/html so it didn't render them.

Sorry for the trouble guys.

119
Find And Run Robot / Re: FSubScript plugins acting strange
« on: September 12, 2010, 02:40 PM »
I haven't had time to do much testing, but what I saw is this: embedded web browser works fine (either by using htmlviewurl or even by using fssc - FSubScript control panel). I've tried disabling all other plugins with no effect.
I've tried copying the FSubScript plugin and JScalc from my work computer (where it works), still no effect.

120
Find And Run Robot / Re: How to search the files in hidden folders
« on: September 12, 2010, 01:56 PM »
Is it just me or what? FARR does search and display hidden files and folders. But when I think about it, what is the point of having a hidden file or folder if you can't hide it from FARR?

121
Find And Run Robot / FSubScript plugins acting strange
« on: September 12, 2010, 04:04 AM »
When I invoke any of the fsubscript plugins from CZB pack that use html view (jscalc, timer, tableDataSearch...) it outputs itself as text, so you can see the source code in the result list area.

Other plugins from CZB pack are working fine. One more thing, the plugins are working fine, for example i type in "tm at 12:00 do something" the alarm gets set, but the plugin is displayed as text instead of html.

I've tried putting a new version of fscript but it just reports an error in the plugin. BTW, it is working ok on my work computer, so it is probably a plugin clash of somekind or something.

122
Find And Run Robot / Re: Running FARR (and other) on virtual desktop
« on: September 11, 2010, 09:19 AM »
Unlike other virtual desktop utilities that implement their desktops by showing the windows that are active on a desktop and hiding the rest, Sysinternals Desktops uses a Windows desktop object for each desktop. Application windows are bound to a desktop object when they are created, so Windows maintains the connection between windows and desktops and knows which ones to show when you switch a desktop. That making Sysinternals Desktops very lightweight and free from bugs that the other approach is prone to where their view of active windows becomes inconsistent with the visible windows.

Desktops reliance on Windows desktop objects means that it cannot provide some of the functionality of other virtual desktop utilities, however. For example, Windows doesn't provide a way to move a window from one desktop object to another, and because a separate Explorer process must run on each desktop to provide a taskbar and start menu, most tray applications are only visible on the first desktop. Further, there is no way to delete a desktop object, so Desktops does not provide a way to close a desktop, because that would result in orphaned windows and processes. The recommended way to exit Desktops is therefore to logoff.

SO.. it sounds to me like Desktops is a very strange virtual desktop tool.  I think the best solution to the FARR problem might be in fact to stop using Desktops and start using something like VirtuaWin or Dexpot, or another "normal" virtual desktop tool.

Hmm, running 4 instances of explorer.exe doesn't seem very much lightweight to me. It is an interesting concept but I think it provides too much separation between virtual desktops so you can't move windows between desktops etc.

I've been using VirtuaWin for some time now and I am very satisfied with it.

123
Find And Run Robot / Re: Document execution problems
« on: September 03, 2010, 12:14 PM »
I was just typing up an elaborate answer, but the issue got solved in the meantime :)

@mouser: I think this really is a bug of sorts, can you do something about it?
From what I can tell, FARR finds the file and then trims the filename prior to execution. Note that the filepath at the bottom is correct, as is when you copy the filename using ctrl+c.

124
Find And Run Robot / Re: INDEX/CACHE vs REALTIME
« on: July 26, 2010, 03:14 AM »
In addition to the everything plugins you can also use a FARR alias to quickly open a separate Everything window with a search phrase. I use two spaces at the end of a FARR searchphrase as regex pattern. Very handy as you can first search with FARR and, if what you're looking for isn't found in a second or two, just tap space space.

regular expression pattern box:
^(.*)\s\s$
Results box:
Everything Search: $$1 | dolaunch C:\Program files\Everything\Everything.exe -search "$$1"

(modify the path to fit your installation directory)

genius  :Thmbsup:

125
Find And Run Robot / Re: FARR prevents DiRT 2 from starting
« on: July 15, 2010, 05:25 AM »
I use Ctrl+`. It's quite convenient as it does not require looking at the keyboard (I could not do e.g. Win + function or Pause like that) and still does not interfere with my more frequently used shortcuts (I use it a lot, but not as often as my "work" cuts).

I might be a bit obsessive about it, but I don't like to move my fingers from where they belong, i.e. the home keys (yes, I know, the sentence just invites all those NSFW comments ;) ). As my work requires quite a lot of typing - I am a translator - I prefer to have everything close to my fingertips. In my work applications I have most of the commands available as Left Alt + home-or-near-home keys, i.e. JKL;UIOPNM (<- that was easy to type  :D ). At some point I had even arrow keys redefined as Ctrl+JKL: but it turned out they were not used that much.

Sorry for that aside, but I think it's still on the topic, considering that FARR is all about eliminating that productivity-killing monster i.e. mouse + desktop, menus etc.

Wrong thread?

Pages: prev1 2 3 4 [5] 6 7 8 9 10 11next