-
Content Count
2016 -
Joined
-
Last visited
-
Days Won
26
Everything posted by Attila Kovacs
-
I'm already very careful, but it doesn't make any sense. This just came to my mind:
-
Of course, it has, it only worked when you copied the dproj from the backup. Maybe the search path. But why don't you debug in the first place? That doesn't require any "Nobel Prize."
-
@MichaelT Thank you very much! I see. So I shouldn't be concerned about the quality of version 11, since version 12 is just around the corner? Or 11.4 first? We did not have luck with even version numbers yet. Looks like the only question is whether this LSP is working or not. When you say it works 'time to time,' do you need to restart the IDE or a service, or do you have no impact on it? Or does it just fail in specific places or units? Like the old one?
-
I know it! All the SQL queries go there. Nobody else needs this.
-
I've implemented a routine in a wizard that captures the editor ('TMenuBuilder') using Screen.OnActiveFormChange and automatically calculates the menu size from TMenuWin.FNCHeight TMenuWin.FMenuHeight and TMenuItemWin.FCaptionExtent. That task would be suitable for GExperts if there isn't anything related to this matter yet. @dummzeuch ?
-
I'm confident that the team is doing an excellent job.
-
Aham, and whats about diffent platforms? is it possible to set up the line break with directives?
-
1x TButton 5 GDI 100x TButton 5 GDI Someone should be included in this debugging.
-
And here we go, that's what I was referring to: every piece of trash you find.
-
of course we can, where is the problem?
-
I don't think the intention of these blocks is to put every piece of trash you can find into them. I'm laughing my pants off at your suggestion to support multiple encodings and line endings in one text file. It's already pretty strange, and I'm sure it would have never happened if C# didn't implement it first. I'm still skeptical that they didn't do it on April 1st.
-
It's a bug for sure, either in the component or in your code. Start debugging and don't panic 🙂 First step is, turn on the GDI Objects column in the task manager and start watching it meanwhile you navigate through your app. If you are creating/freeing the forms/frames on the fly as you state, the number should drop back on closing a form, etc... you know it for sure
-
ANN: StyleControls VCL v. 5.52Â just released!
Attila Kovacs replied to Almediadev Support's topic in Delphi Third-Party
It's a huge misconception that with these components, you can only create fancy forms. These components work perfectly fine without any styling, offering a lot of added value with great support and being completely affordable. etc... -
My apologies. Another question. Would this throw an error in the dreams of a rainbw unicorn? blub := ''' line1 line2, indented 3 spaces line3 ''';
-
Will this throw an error then? blub := ''' line1 line2, indented 3 spaces line3 ''';
-
Speaking of code formatter, we need a flag in the built-in formatter to be able to exclude parts of the code formatting.
-
ANN: StyleControls VCL v. 5.52Â just released!
Attila Kovacs replied to Almediadev Support's topic in Delphi Third-Party
I can only recommend it to everyone. -
I came across this ineresting post https://stackoverflow.com/questions/27368556/trtticontext-multi-thread-issue after getting an error report over an AV in System.Rtti.MakeClosure and I'm wondering, according to the answers from @Stefan Glienke and @David Heffernan if the "data := nil;" in System.Rtti.LazyLoadAttributes,MakeClosure should not be the first after the second check?
-
Double checked locking
Attila Kovacs replied to Attila Kovacs's topic in RTL and Delphi Object Pascal
I checked it and it's still the same, I should have mention it tough. Ouch. Now that you say, nice one. So basically, my approach to create/try-finally/free the TRtttiContext, which is advocated by some, is also wrong because of the faulty library, and I should instantiate one somewhere at the beginning? -
What is the benefit of sorting the Uses clause?
Attila Kovacs replied to RCrandall's topic in MMX Code Explorer
Make te uses list great again! -
Class function vs constructor for object creation
Attila Kovacs replied to Michael Taylor's topic in Algorithms, Data Structures and Class Design
It's the Dopplebeau effect. Normal. Don't even bother with it. -
Direct vs. Indirect access of service by a Client?
Attila Kovacs replied to David Schwartz's topic in Network, Cloud and Web
You asked for thoughts, pros, and cons. Then, you became anxious when I provided you with a point of view and introduced your implementation details (traffic) into the equation, which changed the entire question. But hey, we're used to it 😉 Do you still have any concerns? -
Direct vs. Indirect access of service by a Client?
Attila Kovacs replied to David Schwartz's topic in Network, Cloud and Web
Why do you care then? Anyway, "service storing the data" is a kind of middle-tear API too, nobody exposes the DB itself. -
Direct vs. Indirect access of service by a Client?
Attila Kovacs replied to David Schwartz's topic in Network, Cloud and Web
How would you manage to allow 20 million users to authenticate simultaneously? You can't. Google can. Some services are meant for the clients, while others are not. Relying on such services always carries some risk, but not necessarily the ones you are most concerned about. Instead of fearing discontinuation, excessively frequent updates, or lack of support,.. -
I have something similar without regexp and I'm calling it "Open Unit" 😉