Jump to content

Leaderboard


Popular Content

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

  1. aehimself

    Updating a JSON file with THTTPClient

    Maybe you think of FTP, but HTTP does not work this way. You need a receiver script / application on your web server which will receive and save that file.
  2. Anders Melander

    ANN: Better Translation Manager released

    Resolved. You can download the new version here: http://melander.dk/download/amTranslationManagerInstall-1.3.8055.21506.exe
  3. Edwin Yip

    Frequent and/or annoying typos you make while coding

    This is where GExperts Code Proofreader come to rescue. I couldn't code without it. When I encounter situations like what @dummzeuch described, I don't disable it, doing that is like a Chinese old saying: ;) You can get around it, can't you? For instance, use another var name instead.
  4. David Heffernan

    List index out of bounds(1)

    sList[1] is likely the issue because sList contains 1 or fewer items. Use the debugger to confirm. Those calls to ProcessMessages look likely to cause you problems. If.not now, some time in the future.
  5. dummzeuch

    Frequent and/or annoying typos you make while coding

    There is the GExperts Code Proofreader expert which supposedly can correct typos like Heigth to Height etc.. Unfortunately it sometimes does more harm than good by "correcting" words that only look like some words it knows about but are spelled differently (e.g. I tend to use abbreviations for variables of enum types like "tnue: TreeNodeUserEnum" which then gets "corrected" to "True".) It can be set to beep when correcting but that goes on my nerves quickly, so I usually turn it off again.
  6. David Heffernan

    Tries to convert from D7 to D10

    There are likely to be other errors in such a migration. It pays to understand.
×