Jump to content

Tommi Prami

Members
  • Content Count

    542
  • Joined

  • Last visited

  • Days Won

    6

Tommi Prami last won the day on August 12 2023

Tommi Prami had the most liked content!

Community Reputation

124 Excellent

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Tommi Prami

    Delphi 12 and *.dsv

    Was talkin about the original link : https://docwiki.embarcadero.com/RADStudio/Athens/en/Saving_and_Recovering#Autosave -Tee-
  2. Tommi Prami

    Delphi 12 and *.dsv

    That link talks about the .dsK file not the .dsV, but seems to be used in same functionality tough.
  3. Tommi Prami

    Parallel.For optimization

    For better results run the measured process over and over again while profiling. It gets more accurate with every sample you get. I've even run with Monte Carlo enabled (multi threaded app) for 30 minutes, and then check the results.
  4. Tommi Prami

    Minor Uninstaller bug

    Noted!. That is totally reasonable, if it takes too much time and/or effort. That is such a small problem, that no need to worry, I think. -Tee-
  5. https://github.com/gabr42/OmniThreadLibrary/issues/198 -tee-
  6. Tommi Prami

    Minor Uninstaller bug

    Registry need cleanup I think... Could not find it tough. I'll let you know if I find where this is coming from. Had typo while searching, found from expected place at the registry. This also caught my eye. Should this registration also be gone at the uninstall
  7. Tommi Prami

    Minor visual bug

    Thanks... -Tee-
  8. Tommi Prami

    Minor visual bug

    https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1265 Thought it was default dialog from IDE, but as it behaved differently than IDE default, uninstalled MMX to confirm. Couple of related things. 1. Can I deactivate MMX to override Ctrl+F12 2. Or could the MMX version work the way in IDE default work, I can write multiple words to narrow search down. I rarely remember exact name, so I write something like "custom invoice edit" to get MyForm.Beautiful.Custom.Invoice.Magic.Edit.pas -Tee-
  9. Tommi Prami

    Thread leaks report (FastMM4)

    Would be nice to know where this misconception of mine comes from, as it seems that I am not alone. I have no recollection where I got that from., -Tee-
  10. Tommi Prami

    Thread leaks report (FastMM4)

    Tested this and I stand corrected. I bet this was the case way back at least, that exception in constructor was leading to memory leaks. Might be still wrong tpugh. -Tee-
  11. Tommi Prami

    Thread leaks report (FastMM4)

    At least exception raising in constructor might not be best practise. -Tee-
  12. Tommi Prami

    Is there a way to check is the "user Idle" (no interaction)

    Little bit more polished version: https://github.com/TommiPrami/OLEDBlackScreen/releases/tag/Alpha_1.2.3
  13. Tommi Prami

    Is there a way to check is the "user Idle" (no interaction)

    Made first test "Release" Little of usage info in the readme.md Note that it's start as minimized, sould block the sleep and screensaver (which is my point, might be optional later), and just show black screen. Why Im made this, is that I have LG OLED TV as monitor, and don't want to go to screensaver at home office, and would like to go to the back screen. https://github.com/TommiPrami/OLEDBlackScreen Prebuild exe if you dare to use: https://github.com/TommiPrami/OLEDBlackScreen/releases/tag/Alpha_0.1 -Tee-
  14. Tommi Prami

    Is there a way to check is the "user Idle" (no interaction)

    That is Good point, most likely that does not work currently, maybe... Thanks for the bug, that needs to be fixed, somehow... -Tee-
  15. Tommi Prami

    Is there a way to check is the "user Idle" (no interaction)

    Donät know what you mean by local/global. Mainly I need to know is the user being using mouse or keyboard etc. At least for now that seems to be enough. GetLastInputInfo() is working well for now. I'll try to get this thingy more than less ready this week, so I can show it to you,... Not much to do but... -Tee-
×