Jump to content

Sherlock

Moderators
  • Content Count

    1291
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. Sherlock

    Delphi 12 is available

    Ah, a loop: Feel free to branch out of the loop with new arguments or new questions.
  2. Sherlock

    Delphi 12 is available

    D'uh! But we're talking about Delphi, aren't we?
  3. Sherlock

    Delphi 12 is available

    That really depends on the individual use case. For learning OOP with a Pascal flavor, D7 can be useful. For writing private Windows applications, that look "OK", Delphi XE2 is useful. For making money with Apps on current iOS...then any CE will be useless for several reasons.
  4. Sherlock

    Delphi 12 is available

    Someone who does not want to spend and does not want to make money with Delphi Community Edition, that is who. And that seems to be a surprisingly large number.
  5. Sherlock

    Delphi 12 is available

    I love the possibility to create and sell a monolithic exe, that can be dropped in a folder and just be executed, no installer necessary. That is of course not a distinguishing feature of Delphi, you could compile a C# application into a monolithic exe as well, but how often is that really done?
  6. Sherlock

    Firemonkey form not included in "Also snap to screen"

    Not that I am aware of.
  7. Sherlock

    Firemonkey form not included in "Also snap to screen"

    You should do this only for Windows environments. So be shure to wrap that in appropriate $IFDEFs in case you develop multi platform (what FMX is designed for).
  8. Sherlock

    NativeXML and tsdBufferWrite problems with 32k

    Try NativeInt for 32Bit and 64Bit compatibility...
  9. Phew. Congrats on that. Now you'll have to figure out if that was a one time glitch. Some future patches might rely on 22H2 being installed, which might leave your otherwise new computer ...um, looking old.
  10. Sherlock

    Delphi 12 is available

    Well Google has no right to gloat..."Ice cream sandwich"? Stupid names. Numbers rule! Delphi 12.0 - Done. Pure. Simple. No room for mistakes or errors. Other than Debian: Bullseye, Buster or Bookworm...which one is oldest?
  11. Aha, ok. Nope, still no error here. Using the demo sources selected at install time, everything works fine. Have you tried placing a break point in the pnlCreatePDFDrawingSVGClick method, to see when your crash occurs? Perhaps you don't have a PDF reader installed (very wild guess)?
  12. @Ralf7 I am not sure how to reproduce it. I created a new VCL project in D12. Activated SKIA...and now what? OK, now that I understood what this was about. I deleted the unnecessary code.
  13. Sherlock

    Delphi 12 is available

    I can see them now, brooding in their offices over a not so satisfactory IDE release, when suddenly one of them jumps up in excitement, shouting: "I got it!" Proceeding to invite everyone to a Teams meeting to spread the good news. When they all finally got together an extensive presentation with countless slides was skillfully delivered to the increasingly agitated peers culminating in roaring applause and a virtual high five by Mr. Popov himself, who had joined after hearing the good news. With his chest swollen with pride he then announced "So this is it then: Athens!"
  14. Have you tried undoing the update via Powershell yet? Details here: https://support.atera.com/hc/en-us/articles/360020477680-Uninstall-Windows-10-Updates-#h_01F0WXRRDN6R5S7NSCTF9P8V41
  15. I concur with @FPiette. Considering Windows 10 support and life will be over in two years, you would not want to upgrade then. Do it now, and be done with it. You just witnessed in the flesh what an "old" Windows can do...or rather what it can't. Just consider that a fair warning.
  16. Sherlock

    Code formatting in Delphi 12

    And equally a candidate for the Darwin Award...if there was a software category.
  17. Sherlock

    Try-Finally-end; & Exit??

    Just as a totally unqualified insertion: We are talking about the GOTO statement right? The one Dijkstra is rotating in his grave about? Ok, just checking. Carry on....
  18. Sherlock

    Access

    Could be that. I have no insight to the absolute inner workings of the forum software, but I have the impression the situation is sorted out anyhow. Or is there still some trouble @fastbike?
  19. So that is a VCL application? Because enabling SKIA in an FMX application will cause all rendering to be done via SKIA, independent of the components. Another difference to remember.
  20. Sherlock

    Delphi 11.3 : FORSAKEN

    More than ten years ago, right? Daily snapshots plus snapshots before an installation are the norm. And everyone who has ever whined about something broken in his "production environment" after installing this or that has gotten an earful about why they don't work on virtual machines. So one would think this particular issue should have become a no brainer...
  21. Sherlock

    Delphi 12 is available

    Correct me if I'm wrong, but has this problem not happened before? Parnassus stuff not running with two different installed Delphi versions. At least for me it does not sound new.
  22. Just to clarify: Have you not seen increases or other differences between Delphi 11.1 and 11.3? I mean, there was some work done there too. Why compare "some version along the way" to the newest, and not the last version before the new release?
  23. Sherlock

    Parnassus Bookmarks issue - again.

    That was always the trouble with that Parnassus stuff. BTW it is now Embarcadero stuff, and they should know better. -.-
  24. Sherlock

    True thread parallelism with P4D and Python 12

    You are absolutely right. Sorry about that.
  25. Sherlock

    True thread parallelism with P4D and Python 12

    Noice! And which breaking changes happened this time? Python is sweet when you need short scripts but a pain for large projects. I would like to see any one of our colleagues here with their million LOC projects using Python.
×