topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday November 10, 2025, 5:21 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 - paradisusvic [ switch to compact view ]

Pages: [1] 2 3 4next
1
N.A.N.Y. 2025 / Re: [NANY] KeyStick v1.0
« on: June 19, 2025, 06:41 PM »
Cool, when do you expect to be able to deliver something ?
Thx

As I'm finally home & coding, it should be complete during this final week of the month :Thmbsup:

Cheers!

2
No problem now.

Great to hear! 😊 It appears the issue was triggered by the forum's CSS media query breakpoints for mobile device screens. 📱

Hint: This can also occur on desktop due to your browser's page zoom settings or through scripts/extensions, as Shades pointed out. 💡

If you'd like to permanently resolve this and restore the normal view, a recommended solution is to use the provided scripts with an automated JavaScript extension like "Scripty":

https://chromewebstore.google.com/detail/scripty-javascript-inject/milkbiaeapddfnpenedfgbfdacpbcbam

This allows you to maintain your current browser settings. 👌

Cheers! 👋
Vic

3
I am unable to see my dc credits on the forum heading.

Hello dear Anand, if you just want to return the functionality/view without leaving the current forum page, you could use any of the following javascript links.

Return direct DonationCrediits view on the header:

javascript:document.querySelector('#upper_section > div.user > ul > li.responsive2:nth-child(3)').classList.remove('responsive2');void(0);;

Return DonationCredits and Unread topics:

javascript:document.querySelectorAll('#upper_section > div.user > ul > li.responsive2:nth-child(3), #upper_section > div.user > ul > li.responsive2:nth-child(5)').forEach(el => el.classList.remove('responsive2'));void(0);

Return all responsive links!

javascript:Array.from(document.querySelectorAll('#upper_section *')).forEach(el => el.classList && Array.from(el.classList).forEach(cl => cl.includes('responsive') && el.classList.remove(cl)));void(0);



Remember: a javascript link with your favorite approach can be added to your bookmarks bar for easy access (one click).  :Thmbsup:

Hope this helps / gives you more options!
🤗
Vic

4
"folder support"

Folderize currently supports only files. For example if I have two folders, I can't add them to a new folder using Folderize.

Thank you for elaborating. :Thmbsup: Yes, this can be added.

As I am currently finishing a program for another user, I am also fast-tracking these improvements for you.

Cheers!

5
That's fantastic! It's wonderful to see such software thriving!

Indeed! We're in the middle of having a dedicated website for steady helpful releases :Thmbsup:

The plan is to have *ALL* releases assist at least one (1) person directly.

(With Patreon monetization to keep things rolling @ www.Patreon.com/paradisusio/)

We have the domain name registered already :)

Could you please consider adding folder support as well? Thank you!

Please elaborate! What do you mean by "folder support"? What do you have in mind, exactly?

Cheers!  :up:

6
Hello & good day @Rockets!

Please add two buttons instead of one:
Add Folderize to Windows Explorer
Add Add Folderize+ to Windows Explorer

Thanks for your suggestion; we can easily see cases where button/menu granularity can be useful :Thmbsup:

I'll try to squeeze this improvement in the next batch of releases.

Cheers!

7
N.A.N.Y. 2025 / Re: [NANY] KeyStick v1.0
« on: March 24, 2025, 12:58 PM »
:Thumbsup: looking forward for the next release

Thanks

I'm on it!  :Thmbsup:

8
N.A.N.Y. 2025 / Re: [NANY] KeyStick v1.0
« on: February 28, 2025, 04:59 PM »
... feel free to use the easiest way for you.

Hello & good day! The console code is being merged to favor a single module  :Thmbsup:

(as you intended)

Cheers!

9
N.A.N.Y. 2025 / Re: [NANY] KeyStick v1.0
« on: February 14, 2025, 09:05 PM »
My pleasure! 😊

Please note that an updated version is due, to bring some improvements to the Hotkey code to life.

We may need to split KeyStick into two modules:

  • A GUI for configuration.
  • A console application for background hotkey handling.

This approach should offer the best of both worlds.

The good part is that the core of the program is finished, so we just need to focus on some minor adjustments and fixes. :Thmbsup:

Vic

10
N.A.N.Y. 2025 / Re: [Release] nKeyPress v1.0
« on: January 19, 2025, 08:20 PM »
nKeyPress v1.0 released! :Thmbsup:

First post updated accordingly.

11
Post New Requests Here / Re: Variable-speed repeated button press
« on: January 18, 2025, 10:06 PM »
Hi Nick, your program is pushed to GitHub :) the hotkeys are like this:

                        case 0: parent.AdjustRest(true); break;        // Ctrl-Minus
                        case 1: parent.AdjustRest(false); break;       // Ctrl-Plus
                        case 2: parent.StopLoop(); break;              // Ctrl-Shift-Minus
                        case 3: parent.SetPlusMultiplier(); break;     // Ctrl-Shift-Plus
                        case 4: parent.ResetRest(); break;             // Ctrl-Asterisk
                        case 5: parent.ExitProgram(); break;           // Ctrl-Slash
                        case 6: parent.SetMinusMultiplier(); break;    // Ctrl-Alt-Minus
                        case 7: parent.SetInitialRest(); break;        // Ctrl-Alt-Asterisk
                        case 8: parent.ResetVariables(); break;        // Ctrl-Shift-Asterisk
                        case 9: parent.SetRounds(); break;             // Ctrl-Alt-/

Source: https://github.com/p...ram.cs#L53C25-L62C85



nKeyPress can be considered complete "as is" :Thmbsup:

