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 19, 2024, 6:37 am
  • 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shmuel1 [ switch to compact view ]

Pages: [1] 2next
1
Clipboard Help+Spell / Re: Word wrap
« on: February 15, 2022, 02:44 PM »
Thanks. I wish I knew that a long time ago.

2
Clipboard Help+Spell / Word wrap
« on: February 15, 2022, 12:26 PM »
Sorry if this is an easy question, but I couldn't find it.
How do I get the text of a long clip to wrap around in the Clipboard Help and Spell window?
Thanks

3
This may also be useful to you, as it gives off a sound on no internet.
https://www.ghacks.n...-is-ping-with-sound/
Play a sound if there is no response, simply add the -d parameter to the command
Regards,
Anand

Thanks for the idea, but i like skwire's utility better.
I agree with mouser that this would be a nice addition to skwire's utility.

4
I've been using it even since you made it. It works great.

5
Coding Snacks / Re: Safe Internet
« on: June 21, 2017, 06:41 AM »
I use Bitdefender's TrafficLight. It's a free plug-in for Firefox, Chrome, or Safari.
https://www.bitdefen...ns/trafficlight.html

6
Can you add an option to keep the ping and error counters even when the program is closed, and a reset counters button?

I attached another set of icons. A bit smaller than the previous ones I sent. Feel free to distribute them as alternative icons, if you want.

7
Thanks. It's really nice.
I preferred larger icons, so I made the attached icons.

8
That's perfect. Thanks.
Did you make that utility?

9
I'm not into AutoHotKey. I am only into AutoIt.

10
Someone recommended FreePing, which is a light utility that will pop up when there is no connection to a specified site.

11
Doesn't the standard network icon just show if the network adapter is working?
If the problem is further down the line, like if the company's router is down or if my ISP is having problems, I don't think it shows anything different.

Settings > Taskbar > Select which icons appear on the taskbar > Network > On  [ Invalid Attachment ] [ Invalid Attachment ]
http://www.digitalcitizen.life/how-set-which-icons-are-shown-windows-10s-notification-area

12
I searched the site a bit and I can't find it.

Does anyone know of a utility that shows a different icon on the taskbar when there is no internet connection?

13
Skype used to have a system tray icon that changed when there is no internet access. In the new Skype there is no skype icon in the system tray, so I can't easily tell when the internet is down.

I'd like a quick way to tell when the internet is down. I don't want a network speed indicator, just an icon that appears one way when there is internet access an another way when there is no internet access. I assume this utility would have to ping some location let's say every 15 seconds.

For extra credit you could be able to configure how often it pings and where it pings.

14
Clipboard Help+Spell / Re: CHS Unicode support
« on: May 10, 2015, 06:21 AM »
Please add Unicode. I also need this.

15
I don't know if anyone mentioned this, but since Windows 7 there have been shortcut keys to fit a window to the right or left of the screen: Windows Key + Left Arrow and Windows Key + Right Arrow.

16
Post New Requests Here / Re: Power Cord Falling Out
« on: November 06, 2014, 04:50 AM »
I was having the same problem with my laptop so I wrote this small script. I attached the script here as an .exe. Let me know if you need changes.

Code: AutoIt [Select]
  1. #include <WinAPISys.au3>
  2. Dim $return
  3.  
  4. While 1 ; infinite loop
  5.    $return = _WinAPI_GetSystemPowerStatus()
  6.    If $return[0] = 0 Then ; the first value in the returned array is 0 if the laptop is not plugged in
  7.           ToolTip(@CRLF & @CRLF & @CRLF & @CRLF & @CRLF & "     Power cable unplugged!     " & @CRLF & @CRLF & @CRLF & @CRLF & @CRLF & " ", @DesktopWidth/2 - 75, @DesktopHeight/5)
  8.    Else
  9.           ToolTip("") ; close ToolTip
  10.    EndIf
  11.    Sleep(1000)

17
Post New Requests Here / Re: Remember where I got the Download
« on: July 22, 2013, 11:24 AM »
I made a simple program for you. Let me know if you need any help with it or modifications. Attached is the program and the AutoIt source code (in the ZIP file).

19
Skrommel's Software / AutoClip Problem
« on: July 07, 2013, 09:41 AM »
I can't get AutoClip to automatically replace the text with my clip. It replaces the text with a space. When I click on the item in the menu, it inserts the clip, but it does not work with auto-replace.

Any ideas?

I'm running Windows 7 SP1, 64-bits.

20
Post New Requests Here / Re: IDEA: Generic savíng reminder
« on: September 05, 2012, 02:23 AM »
For these options I need to know the window class:
- show the total amount of currently opened ATH_Notes in the message
- experimental option: closing the message box will automatically
  send ctrl-S to all opened ATH_Note windows.

21
Post New Requests Here / Re: IDEA: Generic savíng reminder
« on: September 04, 2012, 08:26 AM »
I installed WLM and the new mail window says New Message. I installed Windows Live Mail Version 2009. Is that what you have?

22
Windows Media Player, RealPlayer and VLC media player all have looping options. Why do you need a special program for it?

23
Post New Requests Here / Re: IDEA: Generic savíng reminder
« on: August 29, 2012, 08:29 AM »
Are you still interested in this?
What program you referring to? I can't find ATH_Notes. Do you mean ATnotes?

24
I would also like something like that. I use the Thunderbird address book for my contacts. I think it has everything you want, but it's annoying to have to open Thunderbird to access it, especially on a netbook. It would be nice if Thunderbird would separate the address book from the rest of the program.

25
I could make you an AutoIt script for this.

Do you still need this?

I would make the script to work together with FileZilla FTP program, unless you have another free FTP program that you prefer.

Pages: [1] 2next