Jump to content

Typer2

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by Typer2

  1. Typer2

    creating a frame at runtime

    When using frame inheritance, be aware that running Delphi at high DPI can cause issues, which might negatively affect the layout and functionality of your frames. To avoid these issues, you can run Delphi in DPI-unaware mode: "C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\bds.exe" /highdpi:unaware
  2. I have created and deployed an FMX based macOS application. Initially this application works without issues, but now I want to include a command line utility that I intend to call from within the main application. I have compiled this utility with make and used codesign on the Mac (and verified it) and then copied it to my Windows machine in order to add it to the Deployment with my Delphi project. But with this setup the deployment fails with: [PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign" -o runtime --timestamp --entitlements "/Users/me/PAServer/scratch-dir/def/MyApp.entitlements" --deep -s "MyCompany" -f "/Users/me/PAServer/scratch-dir/def/MyApp.app"' (Error 1) [PAClient Error] Error: E0264 /Users/me/PAServer/scratch-dir/def/MyApp.app: main executable failed strict validation [PAClient Error] Error: E0264 In subcomponent: /Users/me/PAServer/scratch-dir/def/MyApp.app/Contents/MacOS/utility Is there anyone who has successfully did something similar? What might be the problem here? Any help is appreciated!
  3. After some more digging into the problem, I finally realized the utility was corrupted after moving it from Mac to Windows, using FileZilla. First compressing it solved the problem.
  4. Typer2

    Zoom gesture on macOS not working

    I am looking for a way to support the zoom gesture on a MacBook by using the trackpad, but even the basic ImageZoom demo doesn't seem to work. C:\Users\Public\Documents\Embarcadero\Studio\22.0\Samples\Object Pascal\Mobile Snippets\InteractiveGestures\ImageZoom The documentation says: "The interactive gestures are multi-touch gestures (Zoom, Rotate, and so on) that are equivalent to System Gestures on Windows, and to Gestures on macOS, iOS, and Android. Every time the fingers move on the touch surface, an OnGesture event is fired." Is this not supported, or am I missing something?
  5. Typer2

    Zoom gesture on macOS not working

    I have just upgraded to Delphi 12 and the issue is indeed still not solved. Zoom is a vital part of my software as it is aimed at designers, so I will report this bug.
×