Jump to content

Lars Fosdal

Administrators
  • Content Count

    3416
  • Joined

  • Last visited

  • Days Won

    113

Everything posted by Lars Fosdal

  1. Lars Fosdal

    Removing String

  2. According to some googling, there appears to be methods of converting a .cer file to a .pfx file.
  3. Lars Fosdal

    RAD Studio 10.4.2 crashes upon exit

    Staying up-to-date, with the latest stable versions of your libraries, is usually a good idea! If you have proper unit and integration tests, keeping current should be low risk.
  4. Lars Fosdal

    New proyect in Delfos

    @corneliusdavid Perhaps for solo developers, but for a corporate team I would struggle if I was to defend it as a choice.
  5. Lars Fosdal

    New proyect in Delfos

    Who would select to use a closed source backend that doesn't scale, when there are multiple options - of which several have a free tier?
  6. VS Code + C# Dev Kit + .NET MAUI extension for C# Dev Kit is pretty cool. .NET cross platform GUI development on Windows, Mac & Linux. Your Operating System Supported Target DEBUG Platforms Windows Windows, Android macOS Android, iOS, macOS Linux Android You can argue that this is not an editor capability - but well, it is a pretty nifty editor that allows pretty nifty integrations. See also
  7. Lars Fosdal

    Pos, SplitString

    Ok, that is pretty neat!
  8. Lars Fosdal

    Debug output

    Tools | Options | Debugger | Event Log Event Log Options - RAD Studio (embarcadero.com)
  9. Lars Fosdal

    Delphi 12 is available

    It has progressed to the Bronze Age...
  10. Lars Fosdal

    TMS: Component compilation error

    Odd - we also use the TMS VCL UI Pack - but I've never noticed that problem when having two Delphi versions installed in parallel. Perhaps because we don't use runtime packages in our code?
  11. I love BC, but using GitKraken, the built in comparer there is pretty nice as well.
  12. Lars Fosdal

    SonarDelphi v1.0.0 released!

    I've used Peganza Analyzer every time I had to get to know a new code base. Now, I haven't changed jobs for a long time - so the last license I have is for PA v. 4.x. Perhaps it is time to get the Expert? Then again - I write a lot less Delphi code these days, as work pushes me in different directions.
  13. Lars Fosdal

    Pos, SplitString

    @corneliusdavid I replaced shortest with most readable years ago. 😛
  14. Lars Fosdal

    Pos, SplitString

    Result := MyString StartPos := Pos('<', Result); if StartPos > 0 then Delete(Result, StartPos, Pos('>', Result) - StartPos + 1); Something like this? Note that it doesn't handle a missing '>', nor does it trim.
  15. Lars Fosdal

    SonarDelphi v1.0.0 released!

    Featurewise - how does Peganza Pascal Expert hold up to TMS FixInsight?
  16. Lars Fosdal

    The future of Delphi

    Two and a half year later... I still want the above.
  17. Lars Fosdal

    Skia Print Preview and Print in Delphi 12?

    Perusing the source code, it appears that a Print capability is supported. Regular FMX doesn't have print preview, so I doubt there is SKIA support for that.
  18. Lars Fosdal

    Delphi 12 is available

    I bet that many of those will also recognize the western calendar years. Brgds, a Wood Dragon.
  19. Lars Fosdal

    Delphi 12 is available

    Ref, next major version of Delphi... Triskaidekaphobia IS to be trifled with 😛 I do wish more companies would simply adopt a calendar centric version. RAD Studio <year>.<release>.<patch>.<build> I also wish that the minor releases could be installed in parallel!
  20. I don't use packages except those that exist by default compile time, so I haven't really seen it as a massive problem, but yes - any list that needs a scrollbar, probably also needs a filter.
  21. Lars Fosdal

    Create an animated gif from a set of bitmaps?

    Not to forget, FMX+SKIA+LOTTIE files.
  22. Lars Fosdal

    Bringing the IDE automatically to the foreground?

    What drives me nuts, is the UACs that flashes the icon but doesn't bring the window to front. There are Windows settings that can affect the bring to front behaviour. Also, Windows drivers and layout management tools can affect the behaviour.
  23. It has no filter box as far as I can tell.
  24. Please make a complete compilable executable example. The listed code does not illustrate proper generic references. It is not clear what you are trying to achieve, it being manipulating an input value or an internal value, nor what value you are trying to modify. If you are using pointer references to modify values, your code isn´t really generic anymore.
  25. Have you filed a feature request in QualityPortal?
×