Jump to content

Sherlock

Moderators
  • Content Count

    1245
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. Sherlock

    GetIt alternatives

    Ah, Delphinus. I remember that. Awesome project! But alas, all free projects collide with some restrictions of other "free" projects (note the different frees here). The following part just made it to much of a hassle for me (I am really lazy): That ended my brief foray into this great project. But it seems really well thought through and implements many of the ideas posted in this thread. Only downside is the Github monoculture.
  2. Sherlock

    Filtering ListBox Items

    Every single line of code you need is in your example...just remix it to do what you want. Edit: Or just take @Lajos Juhász code. But I strongly suggest trying to understand, what is being done there.
  3. Sherlock

    Filtering ListBox Items

    Isn't it up to you which items you put in the list? "Any way" could also imply to just filter yourself.
  4. When this happens again try following what files are sought via ProcMon.
  5. Sherlock

    Delphi 12 Welcome Page: Open Recent

    I too consider this to be a valid question for this forum. Alas I am unaware of any ways to change the behavior of this. Perhaps the Wuppdi welcome Page has something to offer?
  6. Oh, goody! I was actually looking for that, when I was interrupted....and forgot about it
  7. Consider looking at other projects tests. For example the tests in DUnitX itself: https://github.com/VSoftTechnologies/DUnitX/tree/master/Tests or DWScript: https://bitbucket.org/egrange/dwscript/src/master/Test/ or SKIA4Delphi: https://github.com/skia4delphi/skia4delphi/tree/main/Tests and last but not least Synopses mORMot: https://github.com/synopse/mORMot2/tree/master/test and kinda out of competition there is this: https://github.com/NickHodges/DelphiUnitTests a noble initiative to create and collect unit tests for Delphi itself... sadly it did not take flight.
  8. Sherlock

    Delphi 12 IDE, auto-formatter mutilates generics

    Sorry about that, that was just my humorous side getting the better of me, I know there will be no Version 13 - but if there ever was, it would aptly be named after a town with a "witch problem".
  9. Sherlock

    Delphi 12 IDE, cannot create regions

    Unsure if anyone managed to create a report yet, so here is my take on it: https://quality.embarcadero.com/browse/RSP-43855
  10. Sherlock

    Delphi 12 IDE, auto-formatter mutilates generics

    I'm sure they're working on it for Delphi 13 codename "Salem". (Edit: Please ignore this, if you are looking for facts!) But for now https://docwiki.embarcadero.com/RADStudio/Athens/en/What's_New#Moving_Deprecated_Features and because the formatter is not explicitly mentioned here, it's deprecated through the modeling support.
  11. Sherlock

    Delphi 12 IDE, auto-formatter mutilates generics

    Yeah, the formatter is no longer maintained, marked as deprecated and should be handled with caution. Aside from that, you may highlight a specific code section and format only that. Or you could go a different way and choose to use the GExperts code formatter. It knows source directives to prevent code formatting.
  12. Sherlock

    Delphi 12 IDE, cannot create regions

    Jupp, same here. The "Surround" command is always grayed, no matter which context.
  13. Sherlock

    Delphi 12 is available

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

    Delphi 12 is available

    D'uh! But we're talking about Delphi, aren't we?
  15. 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.
  16. 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.
  17. 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?
  18. Sherlock

    Firemonkey form not included in "Also snap to screen"

    Not that I am aware of.
  19. 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).
  20. Sherlock

    NativeXML and tsdBufferWrite problems with 32k

    Try NativeInt for 32Bit and 64Bit compatibility...
  21. 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.
  22. 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?
  23. 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)?
×