-
Content Count
2063 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Attila Kovacs
-
How to manage feature changes during release cycle?
Attila Kovacs replied to Mike Torrettinni's topic in General Help
Can we see a "branch" example with 10+ projects having own code, shared code, 10+ major 3rd party libs, tons of binary data, whatever I forgot to mention. Asking for a firend. -
Why empty dynamic arrays = NIL?
Attila Kovacs replied to Mike Torrettinni's topic in Algorithms, Data Structures and Class Design
This is the yellow brick road to unpredictable behaviors depending on the uses list. Use "TMyStringList", don't try to rewrite the RTL. -
EMAIL_REGEX = '^((((?>[a-zA-Z\d!#$%&''*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])' + // '[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<angle><))?((?!\.)' + // '(?>\.?[a-zA-Z\d!#$%&''*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])' + // '[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?<!-)\.)+[a-zA-Z]' + // '{2,}|\[(((?(?<!\[)\.)(25[0-5]|2[0-4]\d|[01]?\d?\d))' + // '{4}|[a-zA-Z\d\-]*[a-zA-Z\d]:((?=[\x01-\x7f])[^\\\[\]]|\\' + // '[\x01-\x7f])+)\])(?(angle)>))(;\S)*)+$'; eventually
-
#1A character automatically appended to python source file
Attila Kovacs replied to wuwuxin's topic in Python4Delphi
$1A is ctrl-z, it's the end-of-file marker -
D10.4.2 weirdness since recent Win 10 update
Attila Kovacs replied to David Schwartz's topic in General Help
I don't need windows update to reproduce that. -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
@Uwe Raabe I see. It's the forum/browser/whatever then. brrr -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
even if you would buy it for Uwe, I'm not sure he want to link all the devex* stuff to MMX :DDDD -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
this is the pic from PP https://en.delphipraxis.net/uploads/monthly_2021_09/image.png.c710aed0ba6f015e4ee93dd9a8f3d893.png wget both and compare -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
this is the pic the forum embedded: https://en.delphipraxis.net/uploads/monthly_2021_09/image.png.710f98297e699378bb11d3076d428ab4.png this is a blurry pic, should be rendered the same way as on my pc -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
No. I'm referring to the picture itself. It's blurry, it's obvious if you can see. Look at Peter's screenshots, they are crisp. Why the difference? I observed this earlier too, also mentioned it but never got any reaction. Also, MMX and GE having a bunch of mixed forms in font face, size and even "scaled=true/false". -
Add Method dialog layout in Delphi 11 Alexandria
Attila Kovacs replied to PeterPanettone's topic in MMX Code Explorer
@Uwe Raabe Why is your screenshot blurry? Like you were not in DPI Aware mode. -
RAD Studio 11 Alexandria is now available
Attila Kovacs replied to Darian Miller's topic in General Help
hm, is there a new, 3rd installer type available? Manual hacking? -
Anybody changing FileVersion directly in dproj file?
Attila Kovacs replied to Mike Torrettinni's topic in General Help
setting the version is just one thing in the build process... there are so many other things you can automate.. even with just some shellscripts -
AFAIR they disappeared every time I installed an update, I don't know, could have been a one-time issue.
-
I've multiple template dirs which I duplicate for the new (test)projects. There is life outside the IDE too.
-
Should a TDataSet allow changing the .SQL property while being open?
Attila Kovacs replied to aehimself's topic in Databases
I'd say do it like the competitors, doesn't matter if it's right or not. It will be interchangeable. -
got it since 3.4.0 ~2002 😉
- 3 replies
-
- resource compiler
- resource editor
-
(and 1 more)
Tagged with:
-
Using Attributes in class declarations
Attila Kovacs replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
Attributes are about that, that you don't have to have form props/code. It's like templating for recurring things. Like Lars' grids or in my case my ORM's. It has a bunch of benefits, like I can easily include them anywhere without any dependency. Also, for the grid example, it can be the default layout which you could overload with custom settings but on deleting them or on a new install, you don't have to deal with the initial data. Also, attributed things can be tested very good. Also, on many parameters it's ugly AF, I'm using JSON strings on complex attributes. Which are very error prone, but can be tested very easily. Yes, it's also not perfect and misses a lot of things like a NameOf(), but we are used to waiting centuries for cookies. No... Yes... Whatever... It's longer than green. -
Delphi compatibility with Windows 11?
Attila Kovacs replied to PeterPanettone's topic in General Help
It was MS who disabled using TPM for Home versions of W10 now its mandatory from 11? 😉 muha -
They won't as MAPI is officially discontinued. I'll put it on github though.
-
@Vandrovnik Thx, damn copy paste devil 😉 @Dany Marmur and who should maintain it? I've no time for that.
-
@Vandrovnik Thank you for pointing that out!
-
virtualization VMWare Workstation PRO vs MS Hyper-V
Attila Kovacs replied to Drewsky's topic in Delphi IDE and APIs
I've already asked before, how can you work on a slow and laggy VM? It sounds like washing your feet with socks on. -
Overloocked Format( ) options
Attila Kovacs replied to Rollo62's topic in RTL and Delphi Object Pascal
you mean %0:s? -
And what about Schokohase?