-
Content Count
2067 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Attila Kovacs
-
Surely not the problem, I've UAC off since it was introduced.
-
I can't see the April patch in the About box, nor did I get any errors during installation. Great work! Same with May patch
-
The debugger keeps the execution line centered in some files. How can I turn this off? It's very annoying.
-
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Nope, it's just a notebook with default settings, and this behavior started with D12. Prior to that, I had 10.2. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
It's brutal how the IDE has evolved over the last couple of years (under the hood), you can't even compare it to 10.2 anymore. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Kinda, same units produce over and over. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
You are my hero! So is it a bug? Is there a setting that causes this? -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Nope. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Here, am I the first one to see this? Timeline_1.mp4 -
Too late, moved to https://www.almdev.com/prods/stylecontrols/stylecontrols.html Embarcadero let this package rot for almost 10 years, now suddenly there's an update? Who knows if it’s a real comeback or just a random blip. I’m not getting fooled again.
-
yes, it works for @Uwe Raabe
-
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Nah, that would be called "Community Edition". For the paid version, I'm just complaining that it's shit. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
It's random and started with 12.2. I was hoping it was a bug and would be fixed, but it's still there. -
First of all, look at the first column, this list was done in less than a second.
-
Delphi?
-
And in the end it links dynamically, I don't know if all the hassle is worth it.
-
OldCreateOrder?
-
Introducing Delphi++
Attila Kovacs replied to corneliusdavid's topic in Tips / Blogs / Tutorials / Videos
April april -
https://www.google.com/search?q=how+an+app+may+try+to+get+my+location+data+on+windows%3F
-
It’s definitely encrypted, I can’t read it either.
-
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
Ok, this explains why ;;;;'s are just fine. -
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
so it should yield an error if there is a semicolon for nothing Would you mind filing an error report? 😉 -
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
(On a side note, you also don't need a semicolon if the next word is "end". If it's known, just ignore me.) -
SQL Server Express is ano brainer, even InnoSetup can handle its installation automatically without user interaction. When you outgrow SQL Server Express, you can upgrade to a more powerful SQL Server edition such as Standard or Enterprise, or migrate your data to a scalable cloud-based database solution like Azure SQL Database. Avoid exotic DBMSs that introduce you to a labyrinth of their own dialects, from which there is no turning back.
-
About the compiler (not) finding the DFM files
Attila Kovacs replied to GabrielMoraru's topic in Delphi IDE and APIs
Why would it recompile if it hasn't changed? Do you mean when building the app? Why would you build the app so often? Yeah, compiling them into binary DFMs would be more elegant 😄 I don't know how many DFMs a library can have, but it's not typical.- 16 replies