Stone_Red
  • Joined on 2026-09-03
Stone_Red opened issue Stone_Red/DesktopMagic#12 2026-09-04 00:46:00 +02:00
[PR #7] [MERGED] Readme updates
Stone_Red opened issue Stone_Red/DesktopMagic#9 2026-09-04 00:45:59 +02:00
[PR #6] [MERGED] Updated documentation file path to be relative to project
Stone_Red closed issue Stone_Red/DesktopMagic#9 2026-09-04 00:45:59 +02:00
[PR #6] [MERGED] Updated documentation file path to be relative to project
Stone_Red opened issue Stone_Red/DesktopMagic#10 2026-09-04 00:45:59 +02:00
[PR #2] [MERGED] Develop
Stone_Red closed issue Stone_Red/DesktopMagic#10 2026-09-04 00:45:59 +02:00
[PR #2] [MERGED] Develop
Stone_Red opened issue Stone_Red/DesktopMagic#6 2026-09-04 00:45:58 +02:00
[PR #3] [MERGED] Develop
Stone_Red closed issue Stone_Red/DesktopMagic#6 2026-09-04 00:45:58 +02:00
[PR #3] [MERGED] Develop
Stone_Red opened issue Stone_Red/DesktopMagic#8 2026-09-04 00:45:58 +02:00
[PR #1] [CLOSED] Develop
Stone_Red opened issue Stone_Red/DesktopMagic#7 2026-09-04 00:45:58 +02:00
[PR #4] [MERGED] Develop
Stone_Red closed issue Stone_Red/DesktopMagic#8 2026-09-04 00:45:58 +02:00
[PR #1] [CLOSED] Develop
Stone_Red closed issue Stone_Red/DesktopMagic#7 2026-09-04 00:45:58 +02:00
[PR #4] [MERGED] Develop
Stone_Red commented on issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:56 +02:00
[GH-ISSUE #19] UpdateInterval does not work

@jerry-monitor commented on GitHub (Jun 25, 2026):

The result is this without the time ever updating:

<img width="496" height="29" alt="Image" src="https://githu…

Stone_Red commented on issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:56 +02:00
[GH-ISSUE #20] Always On Top

@Stone-Red-Code commented on GitHub (Jun 25, 2026):

I will add the Always On Top option anyway because it's useful, but yeah DesktopMagic isn't for taskbar…

Stone_Red commented on issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:56 +02:00
[GH-ISSUE #19] UpdateInterval does not work

@Stone-Red-Code commented on GitHub (Jun 25, 2026):

Hi this seems to be caused by an issue with your code.

if (oldDateTime.Date == DateTime.Now.Date &&
Stone_Red commented on issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:56 +02:00
[GH-ISSUE #20] Always On Top

@Stone-Red-Code commented on GitHub (Jun 27, 2026):

Implemented in #21

Stone_Red commented on issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:56 +02:00
[GH-ISSUE #19] UpdateInterval does not work

@jerry-monitor commented on GitHub (Jun 25, 2026):

Wow, that was silly of me, I could and should have caught that one... I thought I copied that from another…

Stone_Red commented on issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:55 +02:00
[GH-ISSUE #19] UpdateInterval does not work

@Stone-Red-Code commented on GitHub (Jun 25, 2026):

Hi there, are the other plugins working as expected? If so it's probably an issue with your plugin. Can you…

Stone_Red commented on issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:55 +02:00
[GH-ISSUE #20] Always On Top

@Stone-Red-Code commented on GitHub (Jun 25, 2026):

Sounds like a good feature, will be included that in the next version!

Stone_Red commented on issue Stone_Red/DesktopMagic#4 2026-09-04 00:45:55 +02:00
[GH-ISSUE #19] UpdateInterval does not work

@jerry-monitor commented on GitHub (Jun 25, 2026):

Thanks for the quick feedback. Here's my code:

using System.Drawing;
using System.Drawing.Text;
usin
Stone_Red commented on issue Stone_Red/DesktopMagic#5 2026-09-04 00:45:55 +02:00
[GH-ISSUE #20] Always On Top

@jerry-monitor commented on GitHub (Jun 25, 2026):

I now see that the goal of DesktopMagic is to stick widgets to the desktop. I see why, and making something to…