topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday November 26, 2025, 10:26 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 ... 26 27 28 29 30 [31] 32 33 34 35 36 ... 222next
751
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 05, 2016, 03:46 PM »
Well, it helps if I upload the new build, eh?  :-[  Please re-download and make sure it's v1.0.3 you're using and test again.  Sorry for the trouble.
752
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 05, 2016, 01:33 PM »
@skywire Ok.. now the clicklock works no problem :) .. but the apply settings without restartng ... although at this point seems minor.. and besides once the settings are set.. it's one of those things, fix it and forget it... so it's still great :P and safe for the kids too..  :up:

Apologies.  Please test this version.

Website | Download
v1.0.3 - 2016-05-05
    ! WAV file paths were not updated properly.  (Thanks, luvnbeast)
753
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 05, 2016, 12:53 PM »
@luvnbeast: Please test the following release.  You should be able to uncheck the Left button option whilst leaving the ClickLock option enabled, i.e., you shouldn't need that blank WAV file anymore.

Website | Download
v1.0.2 - 2016-05-05
    ! ClickLock sound would not work if the Left button option was disabled.
      They're now independent of each other.  (Thanks, luvnbeast)
754
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 05, 2016, 12:29 PM »
I know what happened! when I deactivated the left mouse button sound... it also deactivated the clicklock.. hmmm SO
in order to maintain clicklock monitoring.. we'll either need to get a blank or silent wav..

Nice way of solving this.   :Thmbsup:  However, this is a logic bug on my part that I will fix.
755
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 03, 2016, 10:43 AM »
thank you very much for this wonderful toy...

You're very welcome; I'm glad you find it useful.  Here's the website release version with a few extra usability options:

Website | Download
v1.0.1 - 2016-05-03
    + Initial website release.

v1.0.0 - 2016-05-01
    + Initial forum beta.


main.png
756
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by skwire on May 02, 2016, 08:51 AM »
skwire, quick question, is it possible to add an option to specify which monitor the pop up is displayed on?

The popup should remember its position so, the next time it pops up, simply move it to wherever you want, enter your note, and save the note like normal.  Please let me know if this works for you.

That said, I can see where I can improve this by remembering the location even if you move and simply close the popup.
757
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on May 01, 2016, 01:45 AM »
Here's a quickie proof-of-concept:  http://skwire.dcmemb...use/SqueakyMouse.zip

Unzip into its own folder and run SqueakyMouse.exe.  I've included some sample WAV files for testing but feel free to change them to whatever you'd like.  Once you're ready, click the "Enable Sounds" button at the bottom to activate.  Since it's a proof-of-concept, there are no hide-to-tray options, etc.  Please let me know if this works how you had in mind.

2016-05-01_014304.png


