Jump to content

mvanrijnen

Members
  • Content Count

    499
  • Joined

  • Last visited

  • Days Won

    1

mvanrijnen last won the day on October 26 2023

mvanrijnen had the most liked content!

Community Reputation

136 Excellent

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I still don't get it why it sometimes works, mostly after opening a big project is works for a little while and then it stops working. Sometimes reset lsp will fix it. I can not understand they can not fix this. But then, what would je expect from a product for just a few thousand euro/dollar?
  2. mvanrijnen

    How to handle conflicting modal popups

    wasn't there something like a NormalizeWindows method (vcl, winapi) that handled this? see: Vcl.Forms.TApplication.NormalizeTopMosts - RAD Studio API Documentation (maybe not what you ment, this is about topmost property)
  3. mvanrijnen

    New Delphi features in Delphi 13

    And make the EMB blog less commercial but more Developer attracting. Looks and reads more like a blog about fashion for light headed people....
  4. mvanrijnen

    Forum running slow

    it's slow sometimes overhere, can not pinpoint it yet. Most of the time it's ok. but now and then it's slow since a couple of days.
  5. mvanrijnen

    New YAML Parser Library - VSoft.YAML

    quick question, does it support (now or in the near feature 😉 ), an include system, like in Home Assistant ? This can be very handy to splitup config files, for example sepeare the database configs in a single database.yaml file for multiple services example: network: listenip: 127.0.0.1 port: 8081 proxy: host: myproxyhost.mydomain.tld port: 9090 databases: !include ..\GeneralConfig\databases.yaml
  6. mvanrijnen

    New Delphi features in Delphi 13

    typical forum answer ..................................... Define, Define ? something more then, Hello World 3 million lines, 10thousand files? let me rephrase .... Has someone experienced progress with the code completion, lsp, codeinsight from D12.x to D13.x ?
  7. mvanrijnen

    New Delphi features in Delphi 13

    People tried the codecompletion. error insight etc, with a big project?
  8. mvanrijnen

    New YAML Parser Library - VSoft.YAML

    mostly good old init style like files, one service an xml as config file, but most ini style like. we got our own config readers for this wich works with attribute decorating, busy with some new things, gonna pick this up with yaml. It's always a bit of puzzle with "nesting" with the ini style like configs.
  9. mvanrijnen

    New YAML Parser Library - VSoft.YAML

    Nice work, maybe a good base for upgrading our config files to YAML,
  10. yes, it's not really a fix, but i (we) removed RAD server from the equation. (moved from RAD server to MARS Rest library from @Andrea Magni, works amazingly well) @Marco Cantu @Ian Barker I really can not get my head around the fact that EMB does not fix this, it renders the IDE almost useless if your using bpls in your application/solution
  11. Aha, i tried the JSONName before, did not work, but now i found out why, it's in the MARS.Core.JSON.pas, not in the MARS.Core.Attributes.pas The function ToJSONFilter(const AMember: TRttiMember; const AObj: TJSONObject): Boolean; works also, thanks!
  12. mvanrijnen

    A smart case statement in Delphi?

    there's also the old: IndexText or IndexStr method System.StrUtils.IndexText - RAD Studio API Documentation
  13. Anoyone an idea how to get this done? If i have a record/class as a return type for q request, i sometimes want to hide certain properties for the (de)serialization process. can not find what to use with the MARS framework for this?
  14. mvanrijnen

    Define conditional symbol in .dpr

    hm, does the ramdisk makes much difference with building?
  15. @Marco Cantu I'm glad to say that we did fix the problem ...
×