Jump to content

Dave Nottage

Members
  • Content Count

    1652
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Dave Nottage

  1. In the released version of Delphi 12, the folder is: C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidSDK-2525-23.0.50491.5718
  2. It's done for both iOS and Android, but for Android just for Delphi 12. For iOS, either 11.3 or Delphi 12.
  3. I've now pushed the changes to support User Messaging Platform (UMP). Support for Android is via Delphi 12 only. I strongly suggest reading the readme, paying attention to the details.
  4. Looks like it's going to be a Delphi 12 only kind of thing at least for Android, as using the current implementation of User Messaging Platform needs jar libraries that are included with Delphi 12. It might be possible to add the required jar libraries and "disable" the older ones in Delphi 11.3, however it is becoming too messy. I'm now working on doing some cleaning up, re-testing and documentation - might be done before the end of the weekend.
  5. Dave Nottage

    Getting Win 11 in Delphi

    Using TOSVersion: IsWindows11 := (TOSVersion.Major = 10) and (TOSVersion.Minor = 0) and (TOSVersion.Build >= 22000); (At least until Windows 12?) Where IsWindows11 is a Boolean.
  6. That library is connected with push notifications, and is not related to UMP (User Messaging Platform). That I am, and thanks! A progress update: I have some code working in Android, though the process of integrating the support is not exactly pretty - it's something that really should be built into the IDE. More later..
  7. There is no reason for your application to do anything if you tap a notification that is meant for other applications. What do you mean by "closes abnormally"? Does it crash with no error messages? Have you used the Console app to check for log messages that might help determine why your app crashes?
  8. I'm working on adding this to the Kastri library - it might be ready in a few days time.
  9. Dave Nottage

    How to Clear TWebBrowser

    Navigate('about:blank');
  10. More or less, yes 🙂 Updating would be for far more important factors than those warnings
  11. Yes - update to Delphi 12. If that's not an option, and unless you're having problems with Play Store due to the warnings, it's pointless to do anything.
  12. Thanks for the heads up!
  13. Dave Nottage

    Install failed older sdk

    You might be interested in this: https://github.com/DelphiWorlds/HowTo/tree/main/Solutions/AndroidLowerVersions
  14. This applies only when generating an application for uploading to Play Store (.aab file). If you're in "development mode" and your device supports 32-bit only, just select Android 32-bit as the target.
  15. By default SVGIconImageList uses a different library from Skia on Windows, namely Image32
  16. Then it does not have Skia enabled
  17. Try running it on a machine that does not have Delphi 12 installed.
  18. Dave Nottage

    Quality portal access gone for me ?

    It was "up" for a while.. now "down" again for the last 5 hours. I have a service that monitors QP for new reports. Because of the constant outages, I'm working on having a page published with a "current status", that uses the service. In the meantime, this gives the details in JSON.
  19. Dave Nottage

    Quality portal access gone for me ?

    QP has been "down" for the last 48 hours - the relevant people were notified about an hour after the problems started.
  20. It's likely because you have an incompatible JDK present on the machine. This is a potential fix: 1. Make sure JAVA_HOME environment variable is set to the Adoptium JDK: JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot 2. Add missing build-tools by going to: C:\Users\Public\Documents\Embarcadero\Studio\23.0\CatalogRepository\AndroidSDK-2525-23.0.50491.5718\cmdline-tools\latest\bin In a command prompt and issue these commands: sdkmanager “build-tools;33.0.2” sdkmanager “platforms;android-33”
  21. Dave Nottage

    Script Errors galore when launching Delphi

    Ouch. I'll look into what else you might be able to do
  22. Dave Nottage

    Script Errors galore when launching Delphi

    The Embarcadero website might have changed where the scripts it attempts to execute are not supported in the embedded IE browser in the IDE. Disable the Welcome Page and it'll probably go away.
  23. Dave Nottage

    Delphi 12 is available

    Exclusion happens when you attempt to join. GotoWebinar has a limit of 3000 attendees (Enterprise level). Once the limit has been reached, it refuses subsequent attempts to join.
  24. Dave Nottage

    Delphi 12 is available

    Going by the last couple of CE releases, not for at least several months, probably after at least update 2.
×