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 17, 2026, 8:00 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 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 146next
176
Wow, looking fantastic, real craftmanship! :Thmbsup: :Thmbsup: :Thmbsup:

See if you can spot cody :)
Found 'm ;D
177
Screenshot Captor / Re: Hiding mouse pointer
« Last post by Ath on September 28, 2020, 12:07 PM »
Where can I download ScreenshotCaptor?
Right on this site, in the Software section: https://www.donation...ps/screenshot-captor
178
Screenshot Captor / Re: Hiding mouse pointer
« Last post by Ath on September 19, 2020, 12:47 PM »
Preferences / Capture Options, first checkbox:

Screenshot - 19-09-2020 , 19_46_03.png
179
Screenshot Captor / Re: Hiding mouse pointer
« Last post by Ath on September 19, 2020, 10:33 AM »
ScreenshotCaptor has a setting for capturing the cursor in screenshots or not.
180
Coding Snacks / Re: Fun Run - Bluetooth discussion
« Last post by Ath on September 18, 2020, 11:20 AM »
Well, the OP wrote he doesn't have data in his mobile subscription:

but I try with no cost because i have no data in my mobiles.
181
Coding Snacks / Re: Fun Run - Bluetooth discussion
« Last post by Ath on September 18, 2020, 08:31 AM »
https://www.makeuseo...t-walkie-talkie-app/

AFAICS, only nr. 7, Intercom, supports Bluetooth, but 1 is enough ;D
182
Coding Snacks / Re: Fun Run - Bluetooth discussion
« Last post by Ath on September 18, 2020, 04:27 AM »
Isn't 10 to 12 meters, about the max a BT connection will cover
Well, that seems a bit out of time, BT has a range of 100 meters in modern (v3.1+) versions, and even up to 400 meters in v5 BLE (Bluetooth Low Energy) so that should be usable.

I guess Blutooth Chat is what you want.
Except that it doesn't seem to support speech, only chat and images.

This one, WiFi / Bluetooth Call & Chat does also support calls over both BT and WiFi.
183
Coding Snacks / Re: Fun Run - Bluetooth discussion
« Last post by Ath on September 18, 2020, 04:14 AM »
Writing a letter, stick it on a brick, throw it. Might have more range than BT and you train your body \(°-°)/
That's the best solution I heard all week ;D ;D ;D
184
Screenshot Captor / Re: Cannot capture browser windows
« Last post by Ath on September 18, 2020, 04:13 AM »
Well, then I'd expect all ScreenshotCaptor/Firefox users would experience that, I guess (and I've been using them together since 'the beginning of time' (or about that long, since 2006 at least)) and never saw that happening.
185
Screenshot Captor / Re: Cannot capture browser windows
« Last post by Ath on September 18, 2020, 02:32 AM »
I expect the OP's computer is either virus-infected or the browser is hijacked, so it opens that site on specific keypresses.
186
Coding Snacks / Re: Fun Run - Bluetooth discussion
« Last post by Ath on September 18, 2020, 02:28 AM »
Isn't 10 to 12 meters, about the max a BT connection will cover, (see below) stil within (loud) talking distance? Or you could buy a cheap set of walky talkies that does exactly what you need, just tune all to the same frequency.

Edit: Corrected.
187
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021: Elevation CheckUp by KodeZwerg
« Last post by Ath on September 14, 2020, 06:21 AM »
AHK is not a programming language as far as i know
A beg to differ on that opinion, as long as we dare to call Javascript a programming language instead of a script language, then an actually compilable language like AHK, or Autoit for that matter, deserves the name programming language.
188
General Software Discussion / Re: What Android Apps Do You Use?
« Last post by Ath on September 13, 2020, 12:19 PM »
What a freaking mess.