Please do feel free to say if you need a modification (such as making the values persist between runs --that's your call!).

N.A.N.Y. release thread: https://www.donationcoder.com/forum/index.php?topic=54766.0

Cheers,
 🤗
Vic

12
N.A.N.Y. 2025 / [NANY] nKeyPress v1.0
« on: January 14, 2025, 10:19 PM »
nKeyPress v1.0

Page-Down that automatically repeats.  Once every 5 seconds (configurable).

Release links:


Made for: nkormanik

Original thread: Variable-speed repeated button press.

Enjoy!
Vic

13
N.A.N.Y. 2025 / Re: [Release] KeyStick v1.0
« on: January 14, 2025, 10:14 PM »
KeyStick v1.0 released & first post updated :Thmbsup:

https://github.com/paradisusio/keystick/releases/tag/v1.0

14
N.A.N.Y. 2025 / Re: [NANY] KeyStick v1.0
« on: January 12, 2025, 10:53 PM »
UPDATE: A large chunk of code was pushed to GitHub  :)

https://github.com/paradisusio/keystick

(~95% or so. Almost there :Thmbsup:)

15
Post New Requests Here / Re: Variable-speed repeated button press
« on: January 12, 2025, 01:51 PM »
Vic! has done a fine job with other projects.

Thanks for your kind words Nick, I'm doing nKeyPress as we speak to "sneak it in" as a NANY 2025 release :Thmbsup:

https://github.com/paradisusio/nkeypress

Currently aiming at several new releases for this month of January, on the NANY occasion and our new Paradisus.io site :)

16
N.A.N.Y. 2025 / [NANY] KeyStick v1.0
« on: January 08, 2025, 01:42 PM »
KeyStick v1.0 - Send key_down and key_up to specific programs.

Download: https://github.com/paradisusio/keystick/releases/tag/v1.0

KeyStick_v1-0_NANY-01.png

17
Post New Requests Here / Re: Variable-speed repeated button press
« on: January 08, 2025, 01:37 PM »
Guess you'll have to be the one.

Whoah! Skwire became the one! :Thmbsup:



Can you please confirm Skwire's script suits your needs, or do you still prefer a GUI? (I'm okay and happy either way :))

(I now proceed to assist another fellow with a N.A.N.Y. release!)

18
Post New Requests Here / Re: Variable-speed repeated button press
« on: January 07, 2025, 03:25 PM »
Hi Nick, I'm doing this as a quickie release for N.A.N.Y.  :Thmbsup:

what programming language would you use?

The programming language is C#.

19
N.A.N.Y. 2025 / [PLEASE DELETE] ScreenAction
« on: January 03, 2025, 08:44 PM »
Hello dear mods, please delete this thread!

This program will be launched on another non-NANY section as a regular release.

Thanks.

20
Living Room / Re: happy new year 2025
« on: January 01, 2025, 07:45 AM »
happy-new-year-2025.gif

Best wishes to the DC community for a prosperous and aligned 2025.

Cheers!
🤗
Vic

21
N.A.N.Y. 2025 / Re: NANY 2025
« on: November 30, 2024, 04:47 PM »
I'm definitely participating in NANY 2025.

A fellow DC member requested the "ScreenAction" program to detect changes in user-defined screen areas and trigger actions like playing sounds or running commands.

A revised version of this program will be my NANY 2025 entry  :Thmbsup:.

(Another year for traditional desktop software to live on! :))

22
Clipboard Help+Spell / Re: What are Mouser plan for this tool?
« on: November 05, 2024, 07:46 PM »
Not sure where the concerns are coming from.

Given that the core functionality of most Tools remains largely unchanged across updates, perhaps this:

I am worried because I think there will be no update/evolution.

May refer to the user interface's "modern look" (theme) and "responsive adaptation" to multiple screen sizes such as Phone, Tablet, Laptop, Desktop, TV...

Functionally, the updates are incremental, so the most significant area for immediate improvement lies in the GUI itself. Some tools may even be complete in terms of their intended purpose, requiring no further updates at this time.

Ultimately, this is a question best answered by Hilario. :)

Personally, I only have gratitude to Mouser/Jesse for dedicating the time to create his tools & everything he continues to do behind the scenes  :-* :Thmbsup:

23
PublicDomainVic / Re: KeyStick (v0.1.0-alpha.1)
« on: November 02, 2024, 07:25 AM »
Would be interesting to read what it is actually supposed to do/solve...  :huh:

Thanks for pointing it out! Just added this short description to the post:

"Send key_down and key_up to specific programs by hotkey." :Thmbsup:

Basically, it's a simulated "long press" of a single key.

It can be useful in various scenarios. For instance, in a game that speed runs when you press a key, or for applications that generate output based on key press duration.

(this is an early ALPHA so it's currently malleable)

24
PublicDomainVic / KeyStick (v0.1.0-alpha.1)
« on: November 01, 2024, 11:16 PM »
"Send key_down and key_up to specific programs by hotkey."

KeyStick_v0-1-0-alpha-1.png

Made for orlith.

Download: KeyStick_v0-1-0-alpha-1.zip

GitHub tag: https://github.com/paradisusio/keystick/releases/tag/v0.1.0-alpha.1



Fellow user orlith needs to confirm if it works with his intended program (there are more ways to implement the "core" of it).

There are more details/features to be implemented. This is ALPHA.1, hence the focus is on functionality right now.

Cheers!
Vic

25
General Software Discussion / Re: Looking for QuickBooks Alternative
« on: October 18, 2024, 05:06 PM »
Now for their retired now, home checkbook stuff going forward, I will recommend GnuCash. But the business data is safer/cheaper to just let sit, and hope the dust doesn't need to be disturbed.

Agreed. Transferring the business data to a secure, long-term storage solution seems like the most prudent approach. This will ensure that the data remains accessible and protected for any -hopefully unneeded- future reference.


Pages: [1] 2 3 4next