-
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 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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
-
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; //
-
New Book Delphi Quality-Driven Development
Attila Kovacs replied to Dalija Prasnikar's topic in Tips / Blogs / Tutorials / Videos
. -
New Book Delphi Quality-Driven Development
Attila Kovacs replied to Dalija Prasnikar's topic in Tips / Blogs / Tutorials / Videos
.pending. -
I sent you a PM with an unofficial fix. Let me know if it works with TLS 1.3.
-
Does anyone know a delphi component that can play videos from a stream
Attila Kovacs replied to ToddFrankson's topic in VCL
?!? How can you change the title? -
How do I close a modal form without ModalResult being set to mrCancel ?
Attila Kovacs replied to dormky's topic in VCL
If the "flag" were internal, how would I know its value in the OnCloseQuery() event? -
How do I close a modal form without ModalResult being set to mrCancel ?
Attila Kovacs replied to dormky's topic in VCL
What would you have chosen instead? -
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.
-
you have overriden the OnShow property with your OnShow procedure. Rename it.
-
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.
-
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.
-
How do I close a modal form without ModalResult being set to mrCancel ?
Attila Kovacs replied to dormky's topic in VCL
Must be exhausting attending Delphi's funeral every year just to realize it's still here. -
Generic Command Line Parser for Delphi 10.3.x
Attila Kovacs replied to Lars Fosdal's topic in I made this
best, thx -
nice 😉