Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/25/23 in Posts

  1. Firstly, let me say that my work on SynEdit has moved back to pyscripter/SynEdit for reasons explained here. The newest enhancement to SynEdit is accessibility support. Now, SynEdit fully supports screen readers such as Windows Narrator and NVDA. The support is much better than, for instance, in Visual Studio Code. The implementation is not based on the older Microsoft Active Accessibility (MSAA), but on the newer Microsoft UI Automation. Microsoft UI Automation has been around since 2005 and is available to all Windows versions, since Windows XP. In addition to making applications accessible, it can also be used by automated UI testing tools. Despite been available for almost 20 years, Delphi does not provide the relevant header translations (See RSP-41898), which complicated the implementation. I also could not find any other complete Delphi implementation of UI automation. So, the SynEdit implementation may serve as a guide to how to implement UI Automation in other controls. Further details can be found here.
  2. Dave Nottage

    Paste image from clipboard : RGB becomes BGR on IOS 64 bits ?

    The fix in 11.2 is essentially the same as was suggested. The problem is that UIImageToBitmapSurface was not fixed, as opposed to UIImageToBitmap (directly below it), which was.
  3. Wagner Landgraf

    Delphi REST frameworks that run on Linux?

    The point of the topic is moot, as you’re wrong. TMS XData does support Linux.
  4. Patrick PREMARTIN

    macOS Ventura 13.4.1, any comments ?

    I have a MacBook Pro from this year too, in Catalina, and each time I restore the OS, I add manually the old Xcode release pour macOS Catalina SDK, but it can't be used for iOS development. Xcode 15 is a beta software available only for latest macOS beta release. Don't use it for publishing Delphi projects until it's final release.
  5. Fr0sT.Brutal

    Delphi REST frameworks that run on Linux?

    Check out the list in my signature
  6. mvanrijnen

    Delphi REST frameworks that run on Linux?

    Things like: * RadServer * MARS
  7. $(SanitizedProjectName) gives the name of the project without extension.
×