Jump to content

Attila Kovacs

Members
  • Content Count

    2015
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. 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.
  2. 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.
  3. If ELC can run off-grid, then this makes no sense.
  4. Can I setup ELC without the running servers?
  5. 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.
  6. How does it work? Sorry I'm not a professional, I'm constantly on the go.
  7. How? The installer asks for a serial and l/p
  8. How can I install Delphi without their running servers? What happens when these servers are gone forever for any reason?
  9. 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.
  10. 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.
  11. Attila Kovacs

    VCL error with caFree

    Ok, CM_RELEASE has no job in form's wnd proc, I have to hop to TWinControls WndProc
  12. 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
  13. 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.
  14. 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.
  15. Attila Kovacs

    D12 Welcome Page

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

    D12 Welcome Page

    I didn't know what I was missing, thanks, @Lars Fosdal.
  17. Attila Kovacs

    D12 Welcome Page

    Ahhh, now I get it. Thanks!! Much better now!
  18. Attila Kovacs

    D12 Welcome Page

    Thx Lars, the mentioned plugin is better. I just need less colors in that too 😄 But I'm planning a modder plugin for that if nothing happens 😉
  19. Attila Kovacs

    D12 - No more "unknown custom attributes"

    Same here, restarted the IDE, now I'm having the warnings. I'll keep an eye on that, I'm not dumb, there were no warnings.
  20. Attila Kovacs

    wuppdi Welcome Page for Delphi 11 Alexandria?

    Thank you for this plugin @gkobler. (The Download link is 404 on the English version of the website.) Could you move the icons to resources or over-load them from files if they exist? Or just provide a setting to turn them off? On the occasion, of course.
  21. Attila Kovacs

    D12 Welcome Page

    Download link is 404 on the English version of the page (It's cool that you can have multiple favorite groups... I really like the idea!)
  22. Attila Kovacs

    D12 Welcome Page

    Wow, danke! Wer hat's erfunden? 🙂
  23. Attila Kovacs

    What is otares?

    Any readings on that? I can't find anything on it, just the annoying otares kept, res discarded messages at compile time.
×