-
Content Count
1977 -
Joined
-
Last visited
-
Days Won
26
Everything posted by Attila Kovacs
-
Okay, do you know which GE module does this? I've GE but the only live module is filtering the explicit values.
-
Oh, is he gone again? 😕 s/useless/less
-
Delphi 11.0 has a different form Caption offset than Delphi 10.4
Attila Kovacs replied to Tom Mueller's topic in VCL
I heard that he is starting every day over! -
If you are on subscription the latest one has D11 support in the installer. Maybe @Girish Patil should update the History page on the site.
-
Menu captions with images are hard to read under Windows 11
Attila Kovacs replied to Tom Mueller's topic in VCL
It's not that bad if you can throw it away on the next update which is very likely in this case. -
No, as it depends on modified emba/another non-free codes I will not be able to publish it ever... 😕
-
Probably yes. On the other hand, I have an expert which generates custom classes from a JSON string and the fields are properties of a custom type which is not only nullable but also "nothingable" for this reason. (silly name I know). It's not necessarily a better approach, I'm just allergic to string constatns in the code.
-
Parnassus Bookmarks for Delphi 11 Alexandria?
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
No. I'm talking about Plugins for Parnassus itself. -
Please write to Embarcadero to get a free Delphi 11 edition for Andreas Hausladen
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
Who is Jim? And why are you ppl. answering to a request to Jim? -
Parnassus Bookmarks for Delphi 11 Alexandria?
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
I did not like its stack based bookmarks as those were caret bookmarks AFAIR. So I wrote a plugin for Parnassus bookmark which turns the normal bookmarks to stack-bookmarks. Sadly the plugin API is somewhat limited so the plugin not a beauty, lot of workarounds. The only drawback it has, on closing and opening files with active bookmarks, there could be some interference which occurs sometimes. But it works for me, I'm only using only one shortcut to add/remove bookmarks, it's the ctrl-shift-1. If the bookmark "1" is nearby when I press ctrl-shift-1, it moves the bookmark, if I press it on the bookmark "5", it deletes 1-4 and 5 becomes 1 (cuts the snake) On every new "1" bookmark the others are incremented. etc... Now @David Millington gave away his plugin to embarcadero and they removed its plugin support officially. (Yes, plugin in plugin) The Plugin API was removed with its manual and its examples. Perhaps nobody knows anymore it existed. So I think there will be another 60 Years needed to have a bookmark for Delphi which makes sense. This 0-9 on every file is somewhat 80's. They should hire more innovative ppl. younger than 65. Sorry guys, but it's true. -
Floating Form Designer option gone in Delphi Alexandria?
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
I don't know. -
Floating Form Designer option gone in Delphi Alexandria?
Attila Kovacs replied to PeterPanettone's topic in Delphi IDE and APIs
I googled it for you https://blogs.embarcadero.com/new-for-the-ide-in-rad-studio-10-4-1/ -
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