-
Content Count
1961 -
Joined
-
Last visited
-
Days Won
26
Attila Kovacs last won the day on August 31
Attila Kovacs had the most liked content!
Community Reputation
626 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I have a VCL form that always gets corrupted when I save it: This is the only form where I have ever encountered this issue, and it always happens with the style property of a TCheckListBox. Has anyone ever seen something like this in real life? I'm on D12.1
-
Delphi 12.2 available for download
Attila Kovacs replied to pyscripter's topic in Delphi IDE and APIs
. -
Delphi 12.2 available for download
Attila Kovacs replied to pyscripter's topic in Delphi IDE and APIs
Is there a list somewhere? Os is it still secret? -
Switching off automatic Bookmarks?
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
-
Custom Managed Records and Default(T)
Attila Kovacs replied to rgdawson's topic in Algorithms, Data Structures and Class Design
Same here. I was so excited when I upgraded to 12, thinking there would finally be something amazing, but when I checked it out, bleh. I’d rather not. -
Btw. I used this app for the validation: https://www.xml-buddy.com/ You can batch-validate the xml's you generate against the schematrons with a console app.
-
I'm curious how long it will take before we have to rewrite all the E-crap in JSON.
-
Show executable size after successful build?
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
debug version is bloated anyway, who cares what size the executable has? switch to visual c++, they are already complaining if the exe is over 80kb 🙂 -
“Transitive” type redefinitions in interface section
Attila Kovacs replied to Dmitry Onoshko's topic in Algorithms, Data Structures and Class Design
I'd make MyTask -> MyTask.Common MyTask.Main.Implementation -> MyTask.Main but it's just my personal preferecne -
“Transitive” type redefinitions in interface section
Attila Kovacs replied to Dmitry Onoshko's topic in Algorithms, Data Structures and Class Design
Amen. -
“Transitive” type redefinitions in interface section
Attila Kovacs replied to Dmitry Onoshko's topic in Algorithms, Data Structures and Class Design
If MyTypes is used throughout the whole project, why would you bother it UnitB is using it too. Otherwise take a walk and restructure the whole thing. -
Form's OnCloseQuery event CanClose parameter
-
Use TImageList, ideally a descendant that can handle SVGs.
-
Yes, I'm using it actively. Don't expect rushed answers; the situation must be complicated, obviously. Otherwise, the components are mature and have been working well in production for years. Is your question technical?
-
Cross platform color picker and palette library
Attila Kovacs replied to Jim McKeeth's topic in I made this
you could add to the top of the color list: clipboard (only if a color code is in the clipboard) no color