Jump to content

Dave Nottage

Members
  • Content Count

    1646
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Dave Nottage

  1. Dave Nottage

    Is it possible to stream my phone to my laptop?

    Not OBS (at least as far as I can tell), but I use this on Android: https://play.google.com/store/apps/details?id=com.ipphonecamera&hl=en&gl=US I thought they had an iOS version, but I could be mistaken. Can't seem to find it on the App Store.
  2. Dave Nottage

    Get Unique Device Identifier under iOS Delphi 12

    On iOS, it is common practice to use the identifierForVendor method of the UIDevice class. This value is guaranteed to remain the same for the life of the install (i.e. if the user uninstalls/re-installs your app, it may change). This code shows how to obtain it as a string.
  3. Just the DLL? Builds for release OK here. GExpertsRS120.zip
  4. Dave Nottage

    Current state of the Embarcadero services

    Working OK here in 12.0. They're apparently still working on resurrecting GetIt for 11.x
  5. Must be having memory issues - see this QP report. My only excuse is that it's from May last year.
  6. Dave Nottage

    Ummmm. What!!

    Does it happen with a blank project? Either way, can you post the source here?
  7. Yes, they did: https://quality.embarcadero.com/browse/RSP-43324
  8. Dave Nottage

    Current state of the Embarcadero services

    It's working for me (in the IDE) from here.
  9. What does JAVA_HOME show as, and do you have C:\Program Files\Eclipse Adoptium\jdk-11.0.14.101-hotspot\bin (or a variation thereof, depending on the hotspot version) in the PATH variable? Do you have anything else in the PATH that points to some other JDK?
  10. Creates .caf files by recording audio? You realise you can record to AAC format on iOS, which can be played on Android?
  11. Dave Nottage

    iOS 17

    I don't know, sorry.
  12. For photos, it's via SelectorImageStreamHandler. Videos are yet to be supported - thanks for the reminder 🙂 Edit: I've opened this issue in Kastri.
  13. It works on Android and iOS. That comment is from 3 years ago, and the implementation has changed since then
  14. This might be what you are after: https://github.com/DelphiWorlds/Kastri/tree/master/Demos/FilesSelector
  15. If this is the same issue as I encountered a few months ago (I really should have kept notes), then it's because the Files app ignores singleTask for launchMode and attempts to start a new activity, and Delphi does not support starting a completely new activity in the same app. This is an SO discussion about it being a problem also using Java. I seem to recall that I was going to try and work around it by constructing an Activity in Java, and have it forward the intent to the Delphi app, not trying to start it again if it was already running, of course. I am yet to do anything like that as it's not a priority for me.
  16. This may be what you're after: https://github.com/synopse/mORMot/blob/master/SynCrtSock.pas
  17. Dave Nottage

    Delphi 10.4 on Xcode 15 and iOS 17 - Crash on start

    Only on iPad, or does it crash on iPhone, too? Does it crash immediately on startup?
  18. Dave Nottage

    Looking for License Plate Recognition library

    Not sure how "good" it is, however you might like to look at: https://github.com/r1me/TOpenALPR Incidentally, that took less than a minute of Googling. I had heard of the library before though, so I knew it was somewhere...
  19. Dave Nottage

    JEDI VCS add-in for Delphi

    I have a client who is using JEDI VCS and would like to use the add-in for Delphi, however there is as yet no version for Delphi 11. They have attempted to contact Uwe Schuster, however there has been no response. Does anyone know whether anyone has access to the source that can build the add-in for Delphi 11?
  20. Dave Nottage

    Kastri and Camera Erro Demo Project

    Are you using the demo (the BarcodeReaderD11 project should work in Delphi 12) or your own project? If it's your own project, have you followed the instructions as per: https://github.com/DelphiWorlds/Kastri/tree/master/Demos/BarcodeReader#vision-libraries
  21. TOpenDialog is the class. Vcl.Dialogs.pas is the file containing that class
  22. Dave Nottage

    Delphi 10.4 on Xcode 15 and iOS 17 - Crash on start

    This is a separate, and known issue - currently no debugging from Delphi for iOS 17 devices. Any reason why you're not using Delphi 12? Are you planning to deploy the app to the App Store? You can ensure you receive a proper SDK import (usually) by following these steps: On the Mac, under the ~/PAServer/scratch-dir folder, remove any folders starting with cache-dir- On the Windows machine, delete the SDK folder from C:\Users\(username)\Documents\Embarcadero\Studio\SDKs where (username) is the logged in username In the Delphi SDK Manager, delete the SDK, then re-add it. I added "usually" because that might not be the case for Delphi 10.4 and current iOS SDKs. If you're targeting mobile, you really should stay current.
  23. Dave Nottage

    Delphi 10.4 on Xcode 15 and iOS 17 - Crash on start

    This might be a better description:
  24. Dave Nottage

    Delphi 12 - TEdit: Android App Strange Behavior

    See this report: https://quality.embarcadero.com/browse/RSP-43383
×