Grrrr, I feel your pain. Just like how Firefox for Android (I use that on my tablet) was 'improved', Tabs are behind a button instead of at the top of the screen (they already hid when scrolling down, so why make it 2 taps instead of 1?), and Refresh and Back in the menu  >:(
189
Screenshot Captor / Re: Using annotations
« Last post by Ath on September 10, 2020, 01:12 PM »
If you turn off the option 'Switch to Object Selection mode after a new object is inserted' on the 'Drawing Object Options' preferences page should do as you want:

Screenshot - 10-09-2020 , 20_09_10.png
190
Coding Snacks / Re: ControlZ x times
« Last post by Ath on September 10, 2020, 01:06 PM »
Do you mean the keys to send should be configurable or that my program has a configurable hotkey?
Yes and yes.
191
Coding Snacks / Re: ControlZ x times
« Last post by Ath on September 10, 2020, 12:27 AM »
How do you know the limit of undo's is your destination?
OIW: How do you know the count of Ctrl-Z to be sent? 10x or 25x, or ...?

why not press Ctrl+z and hold until you reach your destination?
That is a far more down to earth approach :Thmbsup:
192
Coding Snacks / Re: ControlZ x times
« Last post by Ath on September 09, 2020, 01:55 PM »

with control+Z and shift-control-z combinations

Applications adhering to Windows standards use Ctrl-Z for undo and Ctrl-Y for redo, as that's the most common used key configurations. PSPad is one of very few applications that uses the non-standard Ctrl-Shift-Z for redo.

@KodeZwerg if you start anything for this, please allow configurable hotkeys for sending the undo/redo commands.
193
Coding Snacks / Re: ControlZ x times
« Last post by Ath on September 07, 2020, 12:37 AM »
indicates to me that Contro might actually be in the market for a full versioning system.
Well, yes and no. Knowing the OP for a while tells me that this is way overcomplicated for the use he has, as for each change to be 'recorded' so it can be reverted, it needs to be committed, and my interpretation of his request, it seems that he would expect it 'as you type', like a built-in undo/redo, and not introduce extra keys to press or mouse-clicks to make.
194
Coding Snacks / Re: ControlZ x times
« Last post by Ath on September 06, 2020, 02:04 PM »
Undo/Redo support can only effectively be built into the software that is used/meant to work on a filetype. No way of adding that externally, other than implementing a local git repo and committing every change, and that is quite impractical.
This is also the reason the way Undo/Redo is implemented differently in different software, as not all file formats are maintained equally (flexible) in memory, by the matching software.
195
T-Clock / Re: Minutes not working properly
« Last post by Ath on September 04, 2020, 12:28 AM »
Did someone mix up the 'M' and 'm' time format markers? The month is 09 at the moment, and it will stay that way for a couple of weeks...

(Btw: I'm not a T-Clock user, so can't verify this myself)
196
Screenshot Captor / Re: Prompt for Name
« Last post by Ath on August 30, 2020, 09:12 AM »
If you have SC to open the built-in image editor by selecting 'Show Main Form' on the 'Interface Options' preferences page, the cursor is initially placed in the (file)name input field. Would that work for you?
197
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« Last post by Ath on August 29, 2020, 09:49 AM »
I was the ideas man and the design.
Ah, yes, so being actively involved is the criterion; that does make sense :Thmbsup:
198
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« Last post by Ath on August 29, 2020, 03:29 AM »
I dunno if it even counts as software - it's just javascript/NODE.JS lol
Well, independent of what anyone's opinion is of js code, it's still code, so it should be counted in.

The quality also isn't a measure of qualification ;D, it's about the effort and willingness to participate in NANY 8)
199
Screenshot Captor / Re: [SUGGESTION] Bendy Arrows
« Last post by Ath on August 28, 2020, 01:43 AM »
Great suggestion, I'd really like to have that in SC too  :Thmbsup:
200
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« Last post by Ath on August 27, 2020, 11:39 AM »
* Stephen66515 wonders if his CodyBot (Discord Bot for the DC sevrer) counts as a NANY  :huh: :huh:
If it's software that, in majority, you made, then I'd say yes :Thmbsup:
Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 146next