Jump to content

Dave Nottage

Members
  • Content Count

    1356
  • Joined

  • Last visited

  • Days Won

    30

Dave Nottage last won the day on July 11

Dave Nottage had the most liked content!

Community Reputation

530 Excellent

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

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

  1. Dave Nottage

    macOS SDK

    That's a different scenario to what you first described. What issues? These days Xcode has only the SDKs that are shipping at the time of the release of that version of Xcode. If you're using the Community Edition (as indicated in your Delphi Praxis profile), it should work with the current version of Xcode anyway, so it might be easier to resolve the issue you mentioned.
  2. Dave Nottage

    macOS SDK

    Do you mean SDK Manager? The transfer process does not re-transfer anything that already exists. Even if it did, I expect that would be a problem only if it takes a long time to transfer them.
  3. Dave Nottage

    Delphi 11.3 issue with iOS Today Extension widgets

    Anyone who is interested in the work in progress (which is being tested now) should message me privately.
  4. Dave Nottage

    Android upcoming 16 KB page sizes support

    A perfect scenario to add to the Quality Portal. Make sure you first search for any existing reports 🙂
  5. Dave Nottage

    Weird new IOS Issue-

    Yes, to both. Have you tried another URL?
  6. Dave Nottage

    Weird new IOS Issue-

    Using a URL I can reach, the code works fine for me
  7. Dave Nottage

    Weird new IOS Issue-

    Your example code does not have any calls to Assign or Reset. Having said that, why are you using long deprecated file access methods? TStringList has LoadFromFile and SaveToFile methods. It might help to show an example that focuses just on GetDocumentsPath and the file access parts, if that's what is failing
  8. Dave Nottage

    Delphi 11.3 issue with iOS Today Extension widgets

    I had not actually read Chris' article - I was aware of most of the process, however I did not realise the issues regarding building for App Store. That puts a whole new slant on things. I'd like to be able to automate as much as I can (via Codex/Mosco) That's great! I'm sure to need testers and feedback.
  9. Dave Nottage

    Delphi 11 Google Play Billing v6

    Looking at the differences in the source code for FMX.InAppPurchase.Android.pas between Delphi 11.3 and 12.1, I'd say yes.
  10. Dave Nottage

    Delphi 11.3 issue with iOS Today Extension widgets

    Yes... ...if by: "image in the payload", you mean: "a url to an image in the payload" As inferred in the earlier messages, doing so in a Push Notification is possible only by using an App Extension (in this case, a Notification Service extension) which needs to be an Xcode project. I've been ruminating over the best way to make the process as painless as possible, by providing a template Xcode project of which hopefully only a couple of properties need to be changed to match the Delphi project. As with other projects that require the user to follow a bunch of steps to integrate the solution, I'm apprehensive over the number of inevitable enquiries as to how to make it work.
  11. Dave Nottage

    Weird new IOS Issue-

    I'm unable to reach that URL at all.
  12. Now I can reproduce the problem. Might be to do with the number of controls and/or alignments. I suggested reporting the bug.
  13. Using the arrangement you described, I am still unable to reproduce this.. ..using the same version of Delphi.
  14. Dave Nottage

    "for i in" goes in reverse

    Please keep the profanity out. Delphi treats the constant in that statement as a set. See this.
  15. They may mean in the Project Options - these are the defaults:
×