topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday March 31, 2026, 12:21 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 ... 1049 1050 1051 1052 1053 [1054] 1055 1056 1057 1058 1059 ... 1515next
26326
DcUpdater / Adding support for zip files
« Last post by mouser on July 08, 2007, 03:29 PM »
I need to add support in the updater for handling updates consisting of zip files.
I could use an open source zip compatible c++ library, or i could shell out to small unzipper.
Any thoughts?
26327
taichi is right, i haven't implemented auto update of zip packages yet.
26328
i can provide the previous version if rssapphire thinks it was working before this one.
26329
i changed a couple of things that could have revived this problem, but the absolute easiest way for me to fix it is if someone knows an older version that doesn't exhibit this behavior.
26330
And to confirm, it was fixed in the previous release you had?
26331
One other note that wordzilla forgot to mention -- he is going to be improving this mod in upcoming weeks, so:

  • make suggestions for other improvements you'd like to see
  • please report any cases where it doesn't find something it should
  • this is a beta, and new improved versions of this mod will be released regularly in next month so people who don't like the idea of re-installing this may want to wait until it becomes more stable
26332
after double clicking to launch a result?
does it matter if you are launching a file result or an alias?
remind me again the details please
26333
Two more plugin requests:

1) a plugin that can run an exe with commandline parameters and capture its stdout and show it in results memo view (note that users could use this with the explicit dll invocation technique to make their own alias configurations that use your dll to run any commandline program and capture the output).

2) a plugin that can fetch a web page and then extract text from the webpage (using a regex mask) and display text (stripped of html) as farr result memo.  (again this should use the explicit dll invocation technique to let people configure their own aliases that fetch different pages and use different regex matches).  The uses for this one are practically unlimited.

note: i guess that #1 might benefit from a regex mask as well, making these two plugins 95% identical.
26334
v2.00.125 is now up with a lot of bugfixes.
bugfixing will continue on the way to official public release this month.

note1: the updater will find and install this update for you.
note2: this version comes with all of taichi's new amazing plugins, as well as plugins from me and hamradio.
26335
Find And Run Robot / Re: Appreciation
« Last post by mouser on July 07, 2007, 03:43 PM »
thanks jim :)
26336
Clipboard Help+Spell / Re: Thanks
« Last post by mouser on July 07, 2007, 11:52 AM »
thanks for this post, it's nice to hear when people like a program.. I still have some improvement to do on CHS and i hope to get around to it along with updates for my other programs once FARR v2 is released.
26337
Official Announcements / Re: ZillaRank: An improved search for smf forum
« Last post by mouser on July 07, 2007, 01:07 AM »
what is the prize?
that depends on if i have to give it out.  if not, it's a million dollars.  if so, it's a piece of gum and a kind word.
26338
Jeff Attwood of Coding Horror fame, references some game post-mortums in his blog today.  If you are a programmer interested in game development (or just development in general) and you've never read any of these, they are absolutely fascinating reading, and are packed with valuable lessons in how things can go wrong on a large project.

One bad part -- you need a gamasutra log in to read these.

All the postmortems are worthwhile, and you'll surely recognize a lot of the pitfalls and triumphs they describe. Even if you don't care a whit about gaming, it's instructive to read game development postmortems because game development is such a pressure cooker. It's incredibly challenging software engineering, with unclear goals (eg, "fun") under intense deadlines. Every project pathology you're likely to see on your software project has probably already materialized on one or more of these games.



from http://www.codinghorror.com/blog/
26339
Official Announcements / Re: ZillaRank: An improved search for smf forum
« Last post by mouser on July 06, 2007, 11:04 PM »
I hearby offer a prize to anyone who can now find a search on this forum that misses a result it should return.
26340
well i'm very happy to hear that regarding bsod.

if you send me the alias file and a description of how to reproduce the problem i shall have a look ([email protected])

ps. thanks for the report veign, its been fixed in the new version i have not uploaded yet.
26341
Find And Run Robot / Re: An idea for FARR "with this file do.." type actions
« Last post by mouser on July 06, 2007, 08:00 PM »
Another issue is what to do if user types | and there is more than 1 result showing.  FARR needs to know the single file you are going to use..

Maybe when you type | far should pop up and ask you which item you wish to select to work with, OR allow like |2 to mean choose second item, or |5 for fifth, etc.  so if only one result then as soon as you type | it will switch to "with ... do.." mode, but if more than one it will wait for you to type a digit after the | before switching.
26342
Find And Run Robot / Re: An idea for FARR "with this file do.." type actions
« Last post by mouser on July 06, 2007, 07:58 PM »
smart idea about using shell extension properties.
yes you are right, this is directly related to our farr v3 discussions.
26343
Find And Run Robot / Re: An idea for FARR "with this file do.." type actions
« Last post by mouser on July 06, 2007, 07:51 PM »
I was thinking we might be able to use standard alias files to configure such actions for files simply by letting each alias specify a list of file extensions which the alias is applicable to.
26344
Find And Run Robot / An idea for FARR "with this file do.." type actions
« Last post by mouser on July 06, 2007, 07:49 PM »
So i was thinking about an issue that has come up a lot in the past regarding actions for FARR.

Right now you can search for a file, and then when you find one you can use the special action alias feature where you specify +ALIAS and alias refers to an action that takes a parameter, and FARR will then offer to perform the action on the found file (see screenshot).

Screenshot - 7_6_2007 , 7_44_23 PM.png

This actually works pretty well but it lacks 2 main features:
  • It won't autocomplete and let you search for actions.  In other words you have to know about +hedit, it won't autocomplete that as you type.
  • There is no way to have FARR suggest a choice of actions based on the file you select (like certain actions for mp3 files).

What if we let you type a character (like the | separator character) that means, take the first result and get ready to perform an action on it, like you would type:
notepad.exe |

At that point, the editbox would clear and somewhere it would show some hint text saying "With notepad.exe do.."
And then the list results would show only actions that are configured to work with .exe files, and let you search within that action result list.

This could be leveraged for plugins as well, so if you used taichi's process lister plugin and then typed | you might then get a list of actions provided by the plugin like:
  • terminate process
  • restart process
  • lookup process on the web

Thoughts?
26345
Living Room / Re: Idea for Forum
« Last post by mouser on July 06, 2007, 11:23 AM »
i would love to see such reviews.  i don't think we need a new forum section though, they could get posted in Developer's Corner section: https://www.donation...index.php?board=75.0
26346
Band site with links to more videos:
http://www.lemondemon.com/index2.html
26347
The Ultimate Showdown of Ultimate Destiny - Funny cartoon music video for geeks hehehe watch godzilla fight batman and more.
Very catchy and fun song and cartoon.  :up:

note: contains violence perhaps not suitable for young children



from http://www.misoldier...oughts.blogspot.com/
26348
DcUpdater / Re: Bug - column resize loads up dcupdater website
« Last post by mouser on July 06, 2007, 10:40 AM »
double clicking in dcupdate window tries to perform the next logical action on the double clicked item.  if you do something as crazy as double click on a column divider you might cause the universe to implode.
26349
yes, taichi and i agreed i will be adding an option for a plugin to say to default to showing all results.
26350
johi, that's actually a pretty good idea.
Pages: prev1 ... 1049 1050 1051 1052 1053 [1054] 1055 1056 1057 1058 1059 ... 1515next