Messages - springro [ switch to compact view ]

Pages: prev1 2 [3] 4 5 6 7 8 9next
11
Thanks for the feedback.  From this chain, I'm thinking one thing to do that might help out is to ensure that my clipboard manager starts later than most software at startup.  Conversely, a monitoring application should be the very first thing to start to ensure it's at the end.

It also indicates that exiting and restarting a program should restore it's clipboard chain in all cases, except when there is something really strange is going on with the system.  In that case it's probably time for a reboot.

Regarding the password manager/clipboard items: can't the issue of pasting be circumvented by using a text send command instead of a paste? 
I'm referring to something similar to Autohotkey's send or sendinput commands.  I have found them to be a little slower than pasting, but in the case of a password this shouldn't be an issue.
It would at least be a good method option to include in password software that could be set as a default, with a fall back option to pasting with a warning or similar.

Best,
Rob


12

I searched for clipboard chain, but didn't get anything...
Ah -- It looks like the standard Donation Coder search won't dig anything up, you need to go with the google search of donationcoder.com to get results.

Sorry Lanux - not that level of programmer to use the information you linked to, more script tinkerer.

Maybe just a question - if the clipboard chain gets broken, does it break all links or just ones "after it" (if this is how it works).

Does a new application launching that uses the clipboard chain automatically go to the end of the list?  Just wondering if when an application is started can affect how often it would be affected by other applications.  This might be useful to add a simple application that checks for something getting added to the clipboard every time CTRL+C is pressed.  At least I think this should be easy in Autohotkey, just add a pass through script for CTRL+C and monitor for a clipboard change.  If it receives a CTRL+C, but no change report, there may have been an issue.

Crazy?

Thanks,
Rob

13
Post New Requests Here / IDEA: Clipboard Chain broken notifier
« on: May 24, 2007, 01:48 PM »

Idea is for an application that monitors the clipboard chain and lets you know when it breaks for troubleshooting what is causing it.

I'm having problems where the clipboard chain gets disconnected, but I don't what's the cause of it.
This happens every so often and even "repair clipboard chain" doesn't seem to do the trick (in this case it clipcache2.9).

Sounds like Clip Mate has something that is a similar function, but I really don't want to try having 2 clipboard managers running at the same time.
see:  http://www.clipmate.com/clipmate5_support.htm#TroubleChainBroken

Is this something that can be done in AutoHotkey to test for the chain?

Thanks,
Rob

14
Late add, but this is also a potential option: 

The Regulator is an advanced Regular expressions testing tool, featuring syntax highlighting and web-service integration with Regexlib.com's database of online regular expressions. See more info at http://regulator.sourceforge.net




15
I find Show Traffic to be helpful, especially to see if a specific IP is hammering you.

"Show Traffic" monitors network traffic on the chosen network interface and displays it continuously. It could be used for locating suspicious network traffic or to evaluate current utilization of the network interface.

Find either at http://sourceforge.net/projects/showtraf/
or the homepage at http://demosten.com/showtraf/ 

Doesn't solve the which program it's going to, but it will help identify if something is overloading your connection.


Pages: prev1 2 [3] 4 5 6 7 8 9next
Go to full version