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, 2:59 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 ... 725 726 727 728 729 [730] 731 732 733 734 735 ... 1515next
18226
glad to hear you like the program and welcome to the site.
did you know that one of the most prolific plugin writers for FARR is also czech (username czb).  i'm not sure if such a plugin would be possible though.
18227
everyone has different preferences, enough room for all of us :)
18228
FARR Plugins and Aliases / Re: KlipKeeper (A FARR2 Plugin by hamradio)
« Last post by mouser on September 25, 2009, 02:53 PM »
thanks  :up:
18229
General Software Discussion / Re: Anyone else hosting a Windows 7 launch party?!
« Last post by mouser on September 25, 2009, 10:40 AM »
first thing to do is watch this and laugh at it and agree not to be like these people:
https://www.donation...ex.php?topic=20040.0

after watching that you should all be laughing so hard that you can enjoy yourselves.
18230
Screenshot Captor / Re: Screenshot Captor Auto Tool Configurations
« Last post by mouser on September 25, 2009, 02:30 AM »
thank you very much klausk  :up:

however i could not get the .7z file to open -- all my extractor programs say unsupported compression type (even 7zip!)
18231
General Software Discussion / Re: Looking for a AutoSave program
« Last post by mouser on September 24, 2009, 09:26 PM »
just want to chime in with everyone else who is saying this sounds like a recipe for trouble, accidentally saving something you dont want to.
18232
Living Room / Re: How to host you Windows 7 house party... wtf?
« Last post by mouser on September 24, 2009, 09:14 PM »
or maybe the people on that video are trapped in a hellish world of continual windows 7 parties and party planning 24 hours a day.
18233
Living Room / Re: How to host you Windows 7 house party... wtf?
« Last post by mouser on September 24, 2009, 06:03 PM »
Hey, there are some useful tips in there for the socially inept... address your guests by name, for example.

hahahah  ;D ;D ;D ;D

yeah.. i'd love to see microsoft expand a bit and make some videos for the rest of us just on general stuff like.. how to trick people into being your friends.  how to throw a birthday party.. how to go on a date.. how to have a conversation with your friends, etc.
18234
Find And Run Robot / Re: Feature Request: multilanguage keystroke reinterpretation
« Last post by mouser on September 24, 2009, 04:03 PM »
This reminds me a lot of the plugin that ewemoa (where is he i miss him) wrote for FARR, called Bakko:
https://www.donation...ndex.php?topic=16877

  The main point of this plugin is to provide a customizable means for transforming the main FARR window's text field content.  At the moment, "customizable" means that the user can write a bit of JavaScript to operate on the text field content.
18235
i thought it would use some kind of cache of file dates or crcs, so only rebuild files that had changed.
keep in mind that i am NOT proposing such a system for a site with daily changing content.  my hope was that it could be used on a site like donationcoder where most of the pages are static.
18236
yes, i suppose that would be one way to look at it.
one key thing though is when one talks about "spidering" one usually is talking about scanning some content that one does not have control over.  in this case my intention is that one would have control over the data and be able to add any info that the website builder would need.
18237
Miles, I can help -- email me for a master list of default-browser registry settings that i've come across in building BrowserTraySwitch ([email protected])
18238
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 02:37 PM »
let's discuss other requests in separate threads, and leave this one focused on the problem of pasting into the last active window.
18239
BrowserTraySwitch / Re: BrowserTraySwitch & Vista
« Last post by mouser on September 24, 2009, 02:33 PM »
Miles,

Let me help you get BrowserTraySwitch working -- i've spent some time on it with x64 OS and vista, and it should work on all of those operating systems.  Sounds like something else is tripping you up with the program.

That's not to disuade you from entering this quagmire, but to help you -- because it's a jungle out there and i'd rather you benefit from my discovery of relevant registry keys than have to figure it all out from scratch.

Email me ([email protected]) and i can give you a list of registry keys, etc. for working with the default browser for your own creations.
18240
Living Room / Re: How to host you Windows 7 house party... wtf?
« Last post by mouser on September 24, 2009, 02:29 PM »
What I want to know is, seriously, what person high up at Microsoft is really a mole planted by Apple to destroy Microsoft? Or is it the entire company?

18241
Living Room / Re: How to host you Windows 7 house party... wtf?
« Last post by mouser on September 24, 2009, 02:22 PM »
I have a feeling there are going to be tons of satirical versions of this.
Here's one to get you started:
http://www.youtube.c.../watch?v=gyas7BrbUFY
18242
ps. i understand the topic of the thread was meant to emphasize a point, but this is one of these cases where it makes it harder for people to find things when searching -- how about renaming the thread to something more relevant to the discussion?
18243
i'm a *big* fan of DokuWiki.

but it isn't quite what i had in mind for the task we are talking about, mainly for the reasons you mention.

my interest in the discussion on the other page, and related to what you are talking about here, was a way to make a website out of a tree of flat files, where subdirectories and files might have hints about how to treat them when building the site.  things like automatic site navigation menus would be essential, as would building a kind of download page with thumbnail images, etc.  being able to do wiki-like editing online was not something i considered.
18244
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 01:14 PM »
New non-debug version is uploaded at same url, you can use this version for real until the next full release:
https://www.donation...oardHelpAndSpell.zip
18245
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 12:42 PM »
Thank you so much for the help, and i'm deeply sorry it took so long to fix -- i've just been trying to juggle a few programming projects at once these last couple of weeks and have been a bit overwhelmed.

A brief explanation of what the problem was:
Ideally one would like to detect that application that triggered the CHS quick popup menu by checking the last active window at the time of trigger.  But this seems infeasible since it can be too late by then.  So instead, CHS keeps track of the last active (non-chs-related) window in the background while you work.  What was happening was that occasionally windows was returning NULL for the current foreground window, for no real reason i can see.  I actually thought I already was ignoring this case, but it turns out I wasn't handling it well enough.

Compiling the non-debug version now, then we'll get to the other requests.
18246
The real question is, what can't irfanview do.  :-*
18247
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 12:13 PM »
and now could you try redownloading the new debug version at same location:
https://www.donation...oardHelpAndSpell.zip
18248
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 05:52 AM »
I have uploaded a debug version of just the exe to:
https://www.donation...oardHelpAndSpell.zip

for those who can make the failure to paste problem occur, please try this version (might want to rename it or back up old version first before replacing it with this exe).

it will product a text file debugout.txt that contains some debug messages.

once you experience the problem, where selecting a quickpaste clip fails to paste it into the target application, you should then exit CHS, and open debugout.txt in a text editor, and pm me, and we can see if we can spot what went wrong.. i.e. did it misidentify the laste active window -- or fail to reactivate it, etc.
18249
Developer's Corner / Re: Free icons for developers
« Last post by mouser on September 24, 2009, 05:45 AM »
nice -- thanks for sharing mahesh.
18250
Clipboard Help+Spell / Re: Am I missing something obvious? How do you paste???
« Last post by mouser on September 24, 2009, 04:48 AM »
questions for those having the problem where CHS starts to fail to paste:

do you have the "Watch Windows" checkbox checked? does it make a difference?
if we are talking about triggering this from the quick paste menu -- does it matter if you use the mouse or keyboard to trigger the item to paste?

and am i right that you are triggering the quick paste menu with the hotkey (not from system tray)?

Screenshot - 9_24_2009 , 4_47_20 AM.png

who can reliably make CHS fail to paste into the last active window -- are you willing to test versions of CHS if i upload for you -- to help me diagnose the problem?
Pages: prev1 ... 725 726 727 728 729 [730] 731 732 733 734 735 ... 1515next