Jump to content

Attila Kovacs

Members
  • Content Count

    2006
  • Joined

  • Last visited

  • Days Won

    26

Attila Kovacs last won the day on August 31 2024

Attila Kovacs had the most liked content!

Community Reputation

640 Excellent

2 Followers

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. Attila Kovacs

    pasfmt out now!

    Multiline strings seem to be handled correctly. How about ignoring specific parts of the code? Is there a directive for that? There is. Looks great! // pasfmt off
  2. Attila Kovacs

    Anyone using Clever Components?

    Yes, there is no manual certificate validation implemented. I have added the same as you everywhere where dwSSPIFlags is used. // cert val if ManualCredValidation then dwSSPIFlags := dwSSPIFlags + ISC_REQ_MANUAL_CRED_VALIDATION; //
  3. Attila Kovacs

    Anyone using Clever Components?

    I sent you a PM with an unofficial fix. Let me know if it works with TLS 1.3.
  4. Attila Kovacs

    Does anyone know a delphi component that can play videos from a stream

    ?!? How can you change the title?
  5. If the "flag" were internal, how would I know its value in the OnCloseQuery() event?
  6. What would you have chosen instead?
  7. Attila Kovacs

    Change a forms OnShow Event?

    You are calling your OnShow method, it's not the property, the property is invisible because you have overriden it. Learn the basics of OOP.
  8. Attila Kovacs

    Change a forms OnShow Event?

    you have overriden the OnShow property with your OnShow procedure. Rename it.
  9. Attila Kovacs

    LSP Rant

    Since version 12.2, the elements in my Watch window keep freezing, and only an IDE restart helps. Someone must have tinkered with the debugger because I also noticed some new visualizers I had never seen before.
  10. Attila Kovacs

    LSP Rant

    This shitty LSP is just the same compiler shoved into a separate thread, making work with the IDE slow as hell, constantly crashing or stuck compiling. It can't even handle code snippets if there's an error somewhere and the compiler can't compile the whole thing, which, as far as I remember, was its main goal. Honestly, the entire thing is a botched piece of garbage that was a complete waste of time to create. This was a huge step towards the world of garbage-tier IDEs.
  11. Must be exhausting attending Delphi's funeral every year just to realize it's still here.
  12. Attila Kovacs

    Generic Command Line Parser for Delphi 10.3.x

    best, thx
  13. Attila Kovacs

    Blocking hackers

    nice 😉
×