Topics - howardb [ switch to compact view ]

Pages: [1] 2next
1
Screenshot Captor / Manual scrolling screen option
« on: December 28, 2012, 06:07 PM »
I do not fully understand the complexity of SC's scrolling capture option, which is tied to capturing an object as well. it appears one can try to let SC guess how to do the window, and if it fails, one can set various parameters I do not understand.

Would it be more simple, perhaps to have a `manual scrolling window' options? That is: have a screen capture that lets the user take control of the scrollbars, scroll the window himself and then click a button, or some such to let SC capture the results?

Sometimes, adaptive contextual human intelligence can make tasks easier, that otherwise require complex conditional rules.

2
Screenshot Captor / The capture bar and `simplicity'
« on: December 28, 2012, 06:03 PM »
I must just be catching on to the idea that SC was originally designed to do complex things in relatively easy ways? Also designed for people that do a lot of screen capturing, for one reason or another, not many of us to just have need of it rarely?

I used to say of Unix, with its command lines, and pipes, and redirects - - that it makes it easy to do hard things, but therefore hard to do easy things -- for example the infamous Unix `find' command. This may be a good analogy: SC much like the unix find command. One analogy to learning lots of commands, and command arguments is memorizing lots of hotkeys for lots of different things. Once memorized, the `things' are quick and easy.

This third mode or need, where a capture bar is relevant, might be for those like myself that seldom need to take lots of shots or do complex things with them. The one complex things I find useful for my `simple' needs is a scrolling screen capture that works well for most scrolling screens.

3
Find And Run Robot / Letters Instead of Numbers Please!
« on: October 13, 2010, 01:35 AM »
I've had this wish for FARR before, but mouser thought not: With a numbered menu of options you have only 9 choices available at a single keystroke. But if you enumerate options with letters, you get up to 26 choices available with a single keystroke. I do so wish letter enumeration were an option for FARR, and still do not understand the impediments to it.

For an example of the difference, check out wcd, fast directory changer for windows at http://www.xs4all.nl/~waterlan/#WCD_BETA_ANCHOR. Compare it, for instance to one of the FARR plugins that uses the locate2 database. If you want to go to one of the twenty odd directories you've named, tmp  -- just type tmp at the prompt, hit the letter, j (for example) and you are there.

I care, because I become increasingly weary of the ubiquitous mouse. Indeed, I would love to use FARR more and more like a single, simple, unix-like command interface.

For those interested, I use wcd with the locate32 database, so I need not keep updating multiple databases. I also use the explorer replacement xplorer2 with this batch file:

@echo off
set WCDHOME=c:\dos\wcd
set /p ans=Directory:
locate.exe -ld %ans% > c:\tmp\data
c:\dos\wcd\wcdwin32.exe -G C:\tmp -f c:\tmp\data *%ans%*
call c:\tmp\wcdgo.bat
C:\Programs\xplorer2_lite\xplorer2_lite.exe /M "%CD%"

4
Find And Run Robot / Use FARR as Run Command?
« on: March 18, 2010, 06:45 PM »
This is doubtless a newbie question but: I want to type a command with arguments into FARR's search line, and have it executed as if I typed this command in the windows Run dialogue box.  How do I do it?
     I dont want to have to use ++ to add arguments to my command, wait for the command to show up in the results box, and then hit, for instance, ctrl-3. I just want to type the command, hit <ENTER> and have it run. Must I use the noresults alias for this, or how would I create a Run alias to do it?
     I also wonder, how to include the directories in the windows %PATH% variable in FARRS directories to search? Since %PATH% includes a list of different directories, must I enter each of these directories separately in FARRs directories to search? I would like FARR to behave just like the Run command - search all directories in the %PATH% variable for the command, and then execute the command. I do not want the command displayed first in the results list.

5
Find And Run Robot / Quickly go to any directory
« on: September 29, 2009, 03:40 PM »
I used to be able to quickly go to any directory in win9x. I can't do it in XP: Hit a hotkey (e.g., F5), get prompted for a string (e.g., I enter tmp), see a list of numbered paths that end in the string, then when I pick a number - up comes my filemanager (I use xplorer2) in that directory.

I know FARR and/or plugins can do this, but I do not have the expertise to know how. There is a program  that almost does it, with advantages to something like locate32:  WCD creates a database of all directories in all partitions. When you feed it a string, it displays a list of possible directories, using alphabet letters (not numbers). This  gives you up to 26 possibilities. When you type a letter (e.g., d), it does to the directory corresponding to `d'. Alas this all happens in a dos or cmd.exe box. For windows xp, it generates a wcdgo.bat file f that basically executes ``cd targetdirectory''

If I can get the output list of a program like locate32 or wcd in the list box of FARR, this would be an adequate approximation. I would only get 9 choices for a  directory, but this would do. Ideally, I could write an alias that runs wcd in FARR's window, instead of a dos box. That is: wcd tmp makes farr show a list of tmp directories. I hit, say, number 7, and xplorer2 launches showing directory number 7 (xplorer2 takes a directory as an argument).

Any howto ideas?

Pages: [1] 2next
Go to full version