Jump to content

Dave Nottage

Members
  • Content Count

    1489
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Dave Nottage

  1. Dave Nottage

    Codex 1.1.0 released

    Thanks! I should have known there was a third-party group.. next time I'll post there 🙂
  2. Dave Nottage

    Before you ask: GExperts for Delphi 10.3 is not ready

    I am having only one issue (so far) when compiling from source: the "Insert A Favorites Entry in the File Menu" option in Favorite FIles Options is not persisted.
  3. Dave Nottage

    Access violations when closing the IDE

    I compiled from source for Rio - no AV on exit
  4. TStreamReader.Create (fileName) passes the flags as: fmOpenRead or fmShareDenyWrite Sadly, none of the overloads allow you to change this. Worse still: its counterpart TStreamWriter.Create can fail on platforms other than iOS because the flags don't include fmShareDenyWrite
  5. Dave Nottage

    Debugging in Android

    I have issues sometimes with older devices (not being able to debug), but on the whole no other issues. I use a VirtualBox VM running Windows 10, on my MacBook Pro running macOS 10.14.1. My current devices are a Nexus 5X and a Samsung Tab A 7 (SM-T380) One thing I will advise to anyone doing serious Android development is to become very familiar with a logcat viewer such as Monitor, which comes with the "original" Android SDK.
  6. Dave Nottage

    Where do I store my own images on Android?

    Is there an issue with using GetDocumentsPath (which in the deployment manager for Android translates to assets/internal), or subfolders thereof? Alternatively, use KodeZwerg's solution. GetHomePath in deployment manager translates to ., i.e. the root
  7. As you've discovered, "normal" permissions do not need to be requested at runtime, so there's no point in doing so.
  8. Dave Nottage

    Inline Variables Coming in 10.3

    I'm hoping DelphiAST is updated to handle it soon after Rio is released (or beforehand) :-)
  9. Dave Nottage

    RSS feeds

    OK.. now my aggregator detects a "keyword alerts" feed.. not exactly what I was after 😉 Edit: False alarm.. I need to learn how to use it better. No feeds at all still
  10. Dave Nottage

    RSS feeds

    How do you get an RSS feed? I can't seem to find any links indicating RSS.
×