topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday October 2, 2023, 11:11 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

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 - Ath [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 144next
126
Get well soon

127
Normally, when selecting the image by clicking on it (no tools active), <Ctrl-C> copies the image to the clipboard...

128
Wow, looking fantastic, real craftmanship! :Thmbsup: :Thmbsup: :Thmbsup:

See if you can spot cody :)
Found 'm ;D

129
Screenshot Captor / Re: Hiding mouse pointer
« 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

130
Screenshot Captor / Re: Hiding mouse pointer
« on: September 19, 2020, 12:47 PM »
Preferences / Capture Options, first checkbox:

Screenshot - 19-09-2020 , 19_46_03.png

131
Screenshot Captor / Re: Hiding mouse pointer
« on: September 19, 2020, 10:33 AM »
ScreenshotCaptor has a setting for capturing the cursor in screenshots or not.

132
Coding Snacks / Re: Fun Run - Bluetooth discussion
« 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.

133
Coding Snacks / Re: Fun Run - Bluetooth discussion
« 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

134
Coding Snacks / Re: Fun Run - Bluetooth discussion
« 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.

135
Coding Snacks / Re: Fun Run - Bluetooth discussion
« 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

136
Screenshot Captor / Re: Cannot capture browser windows
« 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.

137
Screenshot Captor / Re: Cannot capture browser windows
« 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.

138
Coding Snacks / Re: Fun Run - Bluetooth discussion
« 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.

139
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021: Elevation CheckUp by KodeZwerg
« 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.

140
General Software Discussion / Re: What Android Apps Do You Use?
« 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  >:(

141
Screenshot Captor / Re: Using annotations
« 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

142
Coding Snacks / Re: ControlZ x times
« 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.

143
Coding Snacks / Re: ControlZ x times
« 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:

144
Coding Snacks / Re: ControlZ x times
« 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.

145
Coding Snacks / Re: ControlZ x times
« 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.

146
Coding Snacks / Re: ControlZ x times
« 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.

147
T-Clock / Re: Minutes not working properly
« 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)

148
Screenshot Captor / Re: Prompt for Name
« 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?

149
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« 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:

150
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« 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)

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 144next