Jump to content

Markus Kinzler

Moderators
  • Content Count

    564
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Markus Kinzler

  1. Markus Kinzler

    Debug High DPI

    The basics of the HighDPi support origines from @Uwe Raabe. But his silution wasn't implemented in full range. https://www.delphipraxis.net/196643-high-dpi-patches-delphi-von-uwe-raabe.html https://www.delphipraxis.net/1419242-post4.html
  2. Markus Kinzler

    mORMot running on Delphi 10.3 Rio

    If using UniDAC, IBX, ... it even run on remote servers.
  3. Markus Kinzler

    mORMot running on Delphi 10.3 Rio

    This features are missing in Pro, too. That was the fact Thomas wanted to tell you. You can access the DBMS locally but not on a "external" server (other than the machine the program is running).
  4. Markus Kinzler

    GetIt pkg mgr problems

    Installed Rio 2 times. This error seems a issue.
  5. Markus Kinzler

    General DB access question -- paging query results

    In this case it was just a double post. I removed it. @David Schwartz you can report a post and ask someone of the team to remove it. I will remove this post tomorrow, too.
  6. Markus Kinzler

    General DB access question -- paging query results

    You need a control with a "virual" mode, loading data as needed. In your case you may have a look on VirtualTreeView.
  7. Markus Kinzler

    10.3 and Internal Server Error

    The base ide ist part of the installer itself. Addition of platforms should be possible when problem of the download server(s) are solved.
  8. Markus Kinzler

    Advice on starting to work with databases

    He does this already. But he uses a Textfile for storage.
  9. Markus Kinzler

    Advice on starting to work with databases

    Then multible users can access the db at the same time. But I wouldn't call this real muti user. Especially when using a "simulated" multi user system. A DBMS server offers more than just the possibillity to access a db simultaneously. The overhead for the ORM depends on the ORM also.
  10. Markus Kinzler

    Advice on starting to work with databases

    SQLite is great for single user or on mobile devices. But I prefer FireBird, because it's more powerful an scalable (embedded for single user; Server for multiuser; database file is interchangable). Is this the project you talking about? Look at the MARS samples. You will also find examples for database access.
  11. Markus Kinzler

    Advice on starting to work with databases

    http://ibphoenix.com/ http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Connect_to_Firebird_(FireDAC) Besides the dbms specific syntax (shouldn't be too much) there're basics about rdbms might be good to know about.
  12. Markus Kinzler

    Advice on starting to work with databases

    No overkill but MySQL isn't only "free" for OS projects. MSSQL express or FireBird seem to be the better solutions in my opinion.
  13. Markus Kinzler

    Microsoft Team Foundation System and Delphi

    There is a interoperable bridge to GIT https://github.com/git-tfs/git-tfs
  14. Markus Kinzler

    Advice on starting to work with databases

    Do you want advise in choosing a DBMS or are your question about database design?
  15. Markus Kinzler

    Is there a Delphi library that does AMQP 1.0?

    https://www.habarisoft.com/habari_activemq.html
  16. Download and have a look on it.
  17. Markus Kinzler

    http://community.idera.com/ login woes

    Lucky guy. It seems setting up a forum is a very complex task.
  18. Markus Kinzler

    Custom Managed Records Coming in Delphi 10.3

    @Rudy Velthuis I think you misunderstood me. My concern are only about the automatic invocation.
  19. Markus Kinzler

    Custom Managed Records Coming in Delphi 10.3

    On one side EMBT removes "automatic" management for classes (ARC) on the other hand they introduce automatisms for "static" types. It might be dangerous. Is there a way to off switch this (useful) feature?
  20. Markus Kinzler

    New in 10.3: IDE UI Improvements in the Main Window

    Hope Rio is bulletproof then 🤩
  21. Markus Kinzler

    New in 10.3: IDE UI Improvements in the Main Window

    The ide of RadStudio 10.x is much more stable than XE7.
  22. Markus Kinzler

    How to get exact Control ClientWidth and ClientHeight

    I would evaluate the CanResize event.
  23. Markus Kinzler

    Extracting SQL from Delphi code and DFMs

    Also possible when using other libraries like UniDAC.
  24. Markus Kinzler

    How to know that a file is not used by another program?

    That solves not the problem. The graphic file is generated by the external program. The file exists with start of the process. If the finishing cannot be signaled by the external program the name doesn't matter.
×