topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 7, 2026, 4:50 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 ... 721 722 723 724 725 [726] 727 728 729 730 731 ... 1515next
18126
ProcessTamer / Re: Process gets not killed despite explicit rule
« Last post by mouser on October 09, 2009, 03:11 PM »
ok look's like you guys have found a bug -- working on it.. do you have a link to this astronomy application that i can test on?
what i may do barring that, is upload a demo version for you that will save more verbose log messages to help figure out what's going wrong.
18127
N.A.N.Y. 2010 / NANY 2010 some early ideas
« Last post by mouser on October 09, 2009, 01:12 AM »
I've just created this NANY 2010 section to help us plan the New Apps for the New Year Event that is coming up at the end of 2009..

For those unfamiliar with our wonderful NANY events, see this section for 2009 details: https://www.donation...ndex.php?board=273.0

We are going to have to work hard to make this year bigger and better than last year!

Programmers: Make your pledge to participate here: https://www.donation...ex.php?topic=20533.0
18128
Mini-Reviews by Members / MOVED: Journal
« Last post by mouser on October 08, 2009, 10:51 AM »
18129
Find And Run Robot / Re: Pass a folder as a parameter
« Last post by mouser on October 08, 2009, 07:43 AM »
add +\ to your search.
and the desire to do that makes it now all the more useful to create a second alias that avoids you having to type that.

so for example you could create a second alias that matches on ^bs (.*)$
with the result:
dosearch +br $$1 +\

now, when combined with your first alias, you can type
bs some terms here

to have it search only folders matching the terms you specify, and when you hit enter, launch your command on them.

18130
Living Room / Re: Show us a photo of your mutt or other creatures..
« Last post by mouser on October 08, 2009, 04:01 AM »
tomos, thank you for giving me nightmares  :mad:
18131
Living Room / Re: Show us a photo of your mutt or other creatures..
« Last post by mouser on October 08, 2009, 04:00 AM »
she looks like she was a lion in a past life.  :Thmbsup:
18132
Living Room / Re: Show us a photo of your mutt or other creatures..
« Last post by mouser on October 08, 2009, 01:37 AM »
as a creature of yours i expected by now to see a picture of him sitting in a chair by the fireplace doing the crossword puzzles.
18133
General Software Discussion / Re: Google steals the Web
« Last post by mouser on October 08, 2009, 12:53 AM »
interesting.. i don't know if i agree with everything the author of the post says -- but i'm getting more and more disgusted with google trying to own every corner of the web.
18134
Developer's Corner / Re: ListView Control Hangs during Sort
« Last post by mouser on October 07, 2009, 10:40 PM »
real credit goes to Eoin for guessing the core problem, which was that the delay was the result of the callback returning inconsistent comparison results.  after that it was just a matter of figuring out why that was happening.
18135
Developer's Corner / Re: ListView Control Hangs during Sort
« Last post by mouser on October 07, 2009, 06:21 PM »
nSortDir[7]; <--- only goes up to index 0-6 and yet you are sorting on column 14?
18136
Developer's Corner / Re: ListView Control Hangs during Sort
« Last post by mouser on October 07, 2009, 05:37 PM »
i think Eoin may have nailed it.
18137
Developer's Corner / Re: ListView Control Hangs during Sort
« Last post by mouser on October 07, 2009, 03:33 PM »
how many rows of data?
18138
fSekrit / Re: Beta: fSekrit 1.40 needs some abuse!
« Last post by mouser on October 07, 2009, 02:42 PM »
new version! good fixes too.  :Thmbsup: :Thmbsup: :Thmbsup: :Thmbsup:

18139
FARR Plugins and Aliases / Re: FARR Plugin: AMPL [beta version 0.6.0]
« Last post by mouser on October 07, 2009, 02:28 PM »
i keep getting "not implemented yet" errors when trying to click on items in the am menu or just typing amc.
18140
not seen this but thanks for the posting in case it happens to others.  :up:
18141
Living Room / Re: How much Soda/Energy-Drinks you drink / week?
« Last post by mouser on October 07, 2009, 01:45 PM »
@mouser: any ideas if the seltzer maker thing will work okay with fruit juice - i mean, is the juice too "thick" for bubbles/fizz?

