Jump to content

ToddFrankson

Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. ToddFrankson

    Mobile Zoom & Pan

    I have been looking into Zoom and Pan on mobile.... Almost every example I find involves zooming and panning an Image... Anyone have an example using a TVertScrollBox and the components on it?
  2. ToddFrankson

    Weird new IOS Issue-

    Yes, several files. Everytime I get a cannot write..... user doesn't have sufficient rights error, only displaying when I specifically show the error in a message. When I remove the try except, the file doesn't exist to open. I just spent the day on the main project, using message dialogs to find this out. I am now using temppath.
  3. ToddFrankson

    Weird new IOS Issue-

    Ios 17.5.1? 17.5 sdk?
  4. ToddFrankson

    Weird new IOS Issue-

    The failure Occurs in the code i posted with the Stringlist.SavetoFile. No ERROR PRESENTED. I had to wrap almost everything with message Dialogs to find the failure. I tried Assign /reset just on a whim . I have attached a new unit.pas. On line 92 & 93 put a URL you know you can get too. Unit1.pas
  5. ToddFrankson

    Weird new IOS Issue-

    So, I have figured out my problem. Please alter the code with a web page you can hit. It seems that IOS No longer likes Getdocumentspath....A Stringlist failed to write to it, using Assign and reset failed to open or read the file.... All in development mode. Can anyone check this?
  6. ToddFrankson

    Weird new IOS Issue-

    Can Anyone else get to this website https://gis.cravencountync.gov/images/activebookings.html ?
  7. ToddFrankson

    Weird new IOS Issue-

    Interesting. It's a local county government page.
  8. ToddFrankson

    Weird new IOS Issue-

    I never had to set anything before. Especially in the sandbox.
  9. ToddFrankson

    Weird new IOS Issue-

    So, I have been working on a multi platform project, that has worked fine on Windows Android and IOS. IOS just updated to 17.5.1 The code works fine Prior to the update, but not after. I use TNetHttpClient to do a get of a web page. Prior to the Get, a Head returns just fine, to ensure internet access. I made a simple sample of the code. tap a button to initiate the Get and load the same page in a Twebbrowser. Can anyone text the attached code and tell me why the Get doesn't "get"? And why it works fine Prior to 17.5.1, and on all other platforms?? When the button is clicked, the Webbrowser browses the page, and the memo never gets filled. AndroidManifest.template.xml Entitlement.TemplateiOS.xml info.plist.TemplateiOS.xml Project1.deployproj Project1.dpr Project1.dproj Project1.dproj.local Project1.dsk Project1.identcache Project1.res Unit1.fmx Unit1.pas
  10. ToddFrankson

    Payment - Monetization - Good international PSP

    Do you have sample code of the paypal processing? I want to use paypal for a project and need guidance. Not to well versed in JSon
  11. Interesting. Let me post my Sample project. see if that does it. I used android 32 on a Motorola Edge (2020) and a Samsung Galaxy S22 64 bit. Haven't tried IOS yet. I have a screen recording, but the file is to large to post here. test.deployproj test.dpr test.dproj test.dproj.local test.dsk test.identcache test.res Unit1.fmx Unit1.pas
  12. After a bit more looking into it, It occurs for me on android when I have a tabcontrol, within a tabcontrols Item Tabcontrol L Item1 L Item2 L Tabcontrol2 L Item1 L Vertscrollbox Add a few group boxes, enough to scroll Add 2 edits to the top group box, Tap into it then scroll.
  13. I have the same issue since about 3 weeks ago in one of my apps: List index out of bounds (3) TList<FMX.Controls.TControl> range is 0..2 I have a Tabcontrol, with 3 tabs. 1 tab has a VertScrollbox. I dynamically create 24 group boxes, each with either 1 edit, and 1 text or 2 of each in it. Groupboxes are aligned to the top All children of group boxes are aligned to the top. Running on windows, no error. Run on Android, the error occurs every time an edit had focus (Cursor in the edit, keyboard displaying), but the scroll works fine after that selected edit has gone off screen, either top or bottom. Happens the first time, meaning if I scroll up and get the error, I scroll down passing the top, no error. if I tap outside of the edit, no error, ever. It just started last week with this little utility I am putting together for a friend. I can't debug it because I can't find where the error is originating, IE-Groupbox,Scrollbox, etc., since it is a generic tcontrol error. Like somewhere a count was not set to the right number of controls. Delphi 12 Version 29.0.51961.7529
×