Jump to content

Attila Kovacs

Members
  • Content Count

    2084
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Attila Kovacs

  1. Attila Kovacs

    JSON and UInt64 problem

    Be careful with those numbers, they can bite. https://lwn.net/Articles/730671/
  2. Attila Kovacs

    Project Options -> Version Info aka. dproj madness

    Great, but this should be working in the IDE. Before I report this misimplementation, I wanted to know if it's still the same in the current IDE.
  3. Attila Kovacs

    Project Options -> Version Info aka. dproj madness

    Of course. The state as if it were never checked, without explicit "false" in the dproj, inherinting the settings from above.
  4. Attila Kovacs

    ANN HTML Library 4.7 released

    It became really fast with about 30.000 shapes. Like you were zooming/scrolling etc.. an image without any lag.
  5. Attila Kovacs

    Type within a class

    it's a type declaration in the class it's type TDataContainer = class public type TIterateAction = reference to procedure (value: integer); strict private FData: TArray<integer>; FIndex: integer; public constructor Create(const data: TArray<integer>); procedure Iterate(action: TIterateAction); function GetFirst(var value: integer): boolean; function GetNext(var value: integer): boolean; end; TDataContainer.TIterateAction type It's just ebarcadero who does not give a fuck to implement its own syntax to the formatter.
  6. It's the Vcl.FlexCel.Core and FlexCel.XlsAdapter units. I'll ask the Author.
  7. Attila Kovacs

    ANN HTML Library 4.7 released

    Wow.
  8. Yes, but I need to gather strength for that first.
  9. Not much in Procmon, some TCP communication between bds.exe and dbkw64_24_0.exe, and you can see the delays. The 30-second appears to be a timeout for something. But it's just groping in the dark for now.
  10. no, in 32 bit mode it's all fine
  11. I checked that first and found nothing. But it seems to be related to the database connection. So hold on, I'll return if I run out of ideas for troubleshooting.
  12. it's a Syscall( 0x2C, Handle ); // NtTerminateProcess in kernel32.dll. I can't debug further, this wait's about 30 secs, then the IDE becomes responsive again.
  13. Attila Kovacs

    Android Foreground Server location access blocked

    ? 😄 open weeh-wah?
  14. Attila Kovacs

    Good data grid for VCL and FMX

    I see, that means, the answer is "no". thx
  15. Attila Kovacs

    Good data grid for VCL and FMX

    Is there a component that supports both at the same time?
  16. Attila Kovacs

    Feedback Request - FastReports vs ReportBuilder?

    I could not figure out the CoO, no imprint on the website. What is it? And how would others know?
  17. There is no UStrCat3 in D2007, and it works perfectly. Meanwhile, newer versions do have it and are failing. Now you are telling us that yours is failing with D2007, and Lars' is working with D11?
  18. Attila Kovacs

    SDI <-> MDI forms

    because the mac window manager is an MDI application itself
  19. Attila Kovacs

    SDI <-> MDI forms

    I can't imagine either of the above versions working with a multiple monitor system.
  20. Attila Kovacs

    Stringgrid cell color

    It's the "Defaultdrawing" property. Set it to false.
  21. Attila Kovacs

    Stringgrid cell color

    Vcl.Grids.pas if DefaultDrawing then begin if StyleServices.Enabled then begin ARect.Left := ARect.Left + 4; I can't tell you why. Edit: See below. It's the DefaultDrawing property.
  22. it's actually ^H^H^H^H^H^H^H^H^H^H
  23. Why are you so obsessively interested in what others are doing? Why don't you go where you feel good? 😄
  24. The fox and the wolf meet in the forest. The fox says: Hey! Let's beat up the rabbit. Okay, but why? - asks the wolf. If he's wearing a hat, then for that reason, and if he's not wearing one, then for that reason! - replies the fox. They go to the rabbit and beat him up mercilessly. The next day, the fox starts again: Hey! Let's beat up the rabbit. But we already beat him up yesterday! - responds the wolf. But today, let's beat him up again! - insists the fox. Alright, but why should we do it today? - asks the wolf. We'll go to him and ask for a cigarette. If he gives us one with a filter, then for that reason, and if he doesn't, then for that reason. They approach the rabbit: - Hey, rabbit, give us a cigarette! Do you order a filtered or non-filtered one? - asks the rabbit. To which the fox exclaims: Look at that, for heaven's sake! Once again, he's not wearing a hat.
  25. The "I" in chatGPT is borrowed from the user for now. (with varying degrees of success)
×