-
Content Count
2016 -
Joined
-
Last visited
-
Days Won
26
Everything posted by Attila Kovacs
-
Does anyone know if Nils Haeck is OK ? SimLib and NativeXml
Attila Kovacs replied to Blavatsky's topic in VCL
In short, one of the must haves. -
TO ChatGPT: In Delphi, is there any kind of an adapter or class that takes a TList<T> and makes it look like a TDataSet?
Attila Kovacs replied to David Schwartz's topic in Databases
The problem is that you don't even realize whether a human or an AI is serving you, and we will rely on them for more and more decision making. -
TO ChatGPT: In Delphi, is there any kind of an adapter or class that takes a TList<T> and makes it look like a TDataSet?
Attila Kovacs replied to David Schwartz's topic in Databases
That's what I was talking about. AI won't kill us in the way you have seen it in the television. It will kill us with wrong answers. -
TO ChatGPT: In Delphi, is there any kind of an adapter or class that takes a TList<T> and makes it look like a TDataSet?
Attila Kovacs replied to David Schwartz's topic in Databases
None. It's a language robot. The content is always made up, even if it's accidentally true. I asked to show me the implementation of TListDataSet and it was like ListDataSet: TClientDataSet; -
TO ChatGPT: In Delphi, is there any kind of an adapter or class that takes a TList<T> and makes it look like a TDataSet?
Attila Kovacs replied to David Schwartz's topic in Databases
http://www.x-files.pl/components/xdbdata.html -
Best practices for working with a DB accessed via REST API?
Attila Kovacs replied to David Schwartz's topic in Databases
I believe he has a good understanding of the topic, he just needs some additional ideas to consider. -
What would be the best approach for accessing a large number of files stored on a single machine from multiple servers?
Attila Kovacs replied to ioan's topic in General Help
perhaps the write cache is full turn it off manually, measure the write speed, calculate -
Hey, you forgot the "Retry" button. Also, getit has a nice log file hidden in ProgramData.
-
Why are you asking?
-
By the way, I don't know how the current versions are , I'm still on Berlin, but I'd be very disappointed if one of the newest version would just update my 2007 installation 😉 And with that siad, I would not ask them to make two separate installers, one for update one for standalone.
-
Okay but who started it?
-
The software industry has moved to the Web, why?
Attila Kovacs replied to Skrim's topic in General Help
👏😜 -
New blog post: Leveraging ChatGPT to generate a Delphi class along with CRUD code from a table schema
Attila Kovacs replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
Same here. Like SQL Schema in the clipboard, paste as class menu in the IDE. -
125%
-
This is it.
- 21 replies
-
- vcl
- devexpress
-
(and 2 more)
Tagged with:
-
Cool. I have almost made an expert for this too, the built in is such an annoying **** like the library path editor. @dummzeuch maybe you could size the controls less shy and the "inherited" area pops up too small.
-
Why is it called experimental over a decade? What are you experimenting? Who will be the first to ask that? 🙂
-
(got it)
-
I'm not surprised then you don't even know who you agree with.
- 21 replies
-
- vcl
- devexpress
-
(and 2 more)
Tagged with:
-
@David Schwartz Irony and sarcasm man, you missed every point.
- 21 replies
-
- vcl
- devexpress
-
(and 2 more)
Tagged with:
-
Naaaah. I bought it for 500 bucks. In a year it became free. Naaaah. FMX was on the table and VCL is abandoned. Not anymore. Plenty of HDPI issues and EMBT won't spend money on fixing it because VCL is abandoned. Way behind! I'd say loading a form is like going to Canis Majoris. And also as big in size. Sadly they are not bother noticing you on updates nor do they keep old versions to download. Like any of them would cost a penny.... There is howerver https://www.almdev.com/prods/stylecontrols/stylecontrols.html maybe the last actively maintained VCL pack with some awesome components. Don't be afraid of the colorful sample images. They are by default just as grey as the built in components and it's cheap and has a Lifetime license. No upgrade fees. Anyway, I still don't understand the original question. What EMB components do you want to compare to what DevExpress components? It makes no sense. I think there were about 5 new VCL calendars released in the last 5 years and thats all.
- 21 replies
-
- vcl
- devexpress
-
(and 2 more)
Tagged with:
-
Yes.
- 21 replies
-
- vcl
- devexpress
-
(and 2 more)
Tagged with:
-
Delphi (11.2) IDE stops after "All design time packages loaded", but works in admin mode
Attila Kovacs replied to rudy999's topic in Delphi IDE and APIs
I had the same with an older IDE where the registry was suddenly corruped https://quality.embarcadero.com/browse/RSP-40168 Otherwise use Process Monitor to try to identify the problem. -
It's the RAD from RAD Studio. I remember at the CeBIT 99 or 2000, Borland presentation, ~click click ctrlA click click drag&drop and the form was filled with the dbcontrols.
-
Nested TParallel.For: Immediate deadlock
Attila Kovacs replied to Der schöne Günther's topic in RTL and Delphi Object Pascal
var counter := 0; btw. with 10.1 U2 it runs fine too