Jump to content

ToddFrankson

Members
  • Content Count

    79
  • Joined

  • Last visited

  • Days Won

    1

ToddFrankson last won the day on November 29 2024

ToddFrankson had the most liked content!

Community Reputation

9 Neutral

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. ToddFrankson

    D12.3 Error when closing

    I have that checked. Maybe unchecking it will help
  2. ToddFrankson

    D12.3 Error when closing

    I haven't installed anything recently. Last I installed anything was from Getit back at 12.0
  3. ToddFrankson

    D12.3 Error when closing

    This just started. Happens when I close Delphi (With or without opening a project) I get this error message:
  4. All of a sudden, No Debugging on android. I've rebooted both the laptop and the phone..... 32 bit-I see the blue dots and my breakpoints. 64 bit-only breakpoints..... Somedays I hate Delphi, today is one of them. And it gets better. No breakpoints work unless it's user initiated. Click a button, Breakpoint in the event works fine. Put a breakpoint in an oncreate event---crickets...
  5. ToddFrankson

    Strange IB connection issue

    Check that the network card isn't powering down to save electricity. Windows is starting to set that stuff on it's own after updates. It now "shuts down" the monitor to save power after the screen saver is on after a few minutes, and there's no way to change that on, but a network card put to sleep can be overridden
  6. ToddFrankson

    New additional tool for Android available in 12.3

    It's already in Getit
  7. ToddFrankson

    Does anyone know a delphi component that can play videos from a stream

    I've been working with him to get them up and running. Haven't had the time to get back with him
  8. I'm no expert but that looks like you have not gotten permissions.
  9. ToddFrankson

    Android only shows the FMX logo for my app

    Delphi 12 does not explicitly support Android 8. Androids SDK and NDK change all the time and things that worked with earlier versions of Delphi may or may not work now. It has more to do with Android and it's changes than Delphi.
  10. ToddFrankson

    Delphi, MacOS and dmg file

    I am distributing outside of the Apple Store for this Macos product. I need to install the app and its supporting files in a specific way. Pkg files don't do that, and I could add it to the app though, on startup... Just would prefer a real look and feel installer
  11. ToddFrankson

    Delphi, MacOS and dmg file

    Does anyone have recommendations for a MacOS installer? Something along the lines of Installshield for Mac??
  12. ToddFrankson

    Delphi 12.3 is available

    Me Either.
  13. ToddFrankson

    MacOS and Locking a File

    Me too. Some of the other platforms make no sense to me. Especially the API's
  14. ToddFrankson

    MacOS and Locking a File

    Thanks, I found that too. I was hoping it was not accurate.... Now to look for another way to do what I need....
  15. ToddFrankson

    MacOS and Locking a File

    So I use the following code on windows: ... FileMk:THandle ... If ((FileMk=INVALID_HANDLE_VALUE ) and System.SysUtils.FileExists(tempName)) then FileMk:=FileOpen(tempName,fmExclusive or fmShareExclusive); ... Works Fine on windows. For the average person they can't copy the file, open the file, rename the file, etc.... It doesn't work on MACOS. I have been looking all over the interwebs and really haven't found much. Does anyone know how to accomplish the same feat on MacOS?
×