Jump to content

Attila Kovacs

Members
  • Content Count

    1936
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Attila Kovacs

  1. Attila Kovacs

    JSON and UInt64 problem

    That means those numbers are implicitly converted to anything by every interpreter. If necessary, you may consider using strings instead.
  2. Attila Kovacs

    Project Options -> Version Info aka. dproj madness

    oh. now that's interesting 😄
  3. One of my VCL apps is hanging in 64-bit mode at termination for 30+ seconds. Any ideas what could be causing this? I don't have to do much; just starting the app and ending it, or pressing Ctrl+F2. Other apps are terminating instantly. I would prefer to try some tips before resorting to cloning the project and systematically removing components. IDE: Berlin U2
  4. Attila Kovacs

    JSON and UInt64 problem

    Be careful with those numbers, they can bite. https://lwn.net/Articles/730671/
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. It's the Vcl.FlexCel.Core and FlexCel.XlsAdapter units. I'll ask the Author.
  10. Attila Kovacs

    ANN HTML Library 4.7 released

    Wow.
  11. Yes, but I need to gather strength for that first.
  12. 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.
  13. no, in 32 bit mode it's all fine
  14. 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.
  15. 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.
  16. Attila Kovacs

    Android Foreground Server location access blocked

    ? 😄 open weeh-wah?
  17. Attila Kovacs

    Good data grid for VCL and FMX

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

    Good data grid for VCL and FMX

    Is there a component that supports both at the same time?
  19. 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?
  20. 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?
  21. Attila Kovacs

    SDI <-> MDI forms

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

    SDI <-> MDI forms

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

    Stringgrid cell color

    It's the "Defaultdrawing" property. Set it to false.
  24. 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.
  25. it's actually ^H^H^H^H^H^H^H^H^H^H
×