Jump to content

Sherlock

Moderators
  • Content Count

    1245
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. Sherlock

    Cannot login to Quality Central - who to contact?

    I guess it's just offline, because they are syncing the calls with the internal system.
  2. Sherlock

    Best practices for system migration?

    @A.M. Hoornweg Well...your users have to cope with it, and you have want to give your users a product, that they can rely on. Win7 is practically dead, so your product has to offer best user experience on Win10 - like it or not.
  3. Sherlock

    Delphi 10.3 Update 2 available

    So what is the official take on how to get the macOS 64Bit platform running? It (or something like it) was installed, I have a folder filled with stuff called binosx64. But no SDK is available and I can't add it.
  4. Sherlock

    Cannot login to Quality Central - who to contact?

    But you should: And btw, I can't log in either...this happens every few months. I blame it on the captcha.
  5. Sherlock

    Cannot login to Quality Central - who to contact?

    How can't you log in? Problem with the captcha?
  6. Sherlock

    Best practices for system migration?

    That is no problem, as long as it is only you using that license. Make sure all your data files are not on the windows boot partition and you are golden. Consider running your Delphi in a VM and you are platinum 😄 I can't see anything else to consider. In the end it is just a matter of look & feel migrating from Win7 to Win10.
  7. Have you tried squinting really hard? 😄 I'd love to have a monitor with that resolution.... sigh.
  8. Sherlock

    Delphi 10.3 Update 2 available

    Can confirm: GetIt is back online!
  9. Sherlock

    Delphi 10.3 Update 2 available

    Where you? 😉 Seriously though, a down time of three days is unbecoming of a tech company.
  10. Sherlock

    Delphi 10.3 Update 2 available

    Yes, we might have to consider changing the header of this thread to (un)available. 😄 The import part getit.embarcadero.com is still denying access and that is where all the fun is stored.
  11. Sherlock

    Delphi 10.3 Update 2 available

    Yeah, got that too. Just rolled back my VM and will try again Monday or Tuesday.
  12. Sherlock

    Restart the same App?

    @Dalija Prasnikar I would always add Delphi to the search query. But other than that, Ian should now be good to go.
  13. Sherlock

    Delphi 10.3 Update 2 available

    Are there direct links to the web installers? CC is really slow...
  14. Sherlock

    Delphi 10.3 Update 2 available

    They are not down...they are just bent by the overwhelming demand.
  15. Sherlock

    10.3.2 as next or waiting for 10.4?

    Oh, goody! Can't pinpoint the exact problems, but I'm guessing soon I might get a project for iOS running again.
  16. Sherlock

    What options do I have to control custom releases?

    Sure you can. Give them the bare essentials, until a license is purchased. Or give them the maximum for 10 days, or whatever.
  17. This is more of a style thing, but please consider human readability and write while not Terminated do
  18. Sherlock

    RIO: Start Debug Session changes source

    Now that is something one should avoid anyway. Special builds for special customers create special problems. One version for all leads to the same problematic source for all - and generally speaking, source code is always problematic, as soon as it consists of more than "Hello World".
  19. Sherlock

    RIO: Start Debug Session changes source

    Compilation date is rarely useful, only when you don't use "source version" control, you need that information. Your customers surely don't need it.
  20. I would consider this to be a Stone Soup. So with minor contributions from everyone, this could really be a great thing. It could of course also go the way quite a few open source projects have gone straight towards oblivion, but I tend to look at things positive. I would be happy to contribute "human readable" content such as installation instructions (something lacking in most other OS projects) and so forth.
  21. To quote the Carpenters We've only just begun
  22. Sherlock

    How do you organize units, forms?

    Amen! Anyway, sorting is just something that pleases the eyes. I only keep the methods sorted within their classes. Anything else I find via Ctrl+f or Shift+Alt+s.
  23. Sherlock

    Funny Code in System.Types

    Would you prefer an exception?
  24. Sherlock

    Random app crashes on MacOS

    It aint always Delphis fault... good to know
  25. Sherlock

    CDATA CSV Component

    But I do hope it's either free, or very inexpensive. Importing CSV is far from being magic. It's more like splitting a String into a TStringlist and trying some StrToInt or StrToFloat... Otherwise, try looking into these threads from the mother ship https://www.delphipraxis.net/51457-csv-editor.html https://www.delphipraxis.net/158355-csvviewer-zum-betrachten-von-csv-dateien.html
×