758
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on April 29, 2016, 07:10 PM »
Disregard my statement on ClickLock as I googled it and now know what it is.   :-[
759
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on April 29, 2016, 06:57 PM »
Thanks I appreciate this so much... I hope this will be simple so it doesn't interfere with other programs... but as I said I just want to play .wav files on mouse events...

Playing WAV files on mouse events is very easy.

especially to know when clicklock is actually on. As win 10 failed to do this.. thanks again so much...

I assume by "clicklock" you're talking about using a laptop touchpad, right?  If so, that part is going to be tough as I do not have a laptop with Windows 10 (or anything with W10 for that matter).
760
Finished Programs / Re: IDEA: Mouse Squeaker
« Last post by skwire on April 27, 2016, 10:11 AM »
I'm traveling for work until the weekend so, if you can wait (or nobody else takes this), I can do this for you when I get back.
761
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by skwire on April 26, 2016, 01:21 AM »
@David.P: Here you go.  Uncheck the new option and it should work how you like.  Apologies for the delay.

Website | Download
v1.1.2 - 2016-04-26
    + Added an option to the Popup tab to allow the user to choose whether or
      not closing or using ESC on the popup saves the current text.  This is
      enabled by default to go along with the previous default behaviour.
      (Thanks, David.P)
762
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on April 19, 2016, 01:28 PM »
This 1.5.9. build 1 doesn't work correctly on Windows 7.

Please update to the latest (v1.6.5 currently).
763
N.A.N.Y. 2010 / Re: NANY 2010 Release: Anuran
« Last post by skwire on April 19, 2016, 01:19 PM »
Apologies, David.P.  As wraith guessed, I've been crazy busy with work travel these past few months.  Once I'm home, and have some time, I'll see what I can do about your reported issue.
764
General Software Discussion / Re: Problem with AHK time stamping
« Last post by skwire on April 17, 2016, 11:24 AM »
Ah, I see what you're getting at.  Just add "Return" after each hotstring.

Code: Autohotkey [Select]
  1. :*::date::
  2. FormatTime, CurrentDate,, yyyy-MM-dd ; This is one type of the date format
  3. SendInput, %CurrentDate%
  4. Return
  5.  
  6. :*::st::
  7. FormatTime, CurrentStartTime,, yyyy-MM-dd    hh:mm:ss ; This is one type of the date format
  8. SendInput, %CurrentStartTime%    START
  9. Return
  10.  
  11. :*::ft::
  12. FormatTime, CurrentFinishTime,, yyyy-MM-dd    hh:mm:ss ; This is one type of the date format
  13. SendInput, %CurrentFinishTime%    FINISH
  14. Return
765
General Software Discussion / Re: Problem with AHK time stamping
« Last post by skwire on April 17, 2016, 11:07 AM »
Those hotstrings work fine for me in a text editor.  What type of app are you trying to use them within?
766
Living Room / Re: Twist Tie alternative?
« Last post by skwire on April 17, 2016, 11:03 AM »
Actually, I should probably qualify that a bit.  I use those velcro cable ties for cables, cords, larger headphones, etc.  For my earbuds, I use a slight variation on this technique: https://www.youtube..../watch?v=fY9LIFKlDaU
767
Living Room / Re: Twist Tie alternative?
« Last post by skwire on April 17, 2016, 10:54 AM »
For the purposes you describe, I use the hell out of these:

http://www.amazon.co...usable/dp/B001E1Y5O6
768
Post New Requests Here / Re: Multi Video Player
« Last post by skwire on April 16, 2016, 08:09 PM »
769
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on April 13, 2016, 12:53 PM »
New API seems to work well this morning - in fact for the last day I've been having problems with the old one and only just noticed your message. Hoorah!
With the Yahoo updates and current sWeather release (1.6.3b1) even the 10 day forecast is working fine now from my work-location. :Thmbsup:

The old API seems to have died completely for my work-location, not even the current weather is shown. :down:

Yep, it looks like Yahoo! have completely killed access to the old API so I've uploaded a new build makes the new API the default.  I'll leave the API option switch in for the time being but will probably take it out in a future release (unless Yahoo! bring back access to the old API -- yeah, right).  That said, the performance of the new API has remained very good for me for the past week or so.
770
Right on.  I promise I'll make it to one of these nights.  =]
771
Which game(s) did you play?
772
Very nice.  Thank you for the heads up.
773
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on April 10, 2016, 12:51 AM »
Based off of what I've seen over the past few days, it seems that Yahoo! have fixed the problems they were having with their new API.  Currently, for me, it's MUCH faster than the older API.  If anybody is up to it, feel free to test out the new API by unchecking the "Use older Yahoo! Weather API" option.  If you do so, I'd appreciate a quick post here with your findings.
774
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on April 06, 2016, 11:41 PM »
Are you running v1.6.3?  If not, please download it and see it fixes things.
775
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« Last post by skwire on April 06, 2016, 10:20 PM »
skwire I have Windows 10 dose it work when it refreshes it is like this in the screenshot ?

Why did you repost wd9598's screenshot?  As I stated in my previous post, the extended forecast DOES work for me and plenty of others.  For some reason, it's not working for wd9598.  In your case, why don't you simply TRY IT on your own computer instead of waiting to hear back on this forum?
Pages: prev1 ... 26 27 28 29 30 [31] 32 33 34 35 36 ... 222next