topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday April 6, 2026, 9:49 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 ... 778 779 780 781 782 [783] 784 785 786 787 788 ... 1515next
19551
General Software Discussion / Re: What the hell is OpenCandy?
« Last post by mouser on May 15, 2009, 11:27 PM »
but your intent is clearly subversive.

may i hazard a guess that as a new user of the forum, this just didn't occur to andrew and that his intent was not "subversive"  ;D

come on guys -- by all means disagree and express your opinions strongly.. but what happened to that old DC spirit of assuming the best in people and giving people the benefit of the doubt.  we can disagree in good faith without accusing someone of knowingly subverting the natural order of the universe just because they haven't configured their signature.

wouldn't it be more in DC spirit to tell andrew how to use the signature system and then wait for him to rip off his mask and reveal that he is doctor evil before making the accusation that he is doing it on purpose because he has figured out that people can disable signatures and has come up with a clever dastardly way around that loophole, so that everyone will see his name at the end, and never be able to disable it.

ps. note that the link at the bottom is to his twitter page, not to OpenCandy page.. damn you guys are really in attack mode lately.. Deep breaths everyone -- remember all you old timers are ambassador's for DC -- you are supposed to be setting a standard for humility, generosity, and a welcoming spirit.
19552
I was thinking about making a similar page showing First Posts.. so it would list all posts which were the first posts of someone, sorted by date.. Thoughts?
19553
well i can't be expected to remember every feature i implement and every post i make about it!
19554
 ;D
19555
History list (and search folder list) now auto-correct when drive letter changes -- good for portable use.
Not uploaded yet -- will be in next update.
19556
Shows all topics that just have a single post (not been replied to). You can see a link to it at the top of the forum page near your avatar.  Direct link:

https://www.donation...php?action=unreplied

It's a good page to view if you are bored and looking for a thread to comment on -- let's keep these posters from getting too lonely.
19557
Living Room / Re: Best firefox addon ever
« Last post by mouser on May 15, 2009, 07:40 PM »
Welcome Suvorov  :up:
19558
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on May 15, 2009, 10:32 AM »
CC do you also not have firefox installed?
19559
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on May 15, 2009, 09:28 AM »
Exit farr and delete that file "D:\FindAndRunRobot\Plugins\FarrFox\advoptions.cfg.tmp" and "D:\FindAndRunRobot\Plugins\FarrFox\advoptions.cfg" and restart.
19560
Find And Run Robot / Re: KlipKeeper Problem
« Last post by mouser on May 15, 2009, 09:00 AM »
did you delete the old KlipKeeper_data.dat after exiting FARR?
19561
News like this makes my stomach turn over..

Avsim.com was a large community-driven flight simulator site -- and a hacker apparently destroyed 13 years worth of data on the main server, and wiped out a secondary server where they kept all the backups*.

*[It still seems hard for me to believe they don't have some backups offline].

19562
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by mouser on May 15, 2009, 07:28 AM »
What version of FARR is is CC?
19563
Find And Run Robot / Re: Farr strecthed idea, send key strokes
« Last post by mouser on May 15, 2009, 12:06 AM »
you can always launch an ahk script and pass it the active window handle from farr -- in fact i think someone already did this.
19564
Find And Run Robot / Re: Farr strecthed idea, send key strokes
« Last post by mouser on May 14, 2009, 11:56 PM »
FARR can paste text into the application that had focus before it was triggered.
I can actually quite easily add the ability to send arbitrary keystrokes/hotkeys as well if people want, or of course a plugin could do this.
19565
Find And Run Robot / Re: Pydoc and getting results in Farr
« Last post by mouser on May 14, 2009, 11:49 PM »
added command to temporarily put memo into fixed font mode, since i think kartal's need will match others.
the command is:
tempmemofont fixed

or you can use
tempmemofont custom
to put memo into the custom configured font setting temporarily.

it will revert to normal on next search.



ps.
i notice that your output says "please wait a moment..."
and just point out that the next version of FARR lets you call
appcapappendmemo
instead of appcap
which will show lines as they are outputted by the console tool, which is useful for commandline tools that take a bit of time to run.



features will be in next update.
19566
Any way of returning the console output immediately when there is an output? and not waiting for the console to terminate?

appcapappendmemo is now implemented but not yet uploaded (will be in next release), and lets you see output as it runs.

so instead of doing:
appcap c:\windows\system32\ping.exe donationcoder.com;;;showmemo %lastappcap%
you would do:
showmemo Output of Ping:;;;appcapappendmemo c:\windows\system32\ping.exe donationcoder.com

[EDIT 5/18/09: fixed, thanks for pointing out the error djbobo]
19567
Find And Run Robot / Re: Pydoc and getting results in Farr
« Last post by mouser on May 14, 2009, 10:19 PM »
ah yes i see -- its not a fixed spacing font.
i can add an option to fix that i think -- to workaround it for now, go to options, custom font settings, and set a fixed font for the memo.
19568
Find And Run Robot / Re: Pydoc and getting results in Farr
« Last post by mouser on May 14, 2009, 10:05 PM »
can you elaborate about issue 1? maybe a screenshot?
as for memo background color -- not currently but would be easy to add.
19569
Find And Run Robot / Re: Pydoc and getting results in Farr
« Last post by mouser on May 14, 2009, 09:45 PM »
yes.
the command you want is appcap:
https://www.donation...earch2;search=appcap
19570
Screenshot Captor / Re: access violation error in photoshop
« Last post by mouser on May 14, 2009, 06:21 PM »
ok fixed (but not yet uploaded); will be in next release.

as we guessed -- it was caused by the active window being slightly offscreen (according to the getrgnbox windows system call).

will be in next update.
19571
Screenshot Captor / Re: access violation error in photoshop
« Last post by mouser on May 14, 2009, 05:41 PM »
never mind -- i got it to happen.
only seems to happen if i capture right after starting screenshot captor and never un-minimizing it.
looking into it now.
19572
Screenshot Captor / Re: access violation error in photoshop
« Last post by mouser on May 14, 2009, 05:37 PM »
i've been trying to reproduce it with photoshop cs2 trial and not had any lucky.. can you think of any more clues as to what circumstances make this happen?
19573
Post New Requests Here / Re: IDEA - Visualizing time left vs. time needed
« Last post by mouser on May 14, 2009, 02:21 PM »
interesting idea..
are you saying that for each instance of the program you run it would track and show one interval and one task?
what about a program that let you configure multiple interval+task pairs?
can you elaborate on what the visual display would look like?

i'm thinking this coding snack could be modified for your purposes maybe:
https://www.donation...ex.php?topic=17814.0
19574
Living Room / Re: Looking for a newsgroup news reader
« Last post by mouser on May 14, 2009, 02:06 PM »
There are several threads discussing usenet newsreaders on the forum:
https://www.donation...arch2;search=Newsbin+
19575
General Software Discussion / Re: What the hell is OpenCandy?
« Last post by mouser on May 14, 2009, 02:04 PM »
Watched the demo video -- very helpful to see it in action.

I stand by everything i've said above -- seems fine to me, and i like how it launches the normal installer for the recommended program if the user chooses to install it, so user can always change their mind and cancel, or uninstall later, etc.

Couple things came to mind watching it:

  • Developers need to very clearly identify whether the program being recommended is freeware or shareware -- you wouldn't want people installing programs they think are free only to find out they are shareware.
  • It would be nice to add to the OpenCandy recommendation screen a link where the user can Learn more about the recommended program (taking them to it's web page), and maybe a link to OpenCandy page describing what it is.
Pages: prev1 ... 778 779 780 781 782 [783] 784 785 786 787 788 ... 1515next