topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 9, 2026, 7:00 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

Recent Posts

Pages: prev1 ... 657 658 659 660 661 [662] 663 664 665 666 667 ... 1515next
16526
i can see how this could be quite useful in an office setting.
16527
Find And Run Robot / Re: alias help needed
« Last post by mouser on April 26, 2010, 02:34 PM »
i think $$c will work in the alias, im just not sure if it will confuse the filtering in this special alias case.
16528
FARR Plugins and Aliases / Re: Alias: Send email to Remember The Milk
« Last post by mouser on April 26, 2010, 02:30 PM »
Ok works fine you just have to know how to format it.

Here is an example mailto with a body and newlines in the body so you can do line breaks:

mailto:[email protected]?subject=hello there&body=I'm just writing to say hello%0A%0Asigned, me

notice that after the email address comes a ? then you have the variable=value parts separated by & signs.  the %0A are newlines.

to see how to set bcc,cc, and other info see: http://www.ianr.unl....internet/mailto.html OR http://www.netmechan...s/vol5/html_no17.htm
16529
FARR Plugins and Aliases / Re: Alias: Send email to Remember The Milk
« Last post by mouser on April 26, 2010, 02:22 PM »
hi satch,

good questions.. there should be a way to do this, and you seem to be trying the right things.. let me try as well.  if i can't get it to work i can try to modify farr to handle sending body text properly.
16530
Site/Forum Features / Re: Discussion: How can we Improve DonationCoder?
« Last post by mouser on April 26, 2010, 02:00 PM »
some really good thoughts so far, keep 'em coming.. i think what i may do is try to summarize the main ideas and divide into categories of ideas that don't involve any tradeoffs and are things that can't backfire, vs. things that need debate because they could impact things negatively.
16531
Find And Run Robot / Re: alias help needed
« Last post by mouser on April 26, 2010, 01:46 PM »
you got the $$c to work too?
16533
And whats the point of having an anti-virus that will act as a virus itself?

 ;D ;D ;D maybe we need a new kind of software utility:
"AntiVirus Watchdog"

it's job is to watch over all anti-virus program activity and kill the antivirus if it gives a false alarm.
16534
Find And Run Robot / Re: [bug report / feature request ?] dynamic search folder
« Last post by mouser on April 26, 2010, 11:21 AM »
 :Thmbsup:

thanks for pointing out that i didn't document it.
16535
Check to see if you profile is set to receive email notifications and newsletters:
https://www.donation...file;sa=notification

the checkbox setting is automatically unchecked as soon as even a single email bounces, so it's easy to have this happen.
16536
minor update:

Version 2.27.01 - April 24, 2010
  • [MinorFeature] You can now save protocol/keywords/alsotext in your favorites menu items.
  • [MinorFeature] Added menu command to reload favorites data.
  • [MinorFeature] Added rtmp and related protocols to known multimedia protocols.
16537
Find And Run Robot / Re: [bug report / feature request ?] dynamic search folder
« Last post by mouser on April 26, 2010, 10:49 AM »
try using this launch string: recachedirpaths
(in the same context you would call setuservar)
16538
new release:

v2.79.01 beta - Apr 24th, 2010
  • [MinorFeature] SaveAs now does higher quality (less compression) saves; useful for occasional jpg saving.
  • [MinorFeature] SaveAs now remembers your last default file extension used.
  • [BugFix] When creating thumbnails, or using saveas or save+ , sometimes pushing the copy filename to clipboard button would copy the PREVIOUS filename to clipboard; this could result in file path to full image copying to clipboard instead of new cropped thumbnail.
  • [MinorFeature] Added option to use transparent background when resizing canvas or adding captions.
  • [MinorFeature] Started showing different icon when in timed capture mode.
  • [Feature] You can now customize the directory pattern for the auto-moving-old-screenshots archive feature.
  • [MinorFeature] Added MoveTo menu item to move all screenshots into archives.
