Jump to content

Dave Craggs

Members
  • Content Count

    105
  • Joined

  • Last visited

Community Reputation

7 Neutral

Recent Profile Visitors

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

  1. Dave Craggs

    Modelmaker integration

    Fantastic. That has cracked it. Many many thanks Uwe. Dave
  2. Dave Craggs

    Modelmaker integration

    This is very confusing. This is what is in HKEY_CURREJNT_USER 19.0 was missing but I added it HKLM is not have a BDS entry I added one But still no joy.
  3. Dave Craggs

    Modelmaker integration

    HKEY_CURRENT_USER Interestingly Modelmaker on my new dev notebook has no Delphi IDE's listed. I did try reinstalling MM.
  4. Dave Craggs

    Modelmaker integration

    BDS\19.0 was missing I added this But still no joy 😞
  5. Dave Craggs

    Modelmaker integration

    Hmm - I did uninstall an old version of Delphi recently possibly 10.2. Would that have done it?
  6. Dave Craggs

    Modelmaker integration

    That's odd. I am missing Delphi 10.2 Tokyo.
  7. Dave Craggs

    Modelmaker integration

    Using Modelmaker 11.11.0 build 5488
  8. Dave Craggs

    Modelmaker integration

    Looking at IDE integration the list only goes up to Delphi 10.1 Berlin. I though your tool integrates with Delphi 10.2.
  9. Dave Craggs

    Modelmaker integration

    It's just the locate in Delphi button is greyed out. I worked a week or so ago.
  10. Dave Craggs

    Modelmaker integration

    HI, I am using Modelmaker and Delphi 12.2 The Modelmaker integration expert has been working well, but just recently I can't use the locate in Delphi button, it is just greyed out. The Modelmaker integration option in Delphi work though. Any ideas? Is there something obvious I have missed?
  11. Dave Craggs

    MSGraph and OAuth

    The issue I am having is getting back a token with the wrong aud. Getting one fop Azure AD Graph (00000002-0000-0000-c000-000000000000) rather than Microsoft Graph.(00000003-0000-0000-c000-000000000000)
  12. Dave Craggs

    MSGraph and OAuth

    Thanks for the reply. Have looked at some of those links already. I think the issue is I am not getting the AuthCode
  13. Dave Craggs

    MSGraph and OAuth

    Hi, I am struggling connecting to MSGraph and getting a working token back. If I put this in I do not get a code back. If I change it to token I get a token, but that does not give me access to MSGraph. I get ME - {"error":{"code":"InvalidAuthenticationToken","message":"Access token validation failure. Invalid audience.", I was thinking maybe a need to get a code first and then ask for the token. I am setting the scope to : https://graph.microsoft.com/.default Anyone done this? I have looked at GMailAuthDemo. https://github.com/geoffsmith82/GmailAuthSMTP/blob/master/GMailAuthDemo.dproj Anyone done this? Dave Craggs
  14. Dave Craggs

    Access violation installing a component

    Libsuffix auto is the way to go., Thanks
×