Jump to content

ToddFrankson

Members
  • Content Count

    31
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ToddFrankson

  1. ToddFrankson

    Weird new IOS Issue-

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

    Weird new IOS Issue-

    I never had to set anything before. Especially in the sandbox.
  3. 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
  4. 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
  5. 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.
  6. 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
×