Jump to content

Dave Craggs

Members
  • Content Count

    83
  • 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. HI - is there an integration update for D12 yet? Thanks Dave Craggs
  2. Dave Craggs

    Update issue

    I would do but my dev system is not a VM. I do have a backup DEV VM though. I did use VMs all the time, but it was not so good when doing mobile development.
  3. Dave Craggs

    Update issue

    I pruned the path. trying to reinstall getit packages but JEDI isn't playing ball and now my 10.3 install is not working. I had heard about D12 but I never go to a new release until at least the first service pack!
  4. Dave Craggs

    Update issue

    Running now but ALL my settings have gone. This is a REAL pain.
  5. Dave Craggs

    Update issue

    Getting further now Maybe path issues
  6. Dave Craggs

    Update issue

    The install is not completing. This screen gets to the end, and then nothing after that.
  7. Dave Craggs

    Update issue

    Windows 10 Enterprise. Disabling security and Firewall made no difference. When installing I did keep settings. This is very upsetting. All I wanted to do was upgrade my Delphi 11.3, why I have to uninstall is beyond me. I have lost all work time today.
  8. Dave Craggs

    Update issue

    Found these in the event log
  9. Dave Craggs

    Update issue

    Tried running both the install and Delphi as administrator with no joy.
  10. Dave Craggs

    Update issue

    Just tried updating Delphi 11.3 and now Delphi will not start. Just sticks ion the background with 0% CPU Any ideas on what I can do?
  11. Dave Craggs

    Issue with CTRL-A

    I set the version of the application when I build using FinalBuilder. Would I need to edit the manifest during this process with the updated version? If so which is the best way to do this? There is this
  12. Dave Craggs

    Issue with CTRL-A

    This is what I am using now <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*"/> </dependentAssembly> </dependency> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> <!--The ID below indicates application support for Windows Vista --> <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!--The ID below indicates application support for Windows 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!--The ID below indicates application support for Windows 8 --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!--The ID below indicates application support for Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <!--The ID below indicates application support for Windows 10 & 11 --> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <dpiAware>True/PM</dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>
  13. Dave Craggs

    Issue with CTRL-A

    It does say this in the blog. Am using Delphi 11.3 High DPI support. I'm not going go into to detail on this, it's a complex issue with major differences between windows versions, and limited High DPI support in Delphi. I will say, think very carefully before you enable this, High DPI support in Delphi depends very much on the version of delphi, and third party control support. Don't just enable High DPI support without serious testing. See the msdn doco link at the bottom of this post.
  14. Dave Craggs

    Issue with CTRL-A

    yes and Windows 11 probably. This is just the first quick fix until I am back next week. Thanks
×