topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 27, 2025, 2:45 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 ... 96 97 98 99 100 [101] 102 103 104 105 106 ... 222next
2501
Finished Programs / Re: Done: Just could not RESIST (A resistance calculator)
« Last post by skwire on April 10, 2012, 09:38 PM »
Slick.   :Thmbsup:
2502
Skwire Empire / Re: sCheckbook
« Last post by skwire on April 10, 2012, 10:49 AM »
Just had a dry run and it does everything I need, it's a fraction of the size of the program that I have been using and is not cluttered up with countless 'Report' options which I never use anyway.
-pilgrim-online (April 10, 2012, 10:38 AM)

Hehehe, my daughters couldn't care less about reporting either.  All they want to know is, "Dad, how much money do I have in my account?"  My wife and I have found, using this "family bank" system, that our girls save their money much better than if they were to have actual cash burning a hole in their pockets.  As parents, we also don't give loans to our daughters.  If they want something, they have to save their dosh just like we do.

As ever many thanks.
-pilgrim-online (April 10, 2012, 10:38 AM)

You're welcome.  I'm glad you're finding the application useful.   :D
2503
Living Room / Re: Employers asking job seekers for Facebook passwords
« Last post by skwire on April 10, 2012, 09:23 AM »
Wait...then who do I have on my friends list?!?!?!? uh oh....

Not me...
2504
Coding Snacks / MOVED: ahk Find and Replace
« Last post by skwire on April 10, 2012, 09:21 AM »
2505
Finished Programs / Re: DONE: ahk Find and Replace
« Last post by skwire on April 10, 2012, 09:21 AM »
You're welcome.  I'm glad to hear it works for you.   :Thmbsup:
2506
Living Room / Re: Employers asking job seekers for Facebook passwords
« Last post by skwire on April 10, 2012, 09:14 AM »
Even though I don't have a Facebook account, this is good news.  However, the first comment (by jpaugh) after that article says it all:

"It's sad that they had to pass a bill for this kind of thing. If an employer asks for your Facebook password, whoever came up with the idea should be fired immediately. I'm tired of seeing all these stupid laws pop up that should well be covered by common sense."
2507
Finished Programs / Re: DONE: ahk Find and Replace
« Last post by skwire on April 10, 2012, 09:04 AM »
Consider the following example:

Code: Autohotkey [Select]
  1. ^1:: ; Ctrl+1
  2. {
  3.     mySavedClip := Clipboard
  4.     Clipboard := "" ; Flush the clipboard
  5.     SendInput, ^c
  6.     ClipWait, 2
  7.     StringReplace, Clipboard, Clipboard, @1, % mySavedClip, All
  8. }
  9. Return

Because programmatically getting text from a browser is an exercise in frustration, you must first highlight the text you want searched through and then press the Ctrl+1 hotkey.  After doing that, any occurrences of @1 will be replaced with what was originally on your clipboard and then the new text is put back on the clipboard.
2508
Finished Programs / Re: DONE: ahk Find and Replace
« Last post by skwire on April 10, 2012, 08:10 AM »
Working in Chrome find @1 (or something unique) within a text field, and replacing it with what is in your clip-board.

Right, I understand that.  What I need to know is how are you determining the text to be searched through?  AHK doesn't just "know" which text you want searched through.  Do you have this text selected/highlighted or something like that?
2509
Finished Programs / Re: DONE: ahk Find and Replace
« Last post by skwire on April 10, 2012, 07:53 AM »
Hello, DougleBug, and welcome to the site.

ahk will find @1

Can you explain this in more detail?  Find "@1" where/how, exactly?
2510
Coding Snacks / MOVED: Double Click Needed
« Last post by skwire on April 09, 2012, 05:04 PM »
2511
Finished Programs / Re: DONE: Double Click Needed
« Last post by skwire on April 09, 2012, 05:03 PM »
Nice job, MilesAhead and welcome to the site, BearPup7.  I'll mark this as done and move it to the Finished Programs section.
2512
Skwire Empire / Re: sCheckbook
« Last post by skwire on April 09, 2012, 04:46 PM »
I was just about to start looking for something like this.
Just one small request, any chance of having the date in dd.mm.yyyy format?
-pilgrim-online (April 09, 2012, 09:54 AM)

Here you go.  Now, as the changelog states, not all formats, including your preferred one, are going to be properly sortable.  The default format of yyyy-MM-dd is properly sortable.

Website | Download
v1.0.1 - 2012-04-09
    + Ability to specify a custom date format as per the following abbreviations:
      http://www.autohotke...mands/FormatTime.htm
      To set a custom date format, edit the config.ini file and add a "DateFormat"
      key to the "Settings" section like this:
     
      [Settings]
      DateFormat=dd.MM.yyyy
     
      Keep in mind that this feature does not convert previously entered transactions.
      Furthermore, not all formats will be properly sortable.  The default date format
      is yyyy-MM-dd.