it will work absolutely fine.  i buy (100%) juice concentrate in a can, because:
1) cheaper
2) stores longer and smaller space
3) doesn't dilute the seltzer as much

but if you have regular juice it will still be fine.  i really can't recommend this enough -- especially since i like my carbonated juice less sugary, and this let's me make it much lighter.
18142
Living Room / Re: A little display of narcissism (my basketball highlights).
« Last post by mouser on October 07, 2009, 12:35 PM »
The first thing that comes to mind is an idea for one of those alternate reality DC/Marvel comic graphic novels, where superheros are motivated to do what they do not because of morality but because they are trying to one-up each other in their youtube channels, showing slow motion close ups of each rescue or battle.
18143
Find And Run Robot / Re: Pass a folder as a parameter
« Last post by mouser on October 07, 2009, 12:20 PM »
you can do it using one of FARR's least known tricks  :Thmbsup:

create an alias that has no regular expression, BUT uses $$1 in a result launch like so:
Screenshot - 10_7_2009 , 12_12_44 PM.png

and now you can execute that launch on any result you search for or directory you browse from within farr by typing +ALIASNAME at start (or end) of the search.

so in the example above you could type and then hit enter:

+br c:\windows\sytem32
or
c:\windows\sytem32 +br

to launch the alias on that searched for directory.

The trick works because FARR sees that you put a + in front of the alias name and there is a $$1 in the result.



TIP 1 : You can even specify multiple results in the alias.  Then after you search for something (file or folder) and hit enter, you will get a menu of your results to run on the selected file/folder.

TIP 2: Remember, you have to use the +ALIASNAME form -- if you just type the ALIASNAME without a + then farr will tread it like a normal alias and won't let you continue searching for a file/folder.

TIP 3: If you don't like hitting the + you can always create a second helper alias that matches a regular expression and emulates you typing the +ALIASNAME, using the dosearch function.

TIP 4: Discover tons of FARR tips and tricks from this screencast series: http://donationcoder.com/3ds/
18144
not me -- i prefer the plain minimalist windows 2000 (Windows Classic) theme.  makes me feel all calm inside :)

Screenshot - 10_7_2009 , 10_37_40 AM.png
18145
Oshyan,

Sorry i didn't reply earlier -- is great to see you posting again.  Yeah i don't have a great solution to you, but your proposed solution actually sounds interesting and I'm very curious to hear how it turns out.

I've thought about adding that feature to Screenshot Captor.. though i fear that the # of people who would actually make use of it is really tiny.
18146
FARR Plugins and Aliases / Re: FARR Plugin: AMPL [beta version 0.6.0]
« Last post by mouser on October 06, 2009, 07:15 PM »
ah i see -- farr is thinking they are duplicate results.. that probably has to do with the type of result you say it is when you return it.. i have to check.
18147
FARR Plugins and Aliases / Re: FARR Plugin: AMPL [beta version 0.6.0]
« Last post by mouser on October 06, 2009, 01:52 PM »
what do you mean "won't allow duplicate paths"?
18148
Excellent news:

The Federal Trade Commission on Monday [10/5/09] took steps to make product information and online reviews more accurate for consumers, regulating blogging for the first time and mandating that testimonials reflect typical results.

The FTC will require that writers on the Web clearly disclose any freebies or payments they get from companies for reviewing their products.



from http://www.cynical-c.com/
18149
Screenshot Captor / Re: Running in portable mode, specifying the screenshots dir
« Last post by mouser on October 05, 2009, 09:41 AM »
Hi Joyrex --

I apologize for the delay in responding, last couple of weeks have been hectic.

Ok so what you are wanting to do *SHOULD* be easy.. but i see now from looking at the code that it's not, and that currently the program insists on the Screenshots folder being located either in an absolute location or a directory under the config directory.

I already have a fix for the issue and i just need to upload a new version for you -- let me just get a few more updates in this version before i upload in the next day or two.
18150
General Software Discussion / Re: McAfee Online Backup - New Web Service
« Last post by mouser on October 04, 2009, 10:59 PM »
thanks for posting that sri -- was just about to myself  :up:
Pages: prev1 ... 721 722 723 724 725 [726] 727 728 729 730 731 ... 1515next