Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/21/21 in all areas

  1. Uwe Raabe

    Apache Module with TDataSet Needs Wait Cursor

    You can use the console cursor even in a VCL or FMX application. So setting the provider to Console should work in all cases.
  2. Be careful, the above code is NOT thread safe. If you have multiple threads using the same logger you'll end up crashing said thread due to unhandled exception in the exception handler or simply corrupting your log file. It's good for single threaded applications, though. Edit: Having a second look I'd vote against this method in general. If you know you will dump everything in a file no matter what it's better to write to that file and read it back all up if you want to display it in the UI. This way you are simply wasting resources, especially if your log file grows large. Also, appending to a memo has it's performance penalty which is extremely painful if items are arriving rapidly.
  3. Edwin Yip

    TBCEditor text editor component

    Great news! It seems that TBCEditor is coming back as open open source again as github.com/TextEditorPro/TTextEditor But looking at the texteditor.pro site, but quite sure the github repo is by Lasse the same author of the old TBCEditor. Not sure what improvements has been brought by the new version and but it seems doesn't support CJK characters, pity...
  4. Scooter Software has a full time Delphi developer position available, working on Beyond Compare, our file and folder comparison utility. Details available at https://www.scootersoftware.com/index.php?zz=job_opening
×