

ToddFrankson
Members-
Content Count
83 -
Joined
-
Last visited
-
Days Won
1
ToddFrankson last won the day on November 29 2024
ToddFrankson had the most liked content!
Community Reputation
9 NeutralAbout ToddFrankson
Technical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
D12.3 with latest patch. No OSX debugging suddenly
ToddFrankson replied to ToddFrankson's topic in General Help
Dunno what it is, when I have an issue, I post, and 2 hours later the issue goes away. -
I patched Delphi with the latest patch. No issues until yesterday. Yesterday, debugging on my mac ceased. The breakpoint hits, Delphi freezes, then shows the "Wait"/"Terminate" button. Clicking wait causes the IDE to repeat the message after a few seconds. Then the app closes, and the IDE runs it again..... Any ideas??
-
Why i haven't Android SDK after intall RAD Studio 12?
ToddFrankson replied to Anna Blanca's topic in Cross-platform
Try right clicking on "Libraries" under Android 64 and Android 32. Select "Revert System Files to Default" -
I ran the installer from Getit. My PAServer on the Mac worked fine without any changes. I looked in the PAServer Directory and the "new" PAServer for the mac had the date of the 12.3 upgrade.
-
I have that checked. Maybe unchecking it will help
-
I haven't installed anything recently. Last I installed anything was from Getit back at 12.0
-
This just started. Happens when I close Delphi (With or without opening a project) I get this error message:
-
Today's Delphi IDE new feature- No Debugging on android
ToddFrankson posted a topic in Delphi IDE and APIs
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... -
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
-
New additional tool for Android available in 12.3
ToddFrankson replied to TurboMagic's topic in Cross-platform
It's already in Getit -
Does anyone know a delphi component that can play videos from a stream
ToddFrankson replied to ToddFrankson's topic in VCL
I've been working with him to get them up and running. Haven't had the time to get back with him -
Android. TDirectory.GetFiles('/storage/emulated/0/DCIM/Camera') returns an empty list
ToddFrankson replied to dmitrybv's topic in Cross-platform
I'm no expert but that looks like you have not gotten permissions. -
Android only shows the FMX logo for my app
ToddFrankson replied to GabrielMoraru's topic in Cross-platform
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. -
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
-
Does anyone have recommendations for a MacOS installer? Something along the lines of Installshield for Mac??