16539
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on April 26, 2010, 10:43 AM »
Version 2.87.01 beta - April 25, 2010
  • [MinorFeature] appcapappendmemo now auto scrolls to bottom of memo.
  • [MinorFeature] new alias launch string to explicitly go to end of memo  (gomemobottom)
  • [MinorFeature] modified text in alias dialog to make clear alias name was also trigger text
  • [MinorFeature] attempt to remove some blinking from memo mode when text doesn't change.
  • [BugFix] attempt to extend max length of environmental variable replacement in things like search directories
  • [Feature] you can now refer to the currently selected result (or first result) using a variable replacement (%CURRENTRESULTNB%); especially useful for triggering actions via hotkey.
  • [Feature] you can now recursively include file contents with the #filecontents alias string.
  • [Feature] improved and documented the use of * for alias pattern to always match search against contents.
  • [Feature] added -exitifnotrunning commandline option and clarified help on others.
  • [Feature] added error on commandline args that aren't understood.
  • [Feature] now checks the return value from plugin Initialize function; if false is returned, the plugin is not loaded.  This could break plugins that have been returning false from the Initialization function in the past with no effect.
16540
Find And Run Robot / Re: Scrolling the output of appcapappendmemo
« Last post by mouser on April 26, 2010, 10:41 AM »
right now it ALWAYS scrolls as lines are added.. we might want to add an ability to turn that off; in fact i'm sure we want to add an ability to only do that if you are at bottom already, otherwise you wont be able to manually browse while lines are being added.
16541
Find And Run Robot / Re: alias help needed
« Last post by mouser on April 26, 2010, 10:12 AM »
grab the new beta from https://www.donation...AndRunRobotSetup.exe

then just create an alias and give it an alias name of *
(OR new: just set the regex pattern to *)

then every search will be matched against the contents of that alias.

16542
Find And Run Robot / Re: alias help needed
« Last post by mouser on April 25, 2010, 08:39 PM »
added (actually it already existed; now improved and documented).  will be in next update.
16543
Find And Run Robot / Re: [bug report / feature request ?] dynamic search folder
« Last post by mouser on April 25, 2010, 06:58 PM »
ok done and will be in next update tonight.
16544
Find And Run Robot / Re: Scrolling the output of appcapappendmemo
« Last post by mouser on April 25, 2010, 04:12 PM »
glad you like it.  try this beta version with the new behavior, and let me know if it works okay:
https://www.donation...AndRunRobotSetup.exe
16545
Find And Run Robot / Re: Scrolling the output of appcapappendmemo
« Last post by mouser on April 25, 2010, 11:42 AM »
i expect to post an update in next 24 hours.
16546
UrlSnooper / Re: No network adapters detected!?
« Last post by mouser on April 25, 2010, 02:46 AM »
hi lacnel0t, sorry for delay in replying.
i'm afraid i don't have any experience running the software on your kind of setup.

the best i can suggest is that you try the winpcap support forums and see if anyone knows anything about getting the winpcap driver to work with that modem.
http://www.winpcap.org/contact.htm
16547
Site/Forum Features / Re: Friendly 404
« Last post by mouser on April 24, 2010, 03:36 PM »
I find on some sites that sometimes it take me a few moments to realize I'm not looking at a content page.
agreed -- it should be really clear you are on a 404.
16548
LaunchBar Commander / Re: Bug: Hint for folder icons uses wrong string
« Last post by mouser on April 24, 2010, 03:28 PM »
great  :up:
16549
LaunchBar Commander / Re: Bug: Hint for folder icons uses wrong string
« Last post by mouser on April 24, 2010, 02:15 PM »
I thought i added a tab that let you specify "Node Overides" including icon and caption settings, exactly as you are asking.
More in this thread: https://www.donation...ex.php?topic=19286.0

Screenshot - 4_24_2010 , 2_15_08 PM.png

So i guess the question is, does this not do what you need, or did you just not notice this tab?
16550
Site/Forum Features / Re: Friendly 404
« Last post by mouser on April 24, 2010, 10:06 AM »
i think it's a great idea to have a nice looking 404 staring our mascot Cody, with maybe a list of likely destinations (mini site map); we'll get right on it!
Pages: prev1 ... 657 658 659 660 661 [662] 663 664 665 666 667 ... 1515next