Jump to content

Attila Kovacs

Members
  • Content Count

    2084
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Attila Kovacs

  1. Attila Kovacs

    The GetIt server is back online - With the 12.0 Patch 1

    Is there an offline installer for that?
  2. Attila Kovacs

    The GetIt server is back online - With the 12.0 Patch 1

    I can't see the parnassus bookmarks for D12 in getit.
  3. Is this unit deprecated? There is a buch of enums in System.JSON.Types.pas that are not implemented: TJsonNullValueHandling = (Include, Ignore); TJsonDefaultValueHandling = (Include, Ignore, Populate, IgnoreAndPopulate); TJsonReferenceLoopHandling = (Error, Ignore, Serialize); TJsonObjectCreationHandling = (Auto, Reuse, Replace); TJsonTypeNameHandling = (None, Objects, Arrays, All, Auto); TJsonNullValueHandling would be very handy to have. Should I ask them once the QP is live again, or is this already considered old stuff that won't be continued or supported?
  4. Attila Kovacs

    No exception handling with server crash

    Hm, I'm interested in whether Eurekalog works at all with the DDService, and if it does, whether any adjustments are needed because I'm currently not succeeding. You are using it in your services @Angus Robertson, don't you? I can send emails manully, the account on which the service runs allows it, but that's it. madExcept didn't do enything either.
  5. I am curious how it will affect the development; will the next version accordingly also be released later?
  6. Or it was Download Spike
  7. And then what? What will be served? The default apache landing page?
  8. It's sufficient if there was an older operating system or a part of the system that won't run on current hardware, and you can't simply restore and go.
  9. You just have to defer the call to "(BorlandIDEServices as IOTAActionServices).OpenFile();", it should be called when the expert window is already closed / the editor has the focus or show the expert window non-modal.
  10. If ELC can run off-grid, then this makes no sense.
  11. Can I setup ELC without the running servers?
  12. What? So let me ask the question again. I recently bought the latest Delphi. How can I install it without the running servers? So the mentioned "update your license" or whatever won't work either.
  13. How does it work? Sorry I'm not a professional, I'm constantly on the go.
  14. How? The installer asks for a serial and l/p
  15. How can I install Delphi without their running servers? What happens when these servers are gone forever for any reason?
  16. Attila Kovacs

    VCL error with caFree

    Any thoughts about how this should be patched until it's fixed? https://www.delphipraxis.net/1530328-post10.html I have started to receive error reports on that.
  17. Attila Kovacs

    VCL error with caFree

    I'll go with this, until it's fixed. // D12 caFree patch // https://www.delphipraxis.net/1530328-post10.html // https://quality.embarcadero.com/browse/RSP-43547 procedure TCForm.WndProc(var Message: TMessage); begin if message.Msg = CM_RELEASE then Dispatch(message) else inherited WndProc(message); end; Let this example stand as a sign of how beneficial it is to always use a common form.
  18. Attila Kovacs

    VCL error with caFree

    Ok, CM_RELEASE has no job in form's wnd proc, I have to hop to TWinControls WndProc
  19. Attila Kovacs

    VCL error with caFree

    @Dalija Prasnikar Ok, I see now where the problem is. However, since VisualManager_AcceptMessage is not virtual, the only way to fix that without adding a patched Vcl.Forms to the project is to handle CM_RELEASE without calling the WndProc... As I always use a common form, this should be manageable. I just have to examine what CM_RELEASE should do... let's see. Thank you
  20. I no longer receive warnings about unknown custom attributes in Delphi 12. Could there be a compiler directive that went global, perhaps? Moved from 10.2.
  21. Attila Kovacs

    D12 Welcome Page

    Is there an alternative D12 Welcome page available? I find the lack of separation between recent and favorites and the overall design with the love signs to be jarring and reminiscent of a Hello Kitty coloring book.
  22. Attila Kovacs

    D12 Welcome Page

    It went small automatically when I loaded Chuck 🙂
  23. Attila Kovacs

    D12 Welcome Page

    I didn't know what I was missing, thanks, @Lars Fosdal.
×