2513
Living Room / Re: Xvid Video converter for Windows 7 x64 - any ideas?
« Last post by skwire on April 09, 2012, 01:50 PM »
I am using my computer to stream video to my TV and also my BD Cinema device.

I don't want another device to connect to my TV (I already have a DVD/HD recorder, Sony BD Home Cinema, a satellite box and an ethernet switch connected to the TV). Any more boxes would drive me insane!
-Carol Haynes (April 09, 2012, 01:13 PM)

Gotcha.  =]  FWIW, I can vouch for the Boxee Boxes.  We have four of them in this house and they play damn near any file I throw at them.
2514
Announce Your Software/Service/Product / Re: OpalCalc 1.41
« Last post by skwire on April 09, 2012, 01:25 PM »
Do you have the install exe per chance?

Here you go: http://skwire.dcmemb...Calculator-Ver10.zip
2515
Living Room / Re: Xvid Video converter for Windows 7 x64 - any ideas?
« Last post by skwire on April 09, 2012, 08:38 AM »
What about an add-on device like a Boxee Box, WD Live, or Apple TV, etc., to play your files?
2516
Living Room / Re: Hello everyone!
« Last post by skwire on April 07, 2012, 03:22 PM »
Hi, Chris.  Welcome to the site and enjoy your stay.  =]
2517
General Software Discussion / Re: xls to png
« Last post by skwire on April 06, 2012, 02:16 PM »
Excel does have the ability to "paste as image."

Maybe the feature you point out is what kalos wants but it sounds to me like he wants something like "copy as image" instead of "paste as image," right?  If so, Excel 2007 does have this feature:

2012-04-06_140806.png

Works with whatever you have selected.  Yeah, really intuitive being on the paste menu...
2518
General Software Discussion / Re: reserved characters in NTFS
« Last post by skwire on April 06, 2012, 07:50 AM »
Someone (I think it's Skwire in one of his apps) uses the Yen symbol for paths

Actually, that is a side effect of running Japanese as the default language on my English Windows boxes; most backslashes show up as Yen symbols.  I've gotten so used to it over the years that I hardly notice it anymore.
2519
Coding Snack Guidelines / Re: Idea - Paste utility...
« Last post by skwire on April 05, 2012, 10:59 AM »
FWIW, integrating your menu into an existing program's context menu would be VERY difficult, if not downright impossible.
2520
General Software Discussion / Re: reserved characters in NTFS
« Last post by skwire on April 04, 2012, 04:10 PM »
AFAIK, nope.
2521
Living Room / Re: the home PC network enigma
« Last post by skwire on April 03, 2012, 07:40 PM »
I've always used shared drives (Samba) between Windows and Linux boxes and can't recall ever having a problem.  In other words, I don't ever use Network Neighborhood or its ilk, just mapped drives.
2522
General Software Discussion / Re: A New ArsClip for the New Year (2012)
« Last post by skwire on April 03, 2012, 03:39 PM »
ArsClip 4.0.0 has a revamped popup menu. Me likes!  :Thmbsup:

Agreed.  The new popup seems much more responsive than the previous one.
2523
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on April 02, 2012, 03:02 PM »
Why not Alt-F4?

 ;D

That would have been for a release yesterday, no?  =]
2524
N.A.N.Y. 2011 / Re: NANY 2011 Release: Snap DB
« Last post by skwire on April 02, 2012, 01:57 PM »
Website | Download
v1.3.8 - 2012-04-02
    + Added F4 hotkey for adding a new record.
    * Toolbar is now toggle-able.  Use the View menu or Ctrl+T hotkey.
    * Took out the button icons in the add/edit dialog to speed things up.
2525
For the moment, let's just assume that Kalos cannot improve the quality of his DSL connection.  Here's an AHK script that will check every minute for physical inactivity (not network inactivity).  If the physical inactivity exceeds 30 minutes, the aforementioned URL is run.  You can change the myIdleTime variable to what minutes value you would like:

Code: Autohotkey [Select]
  1.  
  2. myIdleTime := "30" ; Value in minutes.
  3.  
  4. SetTimer, CheckIdle, 60000 ; Check every minute.
  5.  
  6. Return ; End of auto-execute section.
  7.  
  8.  
  9. CheckIdle:
  10. {
  11.     If ( A_TimeIdlePhysical > ( myIdleTime * 1000 * 60 ) )
  12.     {
  13.         Run, http://router.ip/cgi-bin/restart.exe
  14.     }
  15. }
  16. Return
Pages: prev1 ... 96 97 98 99 100 [101] 102 103 104 105 106 ... 222next